gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02374
[Bug 578444] Re: Plugin enabled list is not saved on reboot
I didn't see your last message :)
A nice thing to do would be to make CoreConfig a Borg or a Singleton.
If you're interested in doing that, most of the code is already in lp:~gtg-user/gtg/multi-backends__invernizzi_gsoc/ (have a look at GTG/backends/__init__.py ).
That way, you could import it easily and save the configuration.
Another way would be issuing a signal "save-configuration" that
CoreConfig would catch. I prefer the first option, because there are no
guarantees that a signal handler will be executed in a timely fashion.
PS: I assume you know what I'm talking about. If not, feel free to ask.
--
Plugin enabled list is not saved on reboot
https://bugs.launchpad.net/bugs/578444
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:
Every time I reboot, I need to set up (again and again and again) the Notification Area plugin.
References