The example panel implements CcPanel and registers itself as extending the panel extension point. It provides a simple "Hello World" message. The example panel is not build by default, but enabled through a configure option.
11 lines
248 B
Text
11 lines
248 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;
|
|
|