From c4b4fb48de2a106afb534ff2a2199ba57eac868c Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann <jannis@xfce.org> Date: Thu, 4 Nov 2010 13:58:12 +0100 Subject: [PATCH] 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 file changed, 4 insertions(+), 2 deletions(-) diff --git a/thunar/thunar-settings b/thunar/thunar-settings index b16684690..2ebe02a29 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 -- GitLab