After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307886 - Activated plugins not remembered
Activated plugins not remembered
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: core application
SVN TRUNK
Other Linux
: Normal normal
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-16 07:37 UTC by Theo van Klaveren
Modified: 2008-11-11 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Theo van Klaveren 2005-06-16 07:37:48 UTC
Version details: CVS from 15/06/2005
Distribution/Version: Ubuntu Hoary

Anjuta doesn't remember what plugins were activated/deactivated:

1. Start Anjuta
2. Start new project
3. Activate terminal plugin
4. Close Anjuta
5. Restart Anjuta
6. Load project
7. Terminal is not there

Expected result:

5. Restart Anjuta
6. Load project
7. Terminal is there

This goes for any plugin that's not activated by default.
Comment 1 Naba Kumar 2006-12-04 09:59:51 UTC
Closing all fixed bugs. Sorry for the mass update :( ...
Comment 2 Sébastien Granjoux 2008-11-08 11:48:59 UTC
It seems that this bug appears again.

If I create a new project with the project wizard (gtk by example), enable the debugger plugin and exit, when I open the project again the debugger plugin is not here. 

I need to enable it again and this time it is saved.
Comment 3 Sébastien Granjoux 2008-11-11 15:55:38 UTC
It is because the directory .anjuta is not present in the project directory when the project is created. I'm working on this...
Comment 4 Sébastien Granjoux 2008-11-11 20:09:00 UTC
If the file write fails, I check if the parent directory is present and create it if necessary. It should work now. I have committed this in svn trunk.