mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-app: Fix service activation mix-up
Starting the D-Bus service should not pop-up a window by itself,
it should just register and wait for an explicit call to Activate().
The .desktop file on the other hand should fully activate the
app when using the Exec line.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7423
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3202>
(cherry picked from commit 3504a6a8a9)
This commit is contained in:
parent
8a4eddb0f7
commit
5877268515
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Name=Extensions
|
||||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||||
Icon=@app_id@
|
Icon=@app_id@
|
||||||
Comment=Configure GNOME Shell Extensions
|
Comment=Configure GNOME Shell Extensions
|
||||||
Exec=@bindir@/@prgname@ --gapplication-service
|
Exec=@bindir@/@prgname@
|
||||||
DBusActivatable=true
|
DBusActivatable=true
|
||||||
Categories=GNOME;GTK;Utility;
|
Categories=GNOME;GTK;Utility;
|
||||||
OnlyShowIn=GNOME;
|
OnlyShowIn=GNOME;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
[D-BUS Service]
|
[D-BUS Service]
|
||||||
Name=@app_id@
|
Name=@app_id@
|
||||||
Exec=@bindir@/@prgname@
|
Exec=@bindir@/@prgname@ --gapplication-service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue