Bug 466901

Summary: UI isn't drawn properly on GNOME
Product: [Applications] audiotube Reporter: Maksym Hazevych <dpadar>
Component: generalAssignee: 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 157017 [details]
Dark theme

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Application's UI is visually broken on GNOME in both light and dark themes.

STEPS TO REPRODUCE
1. Install from Flathub
2. Run
3. 

OBSERVED RESULT
Broken UI

EXPECTED RESULT
The same UI as in KDE Plasma
Comment 1 Maksym Hazevych 2023-03-05 17:25:13 UTC
Created attachment 157018 [details]
Light theme
Comment 2 Jonah Brüchert 2023-03-05 21:09:16 UTC
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.
Comment 3 Maksym Hazevych 2023-03-05 22:04:10 UTC
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.
Comment 4 Jonah Brüchert 2023-04-23 14:38:27 UTC
The flatpak runtime also ships QGnomePlatform, so this is in fact not RPM specific.
Comment 5 Stefan Hansson 2023-08-14 16:07:24 UTC
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?