Bug 402592

Summary: Cannot see or launch any activities
Product: [Applications] gcompris Reporter: João Netto <joaonetto901>
Component: generalAssignee: Jazeix Johnny <jazeix>
Status: RESOLVED FIXED    
Severity: normal CC: jazeix
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description João Netto 2018-12-26 22:22:56 UTC
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.
Comment 1 Jazeix Johnny 2018-12-26 22:27:44 UTC
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.
Comment 2 João Netto 2018-12-26 22:40:54 UTC
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?
Comment 3 Jazeix Johnny 2018-12-26 22:46:29 UTC
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?
Comment 4 João Netto 2018-12-26 22:48:41 UTC
Just got the package and it ran smoothly, It seems like the sudo apt-get build-dep gcompris wasn'
Comment 5 João Netto 2018-12-26 22:50:48 UTC
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
Comment 6 Jazeix Johnny 2018-12-27 09:29:20 UTC
Great! Welcome :)