Summary: | UI isn't drawn properly on GNOME | ||
---|---|---|---|
Product: | [Applications] audiotube | Reporter: | Maksym Hazevych <dpadar> |
Component: | general | Assignee: | Jonah Brüchert <jbb> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | newbyte, nicolas.fella |
Priority: | NOR | ||
Version: | 23.01.0 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Dark theme
Light theme |
Description
Maksym Hazevych
2023-03-05 17:24:41 UTC
Created attachment 157018 [details]
Light theme
Yeah... this will happen with pretty much any QML app. What you are seeing is the "Default" style, which is really really basic. I've added some code to fall back to a better style, but I think https://github.com/FedoraQt/QGnomePlatform/pull/130 is the more proper fix. The PR you linked is more about Fedora's RPM I believe. But this problem is in the Flatpak build. A good fix would be to put the proper QML theme inside the KDE's Flatpak runtime. The flatpak runtime also ships QGnomePlatform, so this is in fact not RPM specific. AudioTube crashes on launch on my system, but other KDE apps no longer exhibit missing icons on my system using the Flatpak package. Can you still reproduce this? |