Description of problem: I started yumex from a terminal (Using "yumed --root" because the login pop-up kept rejecting the root password, but that's a different issue.) and noticed that GTX had issued 2 warnings: (yumex:22877): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead (yumex:22877): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 57: Odd character 'd', expected a '=' after attribute name 'rebuilding' of element 'locally' Version-Release number of selected component (if applicable): 3.0.5-2.fc16 How reproducible: Every time Steps to Reproduce: 1. start yumex from a terminal window 2. 3. Actual results: Occasional GTX warning displayed Expected results: No warnings should be generated Additional info: These are both minor warnings (and the second one is probably a typo), but that's no reason to not fix them in the next release.
The yumex gui is made using glade-3, there must be some issues in the generated xml file, the warnings happens when the .glade file is loaded into gtk. Without knowing gtk internals, it is hard to find and fix the issue
This one is fixed upstream (yumex:22877): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead https://github.com/timlau/yumex/commit/a655d32a8270c07c36e1291909e47c24651e5870 Can't reproduce this one in current upstream on Fedora 17. (yumex:22877): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 57: Odd character 'd', expected a '=' after attribute name 'rebuilding' of element 'locally'
yumex-3.0.6-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/yumex-3.0.6-1.fc16
yumex-3.0.6-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/yumex-3.0.6-1.fc17
Package yumex-3.0.6-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing yumex-3.0.6-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11560/yumex-3.0.6-1.fc16 then log in and leave karma (feedback).
yumex-3.0.6-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
yumex-3.0.6-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.