This website requires JavaScript.
Explore
Help
Register
Sign In
isa
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c898d3df3a
gnome-shell
/
js
/
dbusServices
/
dbus-service.service.in
4 lines
68 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
dbusServices: Add some base classes for small stand-alone services There are a couple of D-Bus services that are currently provided by gnome-shell for which it makes sense to move them fully or partially into separate processes: - screen recording (performance) - FDO notifications (security) - Extensions (portalization) Add some base classes and build system glue to take care of the common boilerplate. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/547
2020-03-03 21:06:57 -05:00
[D-BUS Service]
Name
=
@service@
dbusServices: Port to ESM We want to replace gjs' custom (and now legacy) imports system with standard EcmaScript modules: JS developers are already familiar with them, they have better tooling support and using standard features over non-standard ones is generally the right thing to do. Our D-Bus services are separate from the main process, and thus can be ported separately (except for the few imports that are shared with the main process' code base). Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
2023-05-25 14:31:22 -04:00
Exec
=
@gjs@ -m @pkgdatadir@/@service@
Reference in New Issue
Copy Permalink