- Code: Select all
test@mojito ~ % cat /etc/issue
Linux Mint 9 Isadora - Xfce 64-bit \n \l%
test@mojito ~ % mintmenu
Opacity is: 100
Setting opacity to: 1.0
/usr/lib/linuxmint/mintMenu/mintMenu.py:106: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips = gtk.Tooltips()
/usr/lib/linuxmint/mintMenu/mintMenu.py:108: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.enable()
/usr/lib/linuxmint/mintMenu/mintMenu.py:473: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.set_tip( widget, tip, tipPrivate )
/usr/lib/linuxmint/mintMenu/mintMenu.py:385: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.disable()
Binding to Hot Key: <Control>Super_L
** (mintMenu.py:2141): WARNING **: Binding '<Control>Super_L' failed!
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1263, in updateBoxes
newCategoryList = self.buildCategoryList()
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1413, in buildCategoryList
for child in menu.directory.get_contents():
AttributeError: 'NoneType' object has no attribute 'get_contents'
I did install xfce4-xfapplet-plugin as well and got it in the menuBar.. but it looks like this:
also: "Menu > Quit" doesn't answer (all other "links" work) & "right-click Menu > Edit Menu" doesn't answer (all other "links" work here, too)
any ideas?
Oh and yes, this is in a VBox, but doesn't matter - very same setup, very same output on a "true install".

