Bug 1149251
| Summary: | [abrt] mozo: MainWindow.py:369:on_edit_properties_activate:IOError: [Errno 2] No such file or directory: 'mozo-made.directory' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lmpynix | ||||||
| Component: | mozo | Assignee: | Wolfgang Ulbrich <raveit65.sun> | ||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | dan.mashal, raveit65.sun | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/22729496e302c75a4eec05c34d805ee58f38285a | ||||||||
| Whiteboard: | abrt_hash:3c5d01923a056bab6991d27d823145c1f1331092 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-07-24 07:54:21 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 943751 [details]
File: backtrace
Created attachment 943752 [details]
File: environ
Seems there is a misconfig, mozo mised a created file. IOError: [Errno 2] No such file or directory: 'mozo-made.directory' Check files under ~.config/menus Here mozo write it's config. Or do a grep on your home directory. grep -r -i 'mozo-made.directory' /home/<user>/ no answer from reporter! |
Description of problem: I was attempting to make a menu to store all of the applications I have installed with WINE. After I gave up trying to find the icons (which I found later anyway), I reverted back to the original. Now in the Applications menu is a menu called "mozo-made" with my old launcher in it (which I made before I reverted). Every time I try to edit or disable this menu, it crashes with this error. Version-Release number of selected component: mozo-1.8.0-2.fc21 Additional info: reporter: libreport-2.2.3 cmdline: /usr/bin/python2.7 -OOt /usr/bin/mozo executable: /usr/bin/mozo kernel: 3.16.3-302.fc21.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: MainWindow.py:369:on_edit_properties_activate:IOError: [Errno 2] No such file or directory: 'mozo-made.directory' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/Mozo/MainWindow.py", line 369, in on_edit_properties_activate parser.write(open(file_path)) IOError: [Errno 2] No such file or directory: 'mozo-made.directory' Local variables in innermost frame: item_tree: <gtk.TreeView object at 0x7f8a971e53c0 (GtkTreeView at 0x1436660)> items: <gtk.ListStore object at 0x7f8a971e50a0 (GtkListStore at 0x13d92b0)> self: <Mozo.MainWindow.MainWindow instance at 0x7f8aaea6f878> parser: <Mozo.util.DesktopParser instance at 0x7f8a971ef1b8> iter: <GtkTreeIter at 0x146f560> item: <matemenu.Directory object at 0x7f8a9c896d68> menu: <gtk.Action object at 0x7f8a971e5320 (GtkAction at 0x13beec0)> file_path: 'mozo-made.directory'