GNOME Bugzilla – Bug 763558
Some info and warning messages printed to cli
Last modified: 2016-03-14 16:10:22 UTC
These info and warning messages printed to cli shouldn't be there: gnome-tweak-tool.desktop[9434]: /usr/lib/python2.7/site-packages/gtweak/utils.py:244: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead gnome-tweak-tool.desktop[9434]: "disable-extension": (GObject.SIGNAL_RUN_FIRST, GObject.TYPE_NONE,()), gnome-tweak-tool.desktop[9434]: INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible) gnome-tweak-tool.desktop[9434]: INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-battery-action) gnome-tweak-tool.desktop[9434]: INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-ac-action) gnome-tweak-tool.desktop[9434]: INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-suspend-with-external-monitor) gnome-tweak-tool.desktop[9434]: /usr/lib/python2.7/site-packages/gtweak/egowrapper.py:29: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead gnome-tweak-tool.desktop[9434]: "got-extensions": (GObject.SIGNAL_RUN_FIRST, GObject.TYPE_NONE, gnome-tweak-tool.desktop[9434]: /usr/lib/python2.7/site-packages/gtweak/egowrapper.py:31: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead gnome-tweak-tool.desktop[9434]: "got-extension-info": (GObject.SIGNAL_RUN_FIRST, GObject.TYPE_NONE, gnome-tweak-tool.desktop[9434]: /usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_group_xkb.py:63: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations gnome-tweak-tool.desktop[9434]: l = Gtk.Label(name) This is on Fedora 24 with gnome-tweak-tool 3.19.90
Created attachment 323891 [details] [review] Elevate the regular logging level to WARNING There's little value in logging informational messages under normal conditions and we already have a command line switch to lower the logging level for debugging.
Created attachment 323892 [details] [review] Fix a new round of PyGI deprecation warnings
Attachment 323891 [details] pushed as 716e44c - Elevate the regular logging level to WARNING Attachment 323892 [details] pushed as 3d3a8c2 - Fix a new round of PyGI deprecation warnings