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
This commit is contained in:
Harald Sitter 2009-01-17 23:07:46 +00:00
parent 8acb68ed28
commit 920307602b

View file

@ -17,7 +17,7 @@ Name[sr]=Делфин
Name[ta]=ி Name[ta]=ி
Name[te]=ి Name[te]=ి
Name[x-test]=xxDolphinxx Name[x-test]=xxDolphinxx
Exec=dolphin %i -caption "%c" "%u" Exec=dolphin %i -caption "%c" %u
Icon=system-file-manager Icon=system-file-manager
Type=Application Type=Application
X-DocPath=dolphin/index.html X-DocPath=dolphin/index.html