@kevaryza That’s a bummer. Both myself and another developer tested on a few different computers, but neither of us was able to reproduce the problem. Perhaps something went wrong on your computer during the app update, or there is a problem that is only reproducible with you configuration state. Let’s see if we can find a way to fix it…
First, let’s try to remove any of your configuration data. Open a terminal window (e.g., type term
and then hit the enter key in the desktop search), and then enter the following:
mv ~/.var/app/org.kde.Khangman ~/.var/app/org.kde.Khangman.orig
Then, try to launch the app again.
If that doesn’t help, the next thing I would try is to completely remove and reinstall the application, in case one of the application’s files somehow is missing or became corrupted. I.e., find KHangMan in the app center and click the Uninstall
button, and then after the removal is complete click the Install
button.
Then, try to launch the app again.
I hope that one of those will solve the problem, but if still no luck, try typing the following on the terminal, and then copy anything you see in the terminal:
flatpak run org.kde.Khangman
For instance, here is what I see when I run the command (when KHangMan is working):
roddy@endless:~$ flatpak run org.kde.Khangman
Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Qt: Session management error: None of the authentication protocols specified are supported
Got bus address: "unix:abstract=/tmp/dbus-oVzpmMrAik,guid=d62e23c116e8d21de536986858b85dcc"
Connected to accessibility bus at: "unix:abstract=/tmp/dbus-oVzpmMrAik,guid=d62e23c116e8d21de536986858b85dcc"
Registered DEC: true
khangman(3)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
Registered event listener change listener: true
Perhaps there will be more of a clue there as to what is going wrong in the terminal output.
Thanks.
Roddy