Skip to content
Snippets Groups Projects
Commit c1f67c1b authored by Nick Schermer's avatar Nick Schermer
Browse files

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...
parent a07fbaf8
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment