[Bug 677783] Re: Redshift does not quit upon logout from session

2015-05-18 Thread gmorehou
Per http://jonls.dk/redshift/ "The project is managed at GitHub where issues and pull requests can also be posted. Please don’t use the old bug tracker at the Launchpad project page anymore." -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 677783] Re: Redshift does not quit upon logout from session

2015-05-18 Thread gmorehou
This is still a problem. Who is the maintainer that can review the patch(es)? Downgrading to a PPA isn't great. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677783 Title: Redshift does not quit upo

[Bug 677783] Re: Redshift does not quit upon logout from session

2013-03-02 Thread Jon Lund Steffensen
I've been working on an update for gtk-redshift to be able to provide more information to the user. That has meant that I've had to rewrite most of the process management code and for that reason I'm not sure how this discussion applies any more. If you want to take a look the code is here: https:/

[Bug 677783] Re: Redshift does not quit upon logout from session

2013-03-02 Thread David Foerster
Hm, the patch was definitely applied correctly and python would usually recompile outdated object files. You probably did, but I'm asking just to make sure: did you terminate the old remaining processes "redshift" and "gtk-redshift", and install "python-prctl", the dependency introduced by the p

[Bug 677783] Re: Redshift does not quit upon logout from session

2013-03-01 Thread ricardofunke
Hi David, I applied the patch "Call prctl.set_pdeathsig() after forking" but it still doesn't kill the process at logout. After applied, I removed statusicon.pyc and statusicon.pyo and then ran "python2 -m compileall statusicon.py" to regenerate. But the problem persists, I log out from my acco

[Bug 677783] Re: Redshift does not quit upon logout from session

2013-02-23 Thread David Foerster
I wrote the author/maintainer a couple of months ago to see, if he's still active. No response so far. That leaves us (and me) the possibility to fork redshift into a PPA. For the time being you can apply either of my patches (preferably the latter) to /usr/share/pyshared/gtk_redshift/statusicon.

[Bug 677783] Re: Redshift does not quit upon logout from session

2013-02-22 Thread ricardofunke
Hi, I'm affected by this bug and I see that it's kinda old. So does redshift is discontinued? Any chance of solving it? I'm using Gnome 3 and I tryed some workarounds wighout success like .bash_logout, or /etc/gdm/PostSession/Default. Does you have some other tips for me? Thanks in advance and

[Bug 677783] Re: Redshift does not quit upon logout from session

2012-08-22 Thread Ryan S Kingsbury
Confirmed on Fedora x64 with Gnome 3.4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677783 Title: Redshift does not quit upon logout from session To manage notifications about this bug go to: htt

[Bug 677783] Re: Redshift does not quit upon logout from session

2012-07-18 Thread Ubuntu Foundation's Bug Bot
The attachment "Intercept and forward SIGTERM" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the t

[Bug 677783] Re: Redshift does not quit upon logout from session

2012-07-18 Thread David Foerster
Unfortunately, the previous method is not optimal because SIGKILL cannot be intercepted. One could however call prctl.set_pdeathsig() (analogous to PR_SET_PDEATHSIG of prctl(2)) after forking in the child process. ** Patch added: "Call prctl.set_pdeathsig() after forking" https://bugs.launchpa

[Bug 677783] Re: Redshift does not quit upon logout from session

2012-07-18 Thread David Foerster
The problem arises because upon session end gtk-redshift receives SIGTERM, which prevents python from running the "finally" section. The included patch registers a signal handler, which calls sys.exit(), which in turn leads to python executing the "finally" section, where the child process is termi

[Bug 677783] Re: Redshift does not quit upon logout from session

2011-12-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: redshift (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677783 Title: Re

[Bug 677783] Re: Redshift does not quit upon logout from session

2011-05-31 Thread Jon Lund Steffensen
** Changed in: redshift Importance: Undecided => Medium ** Changed in: redshift Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677783 Title: Redshift does not quit

[Bug 677783] Re: Redshift does not quit upon logout from session

2011-05-24 Thread Paul Kishimoto
I can confirm this. ** Also affects: redshift (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677783 Title: Redshift does not quit upon logout fro