recently, I have discovery redshift (help your eyes hurt less if you are working in front of the screen at night)
I can run the tools using command line :
redshift-gtk
I run "startup manager" :
and I have add an entry :
And when I restart my computer, redshift does not start when I start my computer
You could add a cron job.
Run the command:
Scroll to the bottom, and add this line
Then press enter (so you have a blank line below). That should now run at startup.
According to this link, it is the result of a bug. However: as suggested on the page, you can try to install
geoclue-hostip
, which was a solution for at least some of the users.Note:
geoclue-hostip
was installed on my system, that could be the reason why I could not reproduce the problem.I had plenty of issues trying to get
redshift-gtk
to autostart on my laptop (running Mint KDE 18). In the end I manged to get the rightsystemd
configuration settings...This should be saved as a user unit configuration file here:
~/.config/systemd/user/redshift-gtk.service
You can test the above by running:
You should be able to see
redshift-gtk
working, or you can check that it is working by running:NOTE: see the listing at the bottom for example output.
Assuming the
redshift-gtk
service started correctly, you can set it to run automatically as part of the initial user login:You can check that has worked correctly by running:
This should show something like the following (note the second line, directly below
default.target
):Now when you restart you should see
redshift-gtk
working, but again you can check by running:Which should produce something like the following: