nwtmg wrote:- Code: Select all
>>> INIT
GnoMenu 2.9
settings load
Traceback (most recent call last):
File "./GnoMenu", line 190, in <module>
appleticon = AppletIcon( icon_object=myIcon)
File "./GnoMenu", line 116, in __init__
from Menu_Main import Main_Menu
File "/usr/lib/gnomenu/Menu_Main.py", line 24, in <module>
from Menu_Widgets import MenuButton , Separator, ImageFrame, ProgramList, IconProgramList,MenuTab, MenuLabel, MenuImage,TreeProgramList, CairoProgramList
File "/usr/lib/gnomenu/Menu_Widgets.py", line 22, in <module>
from Menu_Items import XDGMenu
File "/usr/lib/gnomenu/Menu_Items.py", line 22, in <module>
from Popup_Menu import add_menuitem, add_image_menuitem
File "/usr/lib/gnomenu/Popup_Menu.py", line 322, in <module>
import Globals
File "/usr/lib/gnomenu/Globals.py", line 589, in <module>
distro_logo = gtk.icon_theme_get_default().lookup_icon('distributor-logo',48,gtk.ICON_LOOKUP_FORCE_SVG).get_filename()
AttributeError: 'NoneType' object has no attribute 'get_fi
No you're not missing something, there seems to be an issue of cairo-dock loading distributor-logo or its attributes, or there's a conflict between cairo-dock and gnomenu.
You could check if this
http://www.fedoraforum.org/forum/showpo ... stcount=13 still applies.
And please report that as a bug, after searching if it hasn't been reported yet already:
https://wiki.mageia.org/en/How_to_report_a_bug_properlyFor completeness's sake and also to allow others to follow up on that bug report, please also post the link to it here in the thread, thanks.