Other fvwm-crystal has no Application menues if build with default python

I want to know if someone other has the same problem. I damaged fvwm-crystal and build it new, also tried packages.
After change of the default version of python to 3.6 it is lost all application menues. Makefile has USES=python, so it used the default version (3.6). I rebuild it with USES=python:2.7 and it worked again.
Please, tell me, so I will file a PR.
 
I want to know if someone other has the same problem. I damaged fvwm-crystal and build it new, also tried packages.
After change of the default version of python to 3.6 it is lost all application menues. Makefile has USES=python, so it used the default version (3.6). I rebuild it with USES=python:2.7 and it worked again.
Please, tell me, so I will file a PR.
The only changes are the pythyon shebangs was reverted to python2, which make the python scripts compatible with python2 >= 2.5 (that was tested with python-2.5, 2.6 and 2.7)
It seemed this software doesn't support python3. Notice: later versions didn't say anything about python3 support either.
 
Back
Top