The purpose of this interactive test is to be able to prototype new features for CcPanel without having to adapt existing panels. Three test panels were added as part of this initial patch: * Dynamic panels: panel exercising the ability to show and hide itself at runtime. * Header: panel that embeds a header widget. * Static Initializer: panel that sets a static init function to run at startup.
11 lines
No EOL
320 B
Desktop File
11 lines
No EOL
320 B
Desktop File
[Desktop Entry]
|
|
Name=Static Initializer
|
|
Comment=Panel with a static initializer function
|
|
Exec=gnome-control-center static-init
|
|
Icon=view-continuous
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-GNOME-ConnectivitySettings;
|
|
OnlyShowIn=GNOME;Unity; |