Hi to all, I installed fvm-crystal and found it very useful. I'm running Ubuntu Jaunty. Juanty uses python 2.6 as a default python version. And Python 2.6 uses "with" as a reserved word. So applications menu doesn't displayed, because /usr/bin/fmwm-crystal.apps uses python environment defined by #!/usr/bin/env python , which gives default version of python 2.6. Temporary solution was simple: just to change environment to the python 2.5, namely, change #!/usr/bin/env python into #!/usr/bin/python2.5 (you need to install python 2.5 before). But it is only temporary solution, in the next version using "with" must be avoided.
Regards, YUP _______________________________________________ fvwm-crystal-users mailing list fvwm-crystal-users@gna.org https://mail.gna.org/listinfo/fvwm-crystal-users