Updating branch refs/heads/master
to c4b4fb48de2a106afb534ff2a2199ba57eac868c (commit)
from f60485387dd06953ecb5e1ec8ccc02dc13f05649 (commit)
commit c4b4fb48de2a106afb534ff2a2199ba57eac868c
Author: Jannis Pohlmann <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits