Bug 153036
| Summary: | GtkDeprecationWarning: gtk.FALSE, gtk.TRUE | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ricky Ng-Adam <rngadam> |
| Component: | firstboot | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | byte |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-04-01 06:07:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Definitely not system-config-boot, this is firstboot at action, and there's a duplicate too for #153033 *** This bug has been marked as a duplicate of 153033 *** /usr/share/firstboot/modules/boot_gui.py was fixed in system-config-boot-0.2.9-1 |
Description of problem: /usr/share/firstboot/modules/boot_gui.py:70: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.bootView.set_property("headers-visible", gtk.FALSE) /usr/share/firstboot/modules/boot_gui.py:82: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.myHbox.pack_start(self.timeoutLabel, gtk.FALSE) /usr/share/firstboot/modules/boot_gui.py:83: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.myHbox.pack_start(self.timeoutEntry, gtk.FALSE) /usr/share/firstboot/modules/boot_gui.py:164: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.bootView.set_cursor(path, self.col, gtk.FALSE) /usr/share/firstboot/modules/boot_gui.py:165: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead self.bootView.scroll_to_cell(path, self.col, gtk.TRUE, 0.5, 0.5) /usr/share/firstboot/modules/boot_gui.py:97: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead self.myVbox.pack_start(self.bootViewSW, gtk.TRUE) /usr/share/firstboot/modules/boot_gui.py:98: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.myVbox.pack_start(self.myHbox, gtk.FALSE) /usr/lib/python2.4/site-packages/rhpl/firstboot_gui_window.py:130: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead iconBox = gtk.HBox(gtk.FALSE, 5) /usr/lib/python2.4/site-packages/rhpl/firstboot_gui_window.py:137: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead msgLabel.set_line_wrap(gtk.TRUE) /usr/lib/python2.4/site-packages/rhpl/firstboot_gui_window.py:141: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead toplevel.pack_start(iconBox, gtk.FALSE) /usr/lib/python2.4/site-packages/rhpl/firstboot_gui_window.py:142: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead toplevel.pack_start(self.myVbox, gtk.TRUE) Version-Release number of selected component (if applicable): 0.2.8-1 How reproducible: always Steps to Reproduce: 1. start program at console 2. 3. Actual results: extraneous warnings Expected results: no warnings Additional info: Most system-config-* have the same problems, I'm opening a bug for each.