mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
8acb68ed28
commit
920307602b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue