From c1f67c1b39af1c03ac3d31e95a35744670ecf354 Mon Sep 17 00:00:00 2001
From: Nick Schermer <nick@xfce.org>
Date: Sat, 28 Aug 2010 17:13:08 +0200
Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-settings b/thunar/thunar-settings
index faf237a8c..b16684690 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
-- 
GitLab