← Back to team overview

gtg team mailing list archive

[Bug 533318] Re: State of the 'Start GTG on every login' checkbox doesn't survive gtg restart

 

A bug is in preferences.py in on_autostart_toggled(). I've patch it with
some debug and what i see:

autostart_path:  /home/mrk/.config/autostart/gtg.desktop
this_directory:  /usr/local/lib/python2.6/site-packages/GTG/taskbrowser
fullpath:  /usr/local/lib/python2.6/site-packages/gtg.desktop
desktop_file_path:  /usr/local/lib/python2.6/applications/gtg.desktop

So it tries to create symlink like:

ln -s  /usr/local/lib/python2.6/applications/gtg.desktop
/home/mrk/.config/autostart/gtg.desktop

or (if os.symlink() not exists copy
/usr/local/lib/python2.6/applications/gtg.desktop into
/home/mrk/.config/autostart)

So i now try to make a patch for this.

-- 
State of the 'Start GTG on every login' checkbox doesn't survive gtg restart
https://bugs.launchpad.net/bugs/533318
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Confirmed

Bug description:
State of the 'Start GTG on every login' checkbox doesn't survive gtg restart. 
Indeed it resets after every calling of the Preference pane.

This is may be somehow related with bug #533157.

It would be great to see this included into 0.2.4.





References