Make the desktop files of the KCMs use icons in icon naming
specification style. KInfoCenter KCMs left out for now, but I think I got hold of all other KCMs in workspace. If you want to see some of those icons (in System Settings or for single KCMs), do a kbuildsycoca4. In order to function correctly, we still need fallbacks implemented. CCMAIL: kde-artists@kde.org svn path=/trunk/KDE/kdebase/workspace/; revision=693746
This commit is contained in:
parent
b3dc1a7c84
commit
daade7d676
5 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Exec=kcmshell kwincompositing
|
Exec=kcmshell kwincompositing
|
||||||
Icon=kcmcompositing
|
Icon=preferences-system-windows-effects
|
||||||
Type=Service
|
Type=Service
|
||||||
ServiceTypes=KCModule
|
ServiceTypes=KCModule
|
||||||
DocPath=kcontrol/kwincompositing/index.html
|
DocPath=kcontrol/kwincompositing/index.html
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Exec=kcmshell kwindecoration
|
Exec=kcmshell kwindecoration
|
||||||
Icon=kcmkwm
|
Icon=preferences-system-windows-decoration
|
||||||
Type=Service
|
Type=Service
|
||||||
ServiceTypes=KCModule
|
ServiceTypes=KCModule
|
||||||
DocPath=kcontrol/kwindecoration/index.html
|
DocPath=kcontrol/kwindecoration/index.html
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Exec=kcmshell kwineffects
|
Exec=kcmshell kwineffects
|
||||||
Icon=kcmeffects
|
Icon=preferences-system-windows-effects
|
||||||
Type=Service
|
Type=Service
|
||||||
ServiceTypes=KCModule
|
ServiceTypes=KCModule
|
||||||
DocPath=kcontrol/kwineffects/index.html
|
DocPath=kcontrol/kwineffects/index.html
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Icon=kcmkwm
|
Exec=kcmshell kwinoptions
|
||||||
|
Icon=preferences-system-windows
|
||||||
Type=Service
|
Type=Service
|
||||||
ServiceTypes=KCModule
|
ServiceTypes=KCModule
|
||||||
Exec=kcmshell kwinoptions
|
|
||||||
DocPath=kcontrol/windowmanagement/index.html
|
DocPath=kcontrol/windowmanagement/index.html
|
||||||
|
|
||||||
X-KDE-Library=kcm_kwinoptions
|
X-KDE-Library=kcm_kwinoptions
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Icon=kcmkwm
|
Exec=kcmshell kwinrules
|
||||||
|
Icon=preferences-system-windows-specific
|
||||||
Type=Service
|
Type=Service
|
||||||
ServiceTypes=KCModule
|
ServiceTypes=KCModule
|
||||||
Exec=kcmshell kwinrules
|
|
||||||
DocPath=kcontrol/windowmanagement/index.html
|
DocPath=kcontrol/windowmanagement/index.html
|
||||||
|
|
||||||
X-KDE-Library=kwinrules
|
X-KDE-Library=kwinrules
|
||||||
|
|
Loading…
Reference in a new issue