mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +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;
|
Categories=Qt;KDE;Settings;
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Implements=org.kde.kdepasswd
|
||||||
|
SingleMainWindow=true
|
||||||
Name=Change Password
|
Name=Change Password
|
||||||
Name[af]=Verander Wagwoord
|
Name[af]=Verander Wagwoord
|
||||||
Name[ar]=غيّر كلمة السر
|
Name[ar]=غيّر كلمة السر
|
||||||
|
|
|
@ -4,6 +4,8 @@ Icon=kmenuedit
|
||||||
X-DocPath=kmenuedit/index.html
|
X-DocPath=kmenuedit/index.html
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Implements=org.kde.kmenuedit
|
||||||
|
SingleMainWindow=true
|
||||||
OnlyShowIn=KDE;
|
OnlyShowIn=KDE;
|
||||||
|
|
||||||
Name=Menu Editor
|
Name=Menu Editor
|
||||||
|
|
|
@ -3,6 +3,8 @@ Exec=systemsettings --icon '%i' --caption '%c'
|
||||||
Icon=preferences-system
|
Icon=preferences-system
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Implements=org.kde.systemsettings
|
||||||
|
SingleMainWindow=true
|
||||||
NotShowIn=KDE;
|
NotShowIn=KDE;
|
||||||
|
|
||||||
GenericName=KDE System Settings
|
GenericName=KDE System Settings
|
||||||
|
|
|
@ -4,6 +4,8 @@ Icon=preferences-system
|
||||||
Type=Application
|
Type=Application
|
||||||
X-DocPath=systemsettings/index.html
|
X-DocPath=systemsettings/index.html
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Implements=org.kde.systemsettings
|
||||||
|
SingleMainWindow=true
|
||||||
OnlyShowIn=KDE;
|
OnlyShowIn=KDE;
|
||||||
|
|
||||||
GenericName=System Settings
|
GenericName=System Settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue