[bug] Installation issue
Up to this morning, I had an unconventional installation of PySolFC. Now, I decided to install it in a python environment as explained in the readme file. I noticed that no shortcut appears in the Wisker Menu. I copy the .desktop from the ./data folder to my ~/.local/applications, but it didn't launch the game.
Unable to execute command "pysol.py"
Failed to execute child process "pysol.py" (No such file or directory)
To launch the game from .desktop, I needed to create a bash script to export $PKGTREE and to launch the game and replaced "pysol.py" by my bash script file. Now it works.
PySolFC version: 2.10.1 OS: Xubuntu Bionic
Another thing occurs. Installed in python environment, the sound didn't work anymore. Neither pygame nor pss. I worked around it, simlinking the pygame folder to "/usr/local/packages/PySolFC/env/lib/python3.6/site-packages".
@Neelix57, to fix the audio issue, I'm going to make the installer script also install pygame in the env.