Skip to content
Snippets Groups Projects
Commit c4b4fb48 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

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.
parent f6048538
No related branches found
No related tags found
No related merge requests found
......@@ -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
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