mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: set Implements and SingleMainWindow properties in .desktop files
see f8e1de37283b47cbe3c39b639fa7f01c52bb2187 in the kdelibs repo Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5aee8ab206
commit
7402ab544f
4 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,8 @@ Type=Application
|
|||
Categories=Qt;KDE;Settings;
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Implements=org.kde.kdepasswd
|
||||
SingleMainWindow=true
|
||||
Name=Change Password
|
||||
Name[af]=Verander Wagwoord
|
||||
Name[ar]=غيّر كلمة السر
|
||||
|
|
|
@ -4,6 +4,8 @@ Icon=kmenuedit
|
|||
X-DocPath=kmenuedit/index.html
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Implements=org.kde.kmenuedit
|
||||
SingleMainWindow=true
|
||||
OnlyShowIn=KDE;
|
||||
|
||||
Name=Menu Editor
|
||||
|
|
|
@ -3,6 +3,8 @@ Exec=systemsettings --icon '%i' --caption '%c'
|
|||
Icon=preferences-system
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Implements=org.kde.systemsettings
|
||||
SingleMainWindow=true
|
||||
NotShowIn=KDE;
|
||||
|
||||
GenericName=KDE System Settings
|
||||
|
|
|
@ -4,6 +4,8 @@ Icon=preferences-system
|
|||
Type=Application
|
||||
X-DocPath=systemsettings/index.html
|
||||
StartupNotify=true
|
||||
Implements=org.kde.systemsettings
|
||||
SingleMainWindow=true
|
||||
OnlyShowIn=KDE;
|
||||
|
||||
GenericName=System Settings
|
||||
|
|
Loading…
Add table
Reference in a new issue