Add a key to identify the name of the extension that implements the panel. This can then be used in the shell to launch the appropriate panel.
11 lines
284 B
Text
11 lines
284 B
Text
[Desktop Entry]
|
|
_Name=Example Panel
|
|
_Comment=Example preferences panel
|
|
Exec=gnome-example-properties
|
|
Icon=application-x-executable
|
|
Terminal=false
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;DesktopSettings;
|
|
OnlyShowIn=GNOME;
|
|
X-GNOME-Settings-Panel=example-panel
|