This website requires JavaScript.
Explore
Help
Sign In
brl
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gnome-shell
/
subprojects
/
extensions-app
/
data
/
org.gnome.Extensions.service.in
4 lines
77 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
extensionPrefs: Make app D-Bus-activatable This is the preferred way of launching applications nowadays. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
2020-03-08 22:38:47 +01:00
[D-BUS Service]
Name
=
@app_id@
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>
2024-02-20 13:09:41 +01:00
Exec
=
@bindir@/@prgname@ --gapplication-service
Reference in New Issue
Copy Permalink