Daniel Erat pushed to main at derat/xsettingsd
4413acb304878dcacd6dd4649c83611c99b4c52c Move to codeberg.org.
View ArticleBrainDamage created pull request derat/xsettingsd#31
31#added capability to the systemd user service to trigger config reload in the daemon
View ArticleBrainDamage created pull request derat/xsettingsd#31
31#added capability to the systemd user service to trigger config reload in the daemon
View ArticleDaniel Erat pushed to main at derat/xsettingsd
c227691d9ed9761eee60c274bc6134c6a13b3ec8 Support config reload from systemd user service. (#31)
View ArticleDaniel Erat merged pull request derat/xsettingsd#31
added capability to the systemd user service to trigger config reload in the daemon
View ArticleDaniel Erat commented on pull request derat/xsettingsd#31
added capability to the systemd user service to trigger config reload in the daemon Thanks, merged!
View ArticleDaniel Erat commented on issue derat/xsettingsd#32
Rationale behind using PartOf= in the systemd service ? Your familiarity with systemd exceeds mine! I still launch xsettingsd from a .Xresources file. The systemd config was contributed by @eszlari in...
View Articleq234rty created pull request derat/xsettingsd#33
${MAINPID} is considered a variable reference by cmake and would be substituted to empty when installing. Instead of escaping the dollar sign, simply use $MAINPID instead which does the same thing in...
View Articleq234rty created pull request derat/xsettingsd#33
${MAINPID} is considered a variable reference by cmake and would be substituted to empty when installing. Instead of escaping the dollar sign, simply use $MAINPID instead which does the same thing in...
View ArticleDaniel Erat commented on pull request derat/xsettingsd#33
systemd: Fix ExecReload= of the systemd user service file Thanks!
View ArticleDaniel Erat merged pull request derat/xsettingsd#33
systemd: Fix ExecReload= of the systemd user service file
View ArticleDaniel Erat pushed to main at derat/xsettingsd
86ce25fbd41c7e8e93aa5e7f47541e593c8fe64f systemd: Fix ExecReload= of the systemd user service file (#33)
View ArticleBachoSeven opened issue derat/xsettingsd#34
When I try to do systemctl --user enable --now xsettingsd.service I get: The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=, Also=, or Alias= settings in the [Install]...
View ArticleBachoSeven opened issue derat/xsettingsd#34
When I try to do systemctl --user enable --now xsettingsd.service I get: The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=, Also=, or Alias= settings in the [Install]...
View ArticleDaniel Erat commented on issue derat/xsettingsd#34
cannot enable the systemd service I'm not knowledgeable about systemd and just run xsettingsd from a .xsession file. @BrainDamage and @q234rty contributed changes to the xsettingsd.service.in file and...
View ArticleBachoSeven commented on issue derat/xsettingsd#34
cannot enable the systemd service @derat In theory, it should be enough to add an [Install] section to indicate that the service is meant to be enabled: [Install] WantedBy=default.target However, I...
View ArticleBachoSeven commented on issue derat/xsettingsd#34
cannot enable the systemd service @derat In theory, it should be enough to add an [Install] section to indicate that the service is meant to be enabled: [Install] WantedBy=default.target However, I...
View ArticleDaniel Erat merged pull request derat/xsettingsd#33
systemd: Fix ExecReload= of the systemd user service file
View Article