Bug 573027
| Summary: | [abrt] crash in jokosher-1.0-0.8.20091128bzr.fc13: StatusBar.py:29:__init__:AttributeError: 'gtk.HBox' object has no attribute 'set_use_markup' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul W. Frields <stickster> | ||||||
| Component: | jokosher | Assignee: | Christopher Brown <chris.brown> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | akshay, chris.brown | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | abrt_hash:13837439 | ||||||||
| Fixed In Version: | jokosher-1.0-0.11.20100503bzr.fc13 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-05-10 17:06:58 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 399686 [details]
File: backtrace
Package: jokosher-1.0-0.8.20091128bzr.fc13 Architecture: x86_64 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Default install on Fedora 13 Beta 64-bit, tried to open Jokosher. 2. 3. Created attachment 410277 [details]
Patch to fix incorrect widget reference
This patch fixes the problem with Jokosher crashing on startup in F-13. Could you apply this?
(It would be nice to see 0.11.5 coming to Fedora 13 if possible, and this patch should be easy to alter to fix that version too.)
jokosher-1.0-0.12.20100503bzr.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/jokosher-1.0-0.12.20100503bzr.fc12 jokosher-1.0-0.11.20100503bzr.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/jokosher-1.0-0.11.20100503bzr.fc13 jokosher-1.0-0.11.20100503bzr.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update jokosher'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/jokosher-1.0-0.11.20100503bzr.fc13 jokosher-1.0-0.12.20100503bzr.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update jokosher'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/jokosher-1.0-0.12.20100503bzr.fc12 jokosher-1.0-0.12.20100503bzr.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. jokosher-1.0-0.11.20100503bzr.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.0.8 detected a crash. architecture: x86_64 cmdline: /usr/bin/python /usr/bin/jokosher comment: Jokosher crash, gtk.HBox using wrong attribute set_use_markup component: jokosher executable: /usr/bin/jokosher kernel: 2.6.33-1.fc13.x86_64 package: jokosher-1.0-0.8.20091128bzr.fc13 reason: StatusBar.py:29:__init__:AttributeError: 'gtk.HBox' object has no attribute 'set_use_markup' release: Fedora release 13 (Rawhide) How to reproduce: Start jokosher in F13 x86_64, from menu or command line. backtrace ----- StatusBar.py:29:__init__:AttributeError: 'gtk.HBox' object has no attribute 'set_use_markup' Traceback (most recent call last): File "/usr/bin/jokosher", line 100, in <module> JokosherApp.MainApp(openproject, loadExtensions, startupType) File "/usr/lib/python2.6/site-packages/Jokosher/JokosherApp.py", line 165, in __init__ self.statusbar = StatusBar.StatusBar() File "/usr/lib/python2.6/site-packages/Jokosher/ui/StatusBar.py", line 29, in __init__ self.label.set_use_markup(True) AttributeError: 'gtk.HBox' object has no attribute 'set_use_markup' Local variables in innermost frame: self: <StatusBar object at 0x2ed7190 (GtkStatusbar at 0x2f83b60)>