diff options
author | Hugo Osvaldo Barrera <hugo@barrera.io> | 2020-03-20 11:11:20 +0100 |
---|---|---|
committer | Hugo Osvaldo Barrera <hugo@barrera.io> | 2020-06-14 11:31:42 +0200 |
commit | 6ceecc4aebabfd8849733911edff16ca9a68e424 (patch) | |
tree | b59bb39f6dc5d4322501f046f7321639915635fe | |
parent | Change services to by wanted by graphical-session (diff) | |
download | redshift-ng-6ceecc4aebabfd8849733911edff16ca9a68e424.tar.gz redshift-ng-6ceecc4aebabfd8849733911edff16ca9a68e424.tar.bz2 redshift-ng-6ceecc4aebabfd8849733911edff16ca9a68e424.tar.xz |
Add a FAQ entry on issues with running via systemd
Fixes #742
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -124,6 +124,18 @@ Please go to [the issue tracker](https://github.com/jonls/redshift/issues) and check if your issue has already been reported. If not, please open a new issue describing you problem. + +**When running as a systemd service, redshift fails to connect to +Xorg/Wayland** + +You need to export your environment variables when you window manager or +compositor start up. Typically, you want to run this as part of its startup: + + systemctl --user import-environment; systemctl --user start graphical-session.target + +See your compositor's (or window manager's) documentation for further details +of setting up the systemd user session. + Latest builds from master branch -------------------------------- |