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 614573 - Toolbar settings not saved
Toolbar settings not saved
Status: RESOLVED DUPLICATE of bug 606090
Product: evince
Classification: Core
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-01 12:17 UTC by samuel
Modified: 2010-04-02 01:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description samuel 2010-04-01 12:17:19 UTC
I am removing the toolbar by unticking the option
    View -> Toolbar
But the setting is not carried over when I open another instance of evince (after closing the first one). The last version of evince (2.28 I think) did carry over the settings.

I may try to make a patch for this annoyance, but I think the triviality will make my efforts redundant as I am not used to evince's codebase.
Comment 1 Carlos Garcia Campos 2010-04-01 13:07:05 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 606090 ***
Comment 2 samuel 2010-04-01 14:33:30 UTC
May I ask to have this bug re-opened?

This bug is not a duplicate. Here I am talking about the toolbar, the thing at the top under the menus. The sidebar does indeed stay opened, but this bug is about the toolbar.

If you need more information, do ask, I'm at ease to give you any information to help.

This bug (bug 614573) is not a duplicate of bug 606090.
Comment 3 Carlos Garcia Campos 2010-04-01 14:47:54 UTC
I know, but the source of the problem is the same. This is a regression introduced by the migration of the metadata system to gio. We used to store global information (toolbar, window size, sidebar state, etc.) in the metadata system as last used settings. We can use gconf for that, but I thought it wasn't worth it, since we were going to migrate from gconf to gsettings during this release cycle. So, the idea is to use gsettings to store last used settings.
Comment 4 samuel 2010-04-02 01:10:20 UTC
Thanks, it didn't seem obvious that those two bugs were related. I wanted to be point it out to be sure it would be correctly handled and I am now sure that it will be.

Thanks again for your prompt replies.