We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to drop --builtin from session-settings and gala-daemon no longer autostarts.
--builtin
gala-daemon.desktop was set hidden under systemd:
gala-daemon.desktop
gala/data/gala-daemon.desktop
Line 13 in 167862a
P.s.: elementary/session-settings#17 (comment) is now part of gnome-session 46.alpha. /cc NixOS/nixpkgs#140429
Drop --builtin, open switchboard, right click the titlebar (which is why gala-daemon was introduced: #179)
I imagine we add services and targets here and add it as a required components in session-settings like other GSD stuff
NixOS
Latest release (I have run all updates)
The text was updated successfully, but these errors were encountered:
For someone wanting to open a PR, here i have a [email protected] with:
[email protected]
[Unit] Description=Gala Daemon BindsTo[email protected] After[email protected] [Service] Type=dbus BusName=org.pantheon.gala.daemon ExecStart=/usr/bin/gala-daemon Slice=session.slice
and a override to [email protected] with:
[Unit] Requires[email protected] # Could be a Wants, so gala doesn't fail to start without the daemon
This way there's no need to change the required components in the gnome-session units.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What Happened?
I am trying to drop
--builtin
from session-settings and gala-daemon no longer autostarts.gala-daemon.desktop
was set hidden under systemd:gala/data/gala-daemon.desktop
Line 13 in 167862a
P.s.: elementary/session-settings#17 (comment) is now part of gnome-session 46.alpha. /cc NixOS/nixpkgs#140429
Steps to Reproduce
Drop
--builtin
, open switchboard, right click the titlebar (which is why gala-daemon was introduced: #179)Expected Behavior
I imagine we add services and targets here and add it as a required components in session-settings like other GSD stuff
OS Version
NixOS
Software Version
Latest release (I have run all updates)
The text was updated successfully, but these errors were encountered: