544a80fc6e
Add a desktop file for GNOME Shell. This allows making GNOME Shell your desktop default by adding it to your auto-start items. http://bugzilla.gnome.org/show_bug.cgi?id=591089
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
[Desktop Entry]
|
|
Type=Application
|
|
_Name=GNOME Shell
|
|
_Comment=Window management and application launching
|
|
Exec=@bindir@/gnome-shell
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-shell
|
|
X-GNOME-Bugzilla-Component=general
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
Categories=GNOME;GTK;Utility;Core;
|
|
OnlyShowIn=GNOME;
|
|
NoDisplay=true
|
|
X-GNOME-Autostart-Phase=WindowManager
|
|
X-GNOME-Provides=panel;windowmanager;
|
|
X-GNOME-Autostart-Notify=true
|