Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
Happens even if I use nohup and add process to background. More details:
System: Ubuntu 16.04 with NVIDIA GTX960M. The NVIDIA driver used is version 367.57 (proprietary from nvidia 367).
Steps to reproduce:
Open a terminal and invoke redshift-gtk as nohup redshift-gtk &. The redshift applet appears at the Ubuntu top bar.
Exit the terminal window by invoking the exit command or by clicking on the window's 'x' button.
The following window appears right after:
That despite the fact that the applet icon is already at the top bar. Clicking on "OK" removes the applet icon but the screen remains filtered. ps -eaf | grep redshifton a new terminal window confirms that there is no redshift running anymore.
Just to show how it was before I closed the terminal:
It sounds like the redshift process crashed when these steps were performed. Would it possible to attach a debugger to the process to see what happens?
Happens even if I use nohup and add process to background. More details:
System: Ubuntu 16.04 with NVIDIA GTX960M. The NVIDIA driver used is version 367.57 (proprietary from nvidia 367).
Steps to reproduce:
nohup redshift-gtk &
. The redshift applet appears at the Ubuntu top bar.exit
command or by clicking on the window's 'x' button.That despite the fact that the applet icon is already at the top bar. Clicking on "OK" removes the applet icon but the screen remains filtered.
ps -eaf | grep redshift
on a new terminal window confirms that there is no redshift running anymore.Just to show how it was before I closed the terminal:
Reproducibility: Happens most of the time with the steps outlined above but, strangely, not always.