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 721430 - Critical warning when entering Notifications panel
Critical warning when entering Notifications panel
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Notifications
3.11.x
Other Linux
: Normal minor
: ---
Assigned To: Marek Kašík
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-03 20:35 UTC by Michael Catanzaro
Modified: 2014-01-07 15:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.29 KB, patch)
2014-01-03 20:35 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2014-01-03 20:35:55 UTC
Created attachment 265251 [details] [review]
Patch

I get a critical warning when entering the Notifications panel, using glib from git master:

GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'application-children' from schema 'org.gnome.desktop.notifications'). This call will probably stop working with a future version of glib.

I think I fixed this probably, but I haven't used GVariants before and I didn't read the entire manual, so don't push blindly.
Comment 1 Michael Catanzaro 2014-01-03 20:37:54 UTC
(In reply to comment #0)
> I think I fixed this probably,

*properly
Comment 2 Bastien Nocera 2014-01-07 07:28:10 UTC
Review of attachment 265251 [details] [review]:

That looks good, but please mention bug https://bugzilla.gnome.org/show_bug.cgi?id=719979 as this is where the critical comes from, and add the URL to this bug in the commit message.
Comment 3 Michael Catanzaro 2014-01-07 15:41:26 UTC
OK