Autostart using systemd instead of gnome-session#218
Merged
Conversation
Backport of the fix in NixOS: NixOS/nixpkgs@d1de5b7
Member
Author
|
@bobby285271 I would appreciate it if you would review this and check if Settings Daemon autostarts on NixOS without NixOS/nixpkgs@d1de5b7. |
c16baf6 to
c52b43b
Compare
Member
|
After fixing these issues I can confirm this works for me:
(p.s. also hit a NixOS issue that is not related to this PR :-) We know how to workaround that though) |
Because we no longer install any .desktop files and leaving this here causes build error on some environments: #218 (comment)
Because settings-daemon.service fails to start settings-daemon in some environments: #218 (comment)
Member
Author
|
@bobby285271 Thank you for your quick test! I addressed your comments. |
bobby285271
approved these changes
Jan 17, 2026
This was referenced Jan 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #217
Backport of the fix in NixOS: NixOS/nixpkgs@d1de5b7
Checklists
NOTE: You'll need to run
systemctl enable --user io.elementary.settings-daemon.serviceafter building and installing this branch, while this should be automatically handled in case of Debian packaging.