https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Bug ID: 1258712 Summary: fonts-tweak-tool source code needs changes Product: Fedora Version: rawhide Component: fonts-tweak-tool Assignee: tagoh@redhat.com Reporter: pnemade@redhat.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, kent.neo@gmail.com, petersen@redhat.com, pwu@redhat.com, tagoh@redhat.com
Description of problem: When started fonts-tweak-tool from gnome-terminal, got these warnings
[parag@localhost ~]$ fonts-tweak-tool /usr/lib64/python2.7/site-packages/fontstweak/util.py:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /usr/lib64/python2.7/site-packages/fontstweak/aliasui.py:36: PyGIWarning: Easyfc was imported without specifying a version first. Use gi.require_version('Easyfc', '0.12') before import to ensure that the right version gets loaded. from gi.repository import Easyfc /usr/bin/fonts-tweak-tool:34: PyGIWarning: FontsTweak was imported without specifying a version first. Use gi.require_version('FontsTweak', '0') before import to ensure that the right version gets loaded. from gi.repository import FontsTweak /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) /usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile) Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. [parag@localhost ~]$
Version-Release number of selected component (if applicable): fonts-tweak-tool-0.3.2-8.fc23.x86_64
How reproducible: always
Steps to Reproduce: 1. open fonts-tweak-tool from gnome-terminal 2. observe warning messages appearing on gnome-terminal 3.
Actual results:
Expected results:
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Pravin Satpute psatpute@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |psatpute@redhat.com
--- Comment #1 from Pravin Satpute psatpute@redhat.com --- able to reproduce this issue.
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
--- Comment #3 from Parag Nemade pnemade@redhat.com --- Tested this again as part of i18n test day and found /usr/lib64/python3.5/site-packages/fontstweak/util.py:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /usr/lib64/python3.5/site-packages/fontstweak/aliasui.py:36: PyGIWarning: Easyfc was imported without specifying a version first. Use gi.require_version('Easyfc', '0.12') before import to ensure that the right version gets loaded. from gi.repository import Easyfc /usr/bin/fonts-tweak-tool:34: PyGIWarning: FontsTweak was imported without specifying a version first. Use gi.require_version('FontsTweak', '0') before import to ensure that the right version gets loaded. from gi.repository import FontsTweak
as new warnings now.
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
--- Comment #4 from Fedora End Of Life jkurik@fedoraproject.org --- This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Peng Wu pwu@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|24 |26
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Mike FABIAN mfabian@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mfabian@redhat.com Version|26 |27
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Satyabrata Maitra smaitra@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Parag Nemade pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NEXTRELEASE Last Closed| |2018-04-06 05:55:00
--- Comment #5 from Parag Nemade pnemade@redhat.com --- I do not see any issues on Fedora 28 Beta anymore. Closing this.
i18n-bugs@lists.fedoraproject.org