mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Remove erroneous double-quotes around %c in Exec line
This commit is contained in:
parent
775b9487c6
commit
d78bdf9cef
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ Name[wa]=Dolphin
|
|||
Name[x-test]=xxDolphinxx
|
||||
Name[zh_CN]=Dolphin
|
||||
Name[zh_TW]=Dolphin
|
||||
Exec=dolphin %i -caption "%c" %u
|
||||
Exec=dolphin %i -caption %c %u
|
||||
Icon=system-file-manager
|
||||
Type=Application
|
||||
X-DocPath=dolphin/index.html
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Exec=fsview -caption "%c" %u
|
||||
Exec=fsview -caption %c %u
|
||||
MimeType=inode/directory;
|
||||
Icon=fsview
|
||||
DocPath=konq-plugins/fsview/index.html
|
||||
|
|
Loading…
Reference in a new issue