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'
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!