| Summary: | Cannot see or launch any activities | ||
|---|---|---|---|
| Product: | [Applications] gcompris | Reporter: | João Netto <joaonetto901> |
| Component: | general | Assignee: | 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
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 :) |