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 582151 - vinagre sets preferences not in the schema
vinagre sets preferences not in the schema
Status: RESOLVED DUPLICATE of bug 581880
Product: vinagre
Classification: Applications
Component: general
2.26.x
Other All
: Normal critical
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-11 10:10 UTC by Jan de Groot
Modified: 2009-05-19 13:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Jan de Groot 2009-05-11 10:10:29 UTC
Steps to reproduce:
On initial startup, when no previous preferences are stored in GConf, vinagre will crash with a GConf error because keys are not writeable.

These keys are touched on startup and are missing in the schema definition:
/apps/vinagre/side_pane_visible (bool)
/apps/vinagre/toolbar_visible (bool)
/apps/vinagre/side_panel_size (int)
/apps/vinagre/window_state (int)
/apps/vinagre/window_width (int)

Stack trace:
Breakpoint 1, vinagre_prefs_set_int (prefs=0x156b100, 
    key=0x425f43 "/apps/vinagre/window_width", value=650)
    at vinagre-prefs.c:137
137	{
(gdb) c
Continuing.
**
GConf:ERROR:gconf-client.c:1202:gconf_client_key_is_writable: assertion failed: (entry != NULL)



Other information:
Comment 1 Jonh Wendell 2009-05-19 13:03:23 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 581880 ***