PDA

View Full Version : [other] FVWM missing debian menu



AudioDef
February 14th, 2010, 05:28 AM
I just installed FVWM-Crystal and there's naught but a paltry menu. My understanding is that there should be a full menu of installed programs on my system. Running update-menus changes nothing. My Xfce installation has it all.

What gives?

jpkotta
February 21st, 2010, 06:21 AM
https://help.ubuntu.com/community/FVWM (in the Integration section)

hollerith
March 4th, 2010, 12:56 AM
The application panel menus are missing because

SyntaxError: invalid syntax
File "/usr/local/bin/fvwm-crystal.apps", line 209
def getAppsData(databases=[database],checkExecs=False,searchIconsIn='',sortOrder='prio ',minLength=3,with=None,without=None,rootName='/Applications',topInSub=True,fileIcon='default.png' ,dirIcon='directory.png'):

'with' is a reserved word in python 2.6 and therefore not allowed as a variable. Fix this, get menus.