I compiled GCompris with kdesrc-build, but everytime I launch the application I cannot see any activities, if I click on any tab, still can't see. I can see it if I click the config button, but then I can't click on any activity. I'm using KDE Neon User edition, but I tried on KDE neon dev unstable, maybe It's because I'm on a virtual box? I want to work with the application but this is giving me a hard time.
Hi, is there any log when you run it in command line in the console? I'm mostly developing on a VM too and don't have any issue with it. Can you try to remove the configuration (~/.config/gcompris/gcompris-qt.conf) and run it again? If still the issue, can you try running it without opengl: ./bin/gcompris-qt --software-renderer If not this, it may be due to a missing svg plugin.
Still no luck, deleted config, tried with the --software-renderer This is the terminal with a clean build, using gcompris-qt: https://pastebin.com/CvxiXCHj And this is with the --software-renderer. https://pastebin.com/HMGdZc9d How can I fix this SVG plugin?
Module "QtQuick.Particles" is not installed It seems some packages are missing. Is there a package named qml-module-qtquick-particles2 or equivalent in Neon?
Just got the package and it ran smoothly, It seems like the sudo apt-get build-dep gcompris wasn'
It seems like sudo apt-get install build-dep gcompris didn't install all dependencies. Sorry for double comment, can't edit the other one. This issue is solved for me, I'll have a look at the codebase and will try to start contributing from now on. Thanks
Great! Welcome :)