[pkg-remote-commits] [x2goserver] 01/02: debian/patches: Update 1004_dbus-run-session-every-desktop-session.patch. Of course, use dbus-run-session instead of dbus-launch. Thanks to feedback on #debian-systemd IRC from various people.

Mike Gabriel sunweaver at debian.org
Fri Oct 27 06:55:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository x2goserver.

commit 94358c601eab6faf0b2211499b26ba641194c516
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 27 08:52:59 2017 +0200

    debian/patches: Update 1004_dbus-run-session-every-desktop-session.patch. Of course, use dbus-run-session instead of dbus-launch. Thanks to feedback on #debian-systemd IRC from various people.
---
 ...-session.patch => 1004_dbus-run-session-every-desktop-session.patch} | 2 +-
 debian/patches/series                                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/1004_dbus-launch-every-desktop-session.patch b/debian/patches/1004_dbus-run-session-every-desktop-session.patch
similarity index 89%
rename from debian/patches/1004_dbus-launch-every-desktop-session.patch
rename to debian/patches/1004_dbus-run-session-every-desktop-session.patch
index fa85a8b..3a576ae 100644
--- a/debian/patches/1004_dbus-launch-every-desktop-session.patch
+++ b/debian/patches/1004_dbus-run-session-every-desktop-session.patch
@@ -8,7 +8,7 @@ Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
  		STARTUP="$cmd$args"
  		"$X2GO_LIB_PATH/x2gosyslog" "$0" "notice" "launching session with Xsession-x2go mechanism, using STARTUP=\"$STARTUP\""
 -		XSESSION_EXEC="$cmd" STARTUP="/usr/bin/env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${STARTUP}" /etc/x2go/Xsession >> "$MESSAGE_FILE" 2>&1
-+		XSESSION_EXEC="$cmd" STARTUP="/usr/bin/env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${STARTUP}" dbus-launch /etc/x2go/Xsession >> "$MESSAGE_FILE" 2>&1
++		XSESSION_EXEC="$cmd" STARTUP="/usr/bin/env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${STARTUP}" dbus-run-session /etc/x2go/Xsession >> "$MESSAGE_FILE" 2>&1
  	else
  		"$X2GO_LIB_PATH/x2gosyslog" "$0" "debug" "executing command \"$cmd$args\"..."
  
diff --git a/debian/patches/series b/debian/patches/series
index bd16d39..db20fe8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,5 +2,5 @@
 1001_backport-x2goserver-x2goagent.patch
 1002_backport-x2golistshadowsessions.patch
 1003_fix-implicit-decl-execv.patch
-1004_dbus-launch-every-desktop-session.patch
+1004_dbus-run-session-every-desktop-session.patch
 2001_drop-pyhoca-and-compat-pkgs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goserver.git



More information about the pkg-remote-commits mailing list