[SOLVED] mintMenu error after python-pyinotify update

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
narnie

[SOLVED] mintMenu error after python-pyinotify update

Post by narnie »

After I did a system update today, I get this error whey clickking on the mintMenu. Wish I could include a screencap, but that doesn't work unless the menu is closed.

python-pyinotify (0.7.1-1build1) to 0.8.6-2ubuntu3 was updated and referrenced below.

The first column (left) of minMenu works but the applications/favorites column was broken evidently by this update.

Error is below.

Code: Select all

Couldn't load plugin: Applications

Traceback (most recent call last):

  File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 249, in PopulatePlugins
    MyPlugin = X.pluginclass( self, self.toggle )

  File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 255, in __init__
    self.menuFileMonitors.append( filemonitor.addMonitor(f, self.onMenuChanged, mymenu.directory.Filename ) )

  File "/usr/lib/linuxmint/mintMenu/plugins/filemonitor.py", line 27, in addMonitor
    mask = pyinotify.EventsCodes.IN_DELETE | pyinotify.EventsCodes.IN_CREATE | pyinotify.EventsCodes.IN_MODIFY

AttributeError: type object 'EventsCodes' has no attribute 'IN_DELETE'
Hope it won't be too troublesome to fix.

Yours,
Narnie
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
narnie

Re: mintMenu error after python-pyinotify

Post by narnie »

BTW, should have mentioned that this is running LM 7 on 64bit.
Last edited by narnie on Thu Feb 04, 2010 8:32 pm, edited 1 time in total.
narnie

Re: mintMenu error after python-pyinotify update

Post by narnie »

Embalmed: on linuxmint-help IRC found this link http://forums.linuxmint.com/viewtopic.p ... 49#p230949

This is the problem.

Will see if I can submit a bug report.
Locked

Return to “Software & Applications”