That log suggests that you tried to launch KALite about 11:47am, is that about right? Here’s the interesting bit:
Apr 27 11:47:31 endless eos-shell.desktop[1670]: 18:47:31:0178 Gs failed to call gs_plugin_refine_app on flatpak: failed to get size: Ref app/org.learningequality.KALite/x86_64/eos3 no installed
Apr 27 11:47:31 endless eos-shell.desktop[1670]: 18:47:31:0452 Gs not handling error not-supported for action refine: failed to get size: Ref app/org.learningequality.KALite/x86_64/eos3 no installed
Apr 27 11:47:38 endless eos-shell.desktop[1670]: 18:47:38:0136 Gs failed to call gs_plugin_launch on flatpak: app/org.learningequality.KALite/x86_64/eos3 not installed
Apr 27 11:47:47 endless systemd[1390]: Started flatpak-org.learningequality.KALite-19817.scope.
@mario any idea?
These errors seem to suggest that it was attempted to launch KA Lite right from the App Center, which failed to do it because it could not find the KA Lite flatpak app installed in the system for some reason. Interesting that @kevin managed to try to launch it from there though, as the App Center should not show the “Launch” button if the app is not found to be installed, so maybe there’s a bug there (CCing @jrocha for that).
So, I’d try to launch KA Lite from the desktop’s search entry, by typing “Virtual School”, waiting for the app to show up and then clicking on it. Now there are several possibles scenarios when searching for the app:
- The “Virtual School” app’s icon does not show up at all
- The “Virtual School” app’s icon does show up but clicking on it does nothing
- The “Virtual School” app’s icon does show up, clicking on it runs the app, but an error is shown (e.g. like the one mentioned in Virtual School not working properly - help - Endless OS Community)
- The “Virtual School” app’s icon does show up, clicking on it runs the app, and everything works as expected
My understanding from this report is that the initial problem found was case (3) and that now, for some reason (perhaps because of the attempt to manually install KA Lite afterwards?), the situation is either (1) or (2).
What I would do now is, first of all, remove any trace of any custom installation that has been performed, because KA Lite on Endless is supposed to be installed from the App Center, and only from there.
Once that’s done, I’d check whether the flatpak app is actually installed. From a terminal:
$ flatpak list -d
org.learningequality.KALite/x86_64/eos3 eos-apps 0fd6647d5101 - 734.6 MB system,current
$ flatpak info org.learningequality.KALite
app/org.learningequality.KALite/x86_64/eos3 eos-apps 0fd6647d5101bc6393086eb07f92a03e5386615857e82111ad7fc7af49737acb
If nothing comes up it means it has not been installed at all, but if something comes up, I’d remove it manually with sudo flatpak uninstall org.learningequality.KALite
now, to get to a clean state.
Next, I’d wipe all previous data from KA Lite from the system that might have made it there during the first attempt to run it with sudo rm -rf /var/lib/kalite
.
Finally, I’d reboot the machine (this is important to make sure the /var/lib/kalite
directory gets properly re-generated and that the App Center is actually restarted too), go to the App Center again and try to re-install the Virtual School app again. Once installed, it should show up on the desktop search and run, even though the first time it usually takes longer due to having to initialize things, but it should eventually load in the window, so please don’t interrupt it.
If, after doing all this you still get the original error, then please take another diagnostics file and report it back here. But remember to try to launch Virtual School from the desktop search also, not just from the App Center, as your comment from before makes me believe there might be a bug there that could be making things extra confusing.
Hope this helps,
Mario