diff options
| author | Harald Sitter <[email protected]> | 2009-01-17 23:07:46 +0000 |
|---|---|---|
| committer | Harald Sitter <[email protected]> | 2009-01-17 23:07:46 +0000 |
| commit | 920307602bee17c6c3225db58ecdefd48a380ff0 (patch) | |
| tree | c192996cebfe9f246fbad216735ecce29cb7fbc2 /src | |
| parent | 8acb68ed2835410af934459073048339c7b262a0 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphin.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
