diff options
| author | Hrvoje Senjan <[email protected]> | 2014-10-08 12:51:30 +0200 |
|---|---|---|
| committer | Hrvoje Senjan <[email protected]> | 2014-10-08 12:51:30 +0200 |
| commit | 64bc6393950447c0bf7e7704cf849780d84e0911 (patch) | |
| tree | 366e950c88885337a14093bfc934812e0a200aaa | |
| parent | f0760df29c09a529709ca6f8b92e6d47def02202 (diff) | |
Revert "Fix desktop file"
This reverts commit ecd2ca2222f88c9aea1c23a57658a8a4e9ff54f9.
Dolphin still uses KApp/KCmdLineArgs, so qwindowtitle is not recognized
| -rwxr-xr-x | src/org.kde.dolphin.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.kde.dolphin.desktop b/src/org.kde.dolphin.desktop index 9504d6751..e15a65cc6 100755 --- a/src/org.kde.dolphin.desktop +++ b/src/org.kde.dolphin.desktop @@ -88,7 +88,7 @@ Name[wa]=Dolphin Name[x-test]=xxDolphinxx Name[zh_CN]=Dolphin Name[zh_TW]=Dolphin -Exec=dolphin -qwindowtitle %c %u +Exec=dolphin %i -caption %c %u Icon=system-file-manager Type=Application X-DocPath=dolphin/index.html |
