This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 237e9b4 etc/x2gobroker.conf: Fix typo in command example." new 39bb468 x2gobroker/defaults.py: Hint that there is a new feature in X2Go: X2Go KDrive. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ x2gobroker/defaults.py | 1 + 2 files changed, 3 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 39bb468897faee8825bf866325aab07f13deb4c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 22:22:57 2019 +0200 x2gobroker/defaults.py: Hint that there is a new feature in X2Go: X2Go KDrive. --- debian/changelog | 2 ++ x2gobroker/defaults.py | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8ae93b1..bbede3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ x2gobroker (0.0.4.2-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * etc/x2gobroker.conf: Fix typo in command example." + * x2gobroker/defaults.py: Hint that there is a new feature in X2Go: X2Go + KDrive. -- X2Go Release Manager <git-admin@x2go.org> Mon, 22 Apr 2019 12:31:49 +0200 diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py index 8989688..0441800 100644 --- a/x2gobroker/defaults.py +++ b/x2gobroker/defaults.py @@ -305,6 +305,7 @@ X2GO_DESKTOP_SESSIONS= [ X2GOBROKER_SESSIONPROFILE_DEFAULTS = { 'DEFAULT': { 'command': 'TERMINAL', + 'kdrive': False, 'defsndport': True, 'useiconv': False, 'iconvfrom': 'UTF-8', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git