Closed DellCliff closed 1 year ago
Update 99aa949 broke styling on Gnome platforms.
The issue is
org.kde.Platform
6.6. There is noorg.kde.PlatformTheme.QGnomePlatform
6.6 available on flathub, as far as I am aware.org.kde.Platform
6.5 works as intended, as there isorg.kde.PlatformTheme.QGnomePlatform
6.5 available on flathub.Possible solutions: Either revert to
org.kde.Platform
6.5 or makeorg.kde.PlatformTheme.QGnomePlatform
6.6 available on flathub.
@DellCliff (sorry for the ping) I recently opened a PR for org.kde.PlatformTheme.QGnomePlatform
that should take care of this. Once a new branch is created and pushed to Flathub, these GNOME theming issues should get resolved.
My PR has now been merged, and a new 6.6 branch was literally just created. Since it was only just made, however, it will take some time (approximately a few hours or so) for the new branch to actually get pushed to Flathub. You'll be able to find out when it's made it to Flathub if running flatpak remote-info --system flathub org.kde.PlatformTheme.QGnomePlatform//6.6
on the command line doesn't throw an error, after which you should be able to install it on your computer and then the styling should work again (hopefully).
Fixed! That was insanely fast. Thanks, very much appreciated.
Update https://github.com/flathub/org.strawberrymusicplayer.strawberry/commit/99aa949fa2a0cae762d4a2a4d4923cf5c52a91b6 broke styling on Gnome platforms.
The issue is
org.kde.Platform
6.6. There is noorg.kde.PlatformTheme.QGnomePlatform
6.6 available on flathub, as far as I am aware.org.kde.Platform
6.5 works as intended, as there isorg.kde.PlatformTheme.QGnomePlatform
6.5 available on flathub.Possible solutions: Either revert to
org.kde.Platform
6.5 or makeorg.kde.PlatformTheme.QGnomePlatform
6.6 available on flathub.