[Bug 327190] Re: User Crontab is outside of GUI session

2014-10-20 Thread Christian Kastner
cron jobs are started by the cron daemon which is completely unrelated to your GUI session, or any other session that might be active for the user. As ccooke pointed out, if you want access to an unrelated session, you're going to have to do it manually. ** Changed in: cron (Ubuntu) Status

[Bug 327190] Re: User Crontab is outside of GUI session

2009-11-25 Thread crysys
This is the same issue as +bug/94933 and +bug/113988 from 2007 only with an added ACL issue. I disagree that this is only a feature request, this behavior used to be made to work by forcing the setting of $DISPLAY and was broken again, this time by the X ACL(access control list). It can again be

[Bug 327190] Re: User Crontab is outside of GUI session

2009-02-09 Thread Martin Owens
That's a toxic work around, this bug should stay open until the actual problem is properly fixed. I disagree with your assessment that this problem is an idea, the inability to modify gconf via cron is a bug. It's never been a part of the design of cron to be denied access to vital user space conf

[Bug 327190] Re: User Crontab is outside of GUI session

2009-02-09 Thread C. Cooke
Hi, It is actually possible for programs run from cron to acquire settings from the GUI; it's just rather arcane and tricky to make it reliable. Making it automatic would be possible, but probably require some additional work. If you just want something that will work *NOW*, you can find directio