6b7c85b079
Now that the extension preference dialog is opened by a separate D-Bus service rather than the Extensions app, it can be opened without a parent window that provides name and icon. Fix this by adding back a hidden .desktop file. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2562
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
[Desktop Entry]
|
|
Type=Application
|
|
# Keep in sync with subprojects/extensions-app
|
|
Name=Extensions
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Shell.Extensions
|
|
# Never launch this, just provide name+icon to portal dialog
|
|
Exec=false
|
|
OnlyShowIn=GNOME;
|
|
NoDisplay=true
|