Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
parent
a0e3f9a8f0
commit
621a04f06e
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=MyCustomObject
|
Name=MyCustomObject
|
||||||
ServiceTypes=JSBindingPlugin/Binding
|
X-TDE-ServiceTypes=JSBindingPlugin/Binding
|
||||||
Type=Service
|
Type=Service
|
||||||
X-TDE-Library=libcustomobjectplugin
|
X-TDE-Library=libcustomobjectplugin
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=MyCustomTQObject
|
Name=MyCustomTQObject
|
||||||
ServiceTypes=JSBindingPlugin/Binding
|
X-TDE-ServiceTypes=JSBindingPlugin/Binding
|
||||||
Type=Service
|
Type=Service
|
||||||
X-TDE-Library=libcustomqobjectplugin
|
X-TDE-Library=libcustomqobjectplugin
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=ImageFX
|
Name=ImageFX
|
||||||
ServiceTypes=JSBindingPlugin/Binding
|
X-TDE-ServiceTypes=JSBindingPlugin/Binding
|
||||||
Type=Service
|
Type=Service
|
||||||
X-TDE-Library=libimagefxplugin
|
X-TDE-Library=libimagefxplugin
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Process
|
Name=Process
|
||||||
ServiceTypes=JSBindingPlugin/Binding
|
X-TDE-ServiceTypes=JSBindingPlugin/Binding
|
||||||
Type=Service
|
Type=Service
|
||||||
X-TDE-Library=libqprocessplugin
|
X-TDE-Library=libqprocessplugin
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=KFileItem
|
Name=KFileItem
|
||||||
ServiceTypes=JSBindingPlugin/Binding
|
X-TDE-ServiceTypes=JSBindingPlugin/Binding
|
||||||
Type=Service
|
Type=Service
|
||||||
X-TDE-Library=libfileitemplugin
|
X-TDE-Library=libfileitemplugin
|
||||||
|
Loading…
Reference in New Issue