FYI, these issues are now all fixed - will be in the next release. Thanks for bringing to my attention. Appreciate if you could please leave a review for the application.
Thanks for reaching out. The menu item click issue is most likely that the highlighted area is the not the same as the detectable click area. Its something on my list. So just because the menu button is highlighted, it doesn't mean it will detect a click unless you are within the smaller area. I'll also have a look at the multiple opening issue. It should be opening as a blocked window to prevent that so I'll have a look. No idea on the column sorting - I believe I had implemented at least partial...
Hello, Are you trying to run the linux distribution of pfeMAME or the source code? The library in question I believe is libjpeg-dev. You will need to install this by whatever means you need for Gentoo (under Debian its sudo apt install libjpeg-dev). You can try searching for libjpeg-dev within your root filesystem. If you do have it then you should see results. The question is though if this will cause any issues if you installed wxpython (Which you should only have to do for the source code version)...
To support what you are suggesting is a significant rewrite which isnt going to happen any time soon. The library you are having issues with is a dependency under wxpython for media player. I do not believe it is a library you can install directly yourself and is part of another package. Nothing I can help you with unfortunately. I suggest you go to the wider Ubuntu community and seek help on installing that library. I have seen people run pfeMAME under Wine as well.
Sorry, no idea. Give it a go and let me know.
Also some possible help here; https://github.com/nuigroup/ccv2/issues/26
thanks for the info. The issue isn't so much the pfemame application, but the wxpython dependencies. Are you running the source code for pfemame, or the Linux distribution version? I believe the libgstplayer file is part of libstreamer. Try sudo apt install libgstreamer-plugins-base1.0-dev and see if it says you already have the latest version or it tries to download.
Hi Augusto, are you trying to run the source code? If so python 3.8 is fine but you also need wxpython and a few other things installed (Check the Manual). Or are you trying to run the compiled distribution version? Send me the output from your terminal when you try to run the application.