From: Harald Sitter Date: Sat, 17 Jan 2009 23:07:46 +0000 (+0000) Subject: Fix Dolphin's desktop file. The additional quotation of %u made dolphin be started... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/920307602bee17c6c3225db58ecdefd48a380ff0?ds=inline 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 --- diff --git a/src/dolphin.desktop b/src/dolphin.desktop index 5d22bd8c8..49f970837 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