From 920307602bee17c6c3225db58ecdefd48a380ff0 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sat, 17 Jan 2009 23:07:46 +0000 Subject: [PATCH] Fix Dolphin's desktop file. The additional quotation of %u made dolphin be started with an empty (but existing) location value which made it fall back to XDG's document path as of KDE 4.2. Without quotation it doesn't get that empty value and starts using it's configured default location. BUG: 169016 svn path=/trunk/KDE/kdebase/apps/; revision=912654 --- src/dolphin.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphin.desktop b/src/dolphin.desktop index 5d22bd8c88..49f970837a 100644 --- a/src/dolphin.desktop +++ b/src/dolphin.desktop @@ -17,7 +17,7 @@ Name[sr]=Делфин Name[ta]=டால்பின் Name[te]=డాల్ఫిన్ Name[x-test]=xxDolphinxx -Exec=dolphin %i -caption "%c" "%u" +Exec=dolphin %i -caption "%c" %u Icon=system-file-manager Type=Application X-DocPath=dolphin/index.html