| Summary: | [abrt] alacarte-0.13.2-3.fc16: MainWindow.py:19:<module>:ImportError: No module named gmenu | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tore H. Larsen <torel> | ||||
| Component: | alacarte | Assignee: | Ray Strode [halfline] <rstrode> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | jpmahowald, rstrode, sindrepb, torel | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:01acb9e5787833cdbc03832f71e787ef531f1cdb | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-03-14 21:56: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: | |||||
| Attachments: |
|
||||||
Created attachment 547650 [details]
File: backtrace
cc. Upgraded system from FC15. yum reinstall alacarte, causes the crash to disappair, but it doesn't do anything. Still can't edit the gnome menu. *** This bug has been marked as a duplicate of bug 734442 *** |
libreport version: 2.0.7 abrt_version: 2.0.4.981 cmdline: /usr/bin/python2.7 -OOt /usr/bin/alacarte comment: Did Gnome-panel -> Edit -> Menu, then crash. executable: /usr/bin/alacarte kernel: 3.1.0-7.fc16.x86_64 reason: MainWindow.py:19:<module>:ImportError: No module named gmenu reported_to: file: /home/torel/Abrt/log.txt time: Sat 12 Nov 2011 12:28:36 PM CET uid: 500 username: torel backtrace: Text file, 6658 bytes event_log: :2011-12-16-09:14:03* (exited with 1) :2011-12-16-09:32:51> The report was appended to /home/torel/Abrt/log.txt smolt_data: :Traceback (most recent call last): : File "/usr/bin/smoltSendProfile", line 152, in <module> : profile = smolt.get_profile() : File "/usr/share/smolt/client/smolt.py", line 1414, in get_profile : return Hardware() : File "/usr/share/smolt/client/smolt.py", line 1004, in Hardware : _hardware_instance = _Hardware() : File "/usr/share/smolt/client/smolt.py", line 593, in __init__ : self.fss = get_file_systems() : File "/usr/share/smolt/client/smolt.py", line 417, in get_file_systems : file_systems = get_fslist() : File "/usr/share/smolt/client/fs_util.py", line 100, in get_fslist : return [FileSystem(mnt) for mnt in get_mtab()] : File "/usr/share/smolt/client/fs_util.py", line 91, in get_mtab : mtab_map = __cache_mtab__(mtab) : File "/usr/share/smolt/client/fs_util.py", line 107, in __cache_mtab__ : mtab = [MntEntObj(line) for line in f.read().split('\n') if len(line) > 0] : File "/usr/share/smolt/client/fs_util.py", line 41, in __init__ : self.mnt_freq, self.mnt_passno) = input.split() :ValueError: too many values to unpack