You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Kubuntu 21.04, once the "redshift" package is installed, then by default, systemd will automatically start redshift, and will even promptly restart it again if you kill the process. (Kubuntu 20.10 and earlier did not do this by default). Since this is due to an update of the redshift package, I assume that this will be the default on other recent linux distros too.
If this applet is then installed via "Get new widgets" (I hope that it will become a default widget since it's being moved to phabricator) then it will start another redshift process causing the screen to flash color changes every second or two.
To "mask" (i.e. permanently disable) the systemd startup of redshift for the current user, issue this command:
systemctl --user mask redshift
Details:
The installation of version 1.12-4 of the redshift package creates a link that instructs systemd to start redshift:
On Kubuntu 21.04, once the "redshift" package is installed, then by default, systemd will automatically start redshift, and will even promptly restart it again if you kill the process. (Kubuntu 20.10 and earlier did not do this by default). Since this is due to an update of the redshift package, I assume that this will be the default on other recent linux distros too.
If this applet is then installed via "Get new widgets" (I hope that it will become a default widget since it's being moved to phabricator) then it will start another redshift process causing the screen to flash color changes every second or two.
To "mask" (i.e. permanently disable) the systemd startup of redshift for the current user, issue this command:
Details:
The installation of version 1.12-4 of the redshift package creates a link that instructs systemd to start redshift:
This link can be removed with the following command:
Or this can be overridden and disabled for a single user with:
Which creates a link:
I assume that the easiest way to fix this problem is to have this applet create the above link.
The text was updated successfully, but these errors were encountered: