Bug 1149251 - [abrt] mozo: MainWindow.py:369:on_edit_properties_activate:IOError: [Errno 2] No such file or directory: 'mozo-made.directory'
Summary: [abrt] mozo: MainWindow.py:369:on_edit_properties_activate:IOError: [Errno 2]...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mozo
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Wolfgang Ulbrich
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:3c5d01923a056bab6991d27d823...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-03 15:21 UTC by lmpynix
Modified: 2015-07-24 07:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-07-24 07:54:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (856 bytes, text/plain)
2014-10-03 15:21 UTC, lmpynix
no flags Details
File: environ (2.76 KB, text/plain)
2014-10-03 15:21 UTC, lmpynix
no flags Details

Description lmpynix 2014-10-03 15:21:42 UTC
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'

Comment 1 lmpynix 2014-10-03 15:21:44 UTC
Created attachment 943751 [details]
File: backtrace

Comment 2 lmpynix 2014-10-03 15:21:45 UTC
Created attachment 943752 [details]
File: environ

Comment 3 Wolfgang Ulbrich 2014-11-21 09:32:40 UTC
Seems there is a misconfig, mozo mised a created file.

IOError: [Errno 2] No such file or directory: 'mozo-made.directory'

Comment 4 Wolfgang Ulbrich 2014-11-21 09:46:17 UTC
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>/

Comment 5 Wolfgang Ulbrich 2015-07-24 07:54:21 UTC
no answer from reporter!


Note You need to log in before you can comment on or make changes to this bug.