flathub / org.strawberrymusicplayer.strawberry

https://flathub.org/apps/details/org.strawberrymusicplayer.strawberry
1 stars 4 forks source link

Update broke styling #65

Closed DellCliff closed 1 year ago

DellCliff commented 1 year ago

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 no org.kde.PlatformTheme.QGnomePlatform 6.6 available on flathub, as far as I am aware. org.kde.Platform 6.5 works as intended, as there is org.kde.PlatformTheme.QGnomePlatform 6.5 available on flathub.

Possible solutions: Either revert to org.kde.Platform 6.5 or make org.kde.PlatformTheme.QGnomePlatform 6.6 available on flathub.

Zishan-Rahman commented 1 year ago

Update 99aa949 broke styling on Gnome platforms.

The issue is org.kde.Platform 6.6. There is no org.kde.PlatformTheme.QGnomePlatform 6.6 available on flathub, as far as I am aware. org.kde.Platform 6.5 works as intended, as there is org.kde.PlatformTheme.QGnomePlatform 6.5 available on flathub.

Possible solutions: Either revert to org.kde.Platform 6.5 or make org.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.

Zishan-Rahman commented 1 year ago

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).

DellCliff commented 1 year ago

Fixed! That was insanely fast. Thanks, very much appreciated.