[Xfce4-commits] <thunar:master> Add startup parameter to the D-Bus call in thunar-settings (bug #6768).
Jannis Pohlmann
noreply at xfce.org
Thu Nov 4 14:00:02 CET 2010
Updating branch refs/heads/master
to c4b4fb48de2a106afb534ff2a2199ba57eac868c (commit)
from f60485387dd06953ecb5e1ec8ccc02dc13f05649 (commit)
commit c4b4fb48de2a106afb534ff2a2199ba57eac868c
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Nov 4 13:58:12 2010 +0100
Add startup parameter to the D-Bus call in thunar-settings (bug #6768).
With the Thunar D-Bus API changes in the 1.1.3 release, thunar-settings
did no longer start up. This fixes it.
thunar/thunar-settings | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-settings b/thunar/thunar-settings
index b166846..2ebe02a 100755
--- a/thunar/thunar-settings
+++ b/thunar/thunar-settings
@@ -2,5 +2,7 @@
test "x$DISPLAY" != "x" || DISPLAY=:0
-dbus-send --session --print-reply --dest=org.xfce.FileManager /org/xfce/FileManager \
- org.xfce.FileManager.DisplayPreferencesDialog "string:$DISPLAY" 1> /dev/null
+dbus-send --session --print-reply --dest=org.xfce.FileManager \
+ /org/xfce/FileManager \
+ org.xfce.FileManager.DisplayPreferencesDialog \
+ "string:$DISPLAY" "string:$DESKTOP_STARTUP_ID" 1> /dev/null
More information about the Xfce4-commits
mailing list