b8a54faf94
A new tool, 'gnome-shell-extension-prefs' can load a new entry point from extensions, 'prefs.js', which has an entry point to return a GTK+ widget. This allows extensions to have their own preferences dialog, without each extension needing to ship its own Python script and .desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=668429
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
[Desktop Entry]
|
|
Type=Application
|
|
_Name=GNOME Shell Extension Preferences
|
|
_Comment=Configure GNOME Shell Extensions
|
|
Exec=@bindir@/gnome-shell-extension-prefs %u
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-shell
|
|
X-GNOME-Bugzilla-Component=extensions
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
Categories=GNOME;GTK;
|
|
OnlyShowIn=GNOME;
|
|
NoDisplay=true
|