mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: proper support for icon and caption in .desktop files
This commit is contained in:
parent
598b724c4b
commit
d3b86ed118
10 changed files with 10 additions and 10 deletions
|
@ -89,7 +89,7 @@ Name[wa]=Håyneu d' fontes
|
|||
Name[x-test]=xxKFontViewxx
|
||||
Name[zh_CN]=KFontView
|
||||
Name[zh_TW]=KFontView
|
||||
Exec=kfontview %U
|
||||
Exec=kfontview --icon '%i' --caption '%c' %U
|
||||
Icon=kfontview
|
||||
X-KDE-StartupNotify=true
|
||||
Type=Application
|
||||
|
|
|
@ -252,7 +252,7 @@ Comment[wa]=Ene aplikete po candjî l' grandeu eyet tourner li håynaedje so le
|
|||
Comment[x-test]=xxA panel applet for resizing and reorientating X screens.xx
|
||||
Comment[zh_CN]=调整 X 屏幕大小和方向的面板小程序
|
||||
Comment[zh_TW]=一個重新調整 X 螢幕的面板小程式。
|
||||
Exec=krandrtray
|
||||
Exec=krandrtray --icon '%i' --caption '%c'
|
||||
Icon=preferences-desktop-display-randr
|
||||
Type=Application
|
||||
OnlyShowIn=KDE;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=kinfocenter
|
||||
Exec=kinfocenter --icon '%i' --caption '%c'
|
||||
Icon=hwinfo
|
||||
Type=Application
|
||||
X-DocPath=kinfocenter/index.html
|
||||
|
|
|
@ -177,7 +177,7 @@ GenericName[xh]=Isixhobo Sebhodi eqhoboshayo
|
|||
GenericName[x-test]=xxClipboard Toolxx
|
||||
GenericName[zh_CN]=剪贴板工具
|
||||
GenericName[zh_TW]=剪貼簿工具
|
||||
Exec=klipper
|
||||
Exec=klipper --icon '%i' --caption '%c'
|
||||
Icon=klipper
|
||||
Type=Application
|
||||
X-DocPath=klipper/index.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=kmenuedit
|
||||
Exec=kmenuedit --icon '%i' --caption '%c'
|
||||
Icon=kmenuedit
|
||||
X-DocPath=kmenuedit/index.html
|
||||
Type=Application
|
||||
|
|
|
@ -177,7 +177,7 @@ GenericName[wa]=Macrea po les ridants rantoele
|
|||
GenericName[x-test]=xxNetwork Folder Wizardxx
|
||||
GenericName[zh_CN]=网络文件夹向导
|
||||
GenericName[zh_TW]=網路資料夾精靈
|
||||
Exec=knetattach
|
||||
Exec=knetattach --icon '%i' --caption '%c'
|
||||
InitialPreference=6
|
||||
Icon=knetattach
|
||||
Type=Application
|
||||
|
|
|
@ -167,7 +167,7 @@ GenericName[xh]=Indlela yokusebenza Yophatho
|
|||
GenericName[x-test]=xxSystem Monitorxx
|
||||
GenericName[zh_CN]=系统监视器
|
||||
GenericName[zh_TW]=系統監視器
|
||||
Exec=ksysguard %U
|
||||
Exec=ksysguard --icon '%i' --caption '%c' %U
|
||||
Icon=utilities-system-monitor
|
||||
Type=Application
|
||||
MimeType=application/x-ksysguard;
|
||||
|
|
|
@ -113,7 +113,7 @@ GenericName[uk]=Засіб керування торбинками
|
|||
GenericName[x-test]=xxWallet Management Toolxx
|
||||
GenericName[zh_CN]=钱包管理工具
|
||||
GenericName[zh_TW]=錢包管理工具
|
||||
Exec=kwalletmanager %u
|
||||
Exec=kwalletmanager --icon '%i' --caption '%c' %u
|
||||
MimeType=application/x-kwallet;
|
||||
InitialPreference=6
|
||||
Icon=kwalletmanager
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=systemsettings -caption %c %i
|
||||
Exec=systemsettings --icon '%i' --caption '%c'
|
||||
Icon=preferences-system
|
||||
Type=Application
|
||||
X-KDE-StartupNotify=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=systemsettings -caption %c %i
|
||||
Exec=systemsettings --icon '%i' --caption '%c'
|
||||
Icon=preferences-system
|
||||
Type=Application
|
||||
X-DocPath=systemsettings/index.html
|
||||
|
|
Loading…
Add table
Reference in a new issue