mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
karchivemanager: correct argument placeholder in .desktop file
karchivemanager cannot load remote URLs Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
04caf1c1ff
commit
2a714b2c60
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Icon=package-x-generic
|
|||
Name=KArchiveManager
|
||||
GenericName=Archive Manager
|
||||
Comment=Simple archive manager for KDE
|
||||
Exec=karchivemanager --icon '%i' --caption '%c' %U
|
||||
Exec=karchivemanager --icon '%i' --caption '%c' %f
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;KDE;System;
|
||||
|
|
Loading…
Add table
Reference in a new issue