Bug 466901 - UI isn't drawn properly on GNOME
Summary: UI isn't drawn properly on GNOME
Status: REPORTED
Alias: None
Product: audiotube
Classification: Applications
Component: general (show other bugs)
Version: 23.01.0
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Jonah Brüchert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-05 17:24 UTC by Maksym Hazevych
Modified: 2023-08-14 16:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Dark theme (159.34 KB, image/png)
2023-03-05 17:24 UTC, Maksym Hazevych
Details
Light theme (175.31 KB, image/png)
2023-03-05 17:25 UTC, Maksym Hazevych
Details

Note You need to log in before you can comment on or make changes to this bug.
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?