[Xfce4-commits] <thunar:master> Wait for a reply in thunar-settings.

Nick Schermer noreply at xfce.org
Sat Aug 28 17:16:01 CEST 2010


Updating branch refs/heads/master
         to c1f67c1b39af1c03ac3d31e95a35744670ecf354 (commit)
       from a07fbaf8cb2569f5ab6416f0f0e12a31e22b5b36 (commit)

commit c1f67c1b39af1c03ac3d31e95a35744670ecf354
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Aug 28 17:13:08 2010 +0200

    Wait for a reply in thunar-settings.
    
    If we don't do this the call fails when the thunar service is not
    running yet... Lame...

 thunar/thunar-settings |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-settings b/thunar/thunar-settings
index faf237a..b166846 100755
--- a/thunar/thunar-settings
+++ b/thunar/thunar-settings
@@ -2,5 +2,5 @@
 
 test "x$DISPLAY" != "x" || DISPLAY=:0
 
-dbus-send --session --dest=org.xfce.FileManager /org/xfce/FileManager \
-    org.xfce.FileManager.DisplayPreferencesDialog "string:$DISPLAY"
+dbus-send --session --print-reply --dest=org.xfce.FileManager /org/xfce/FileManager \
+    org.xfce.FileManager.DisplayPreferencesDialog "string:$DISPLAY" 1> /dev/null



More information about the Xfce4-commits mailing list