Hi here,
I’m experiencing issues with Skrooge when running it via Flatpak. Despite multiple attempts to resolve the problem, I continue to encounter the following errors:
qt.qpa.qgnomeplatform: Could not find color scheme ""
Qt: Session management error: Could not open network socket
##WARNING: Another action already registered for identifier edit_copy
##WARNING: Another action already registered for identifier edit_expandall
##WARNING: Another action already registered for identifier edit_collapseall
##WARNING: Audio notification requested, but sound file from notifyrc file was not found, aborting audio notification
##FATAL: Cannot mix incompatible Qt library (5.15.15) with this library (5.15.17)
I have tried the following solutions without success:
-
Uninstalled and reinstalled the Flatpak package:
flatpak uninstall org.kde.skrooge flatpak install flathub org.kde.skrooge -
Deleted all configuration files:
rm -rf ~/.var/app/org.kde.skrooge -
Updated Flatpak and system packages:
flatpak update flatpak update --system -
Ran flatpak repair:
flatpak repair
The fatal error indicates a Qt library version mismatch between 5.15.15 and 5.15.17, which seems to be the core issue preventing Skrooge from starting properly.
Has anyone encountered this specific Qt incompatibility issue with Skrooge Flatpak? Any suggestions on how to resolve this library conflict?
Thank you for your assistance.