This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 56bc3bf x2goserver-x2goagent/etc/keystrokes.cfg: sync with nx-libs 3.5.99.20. new 37bb9b4 x2goruncommand: start Xsession on X2Go KDrive desktops. 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 | 1 + x2goserver/bin/x2goruncommand | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 37bb9b487cfb764168f0aa6b4ce2a9206ea7ab59 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Fri Jun 21 12:09:49 2019 +0200 x2goruncommand: start Xsession on X2Go KDrive desktops. --- debian/changelog | 1 + x2goserver/bin/x2goruncommand | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6ee1067..30c4db5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -101,6 +101,7 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium [ Oleksandr Shneyder ] * New upstream version (4.1.0.4): - Add support for X2Go KDrive. + - x2goruncommand: start Xsession on X2Go KDrive desktops. [ Tom Ruzicka ] * debian/po: Add Czech debconf translation. diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 5ac51a0..b6da198 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -360,7 +360,7 @@ if [ "$EXEC" != "" ] && [ -x "$EXEC" ]; then x2gosetkeyboard >/dev/null 2>/dev/null & - if x2gofeature X2GO_XSESSION &>/dev/null && [ "x$X2GO_SESS_TYPE" = "xD" ]; then + if x2gofeature X2GO_XSESSION &>/dev/null && [ ["x$X2GO_SESS_TYPE" = "xD"] || ["x$X2GO_SESS_TYPE" = "xK"] ] ; then STARTUP="$cmd$args" # Search for dbus-run-session and handle the non-existence (to some extent) gracefully. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git