Jonas Kvinge
Jonas Kvinge
Closing this as it doesn't seem to be resolvable.
I switched to Qt 6 now. 0.8.5.131 and newer are Qt 6 and working: https://builds.strawberrymusicplayer.org/macos
It's not really surprising, the main changes in Qt 6 are in Core, not Gui/Widgets, and if there was a bug fixed, it would probably have been fixed in 5.15.2...
I can try setting that, however when looking into the playlist view code I found the following code that is unique to macOS: `setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);` Maybe that's what's causing it, I...
I think so. I made some builds with the modifications available now on https://builds.strawberrymusicplayer.org/macos/ as strawberry-playlistviewmod I removed setVerticalScrollMode and added setUniformRowHeights. Can you test and see if it helps?
I found that the cover manager crashes on macOS the second time it is opened. It is related to the native search field. This should fix it https://github.com/strawberrymusicplayer/strawberry/commit/f5bb15f72ede306f82c08951544fad57525cfe58 It would...
I managed to make it work by adding: `qt_prfxpath = "/usr/lib64/qt5"` to the end of the getQtPrfxpath(). I also had to modify the tools variable and remove "uploadtool" from the...
I guess the part in handleGStreamer is where I want to modify it to only include certain plugins, this line: `locs, err := findWithPrefixInLibraryLocations("gstreamer-1.0")`
What I simply suggest is having a environment variable or command line option that can override bundling everything, if it isn't set it can fallback to the behavior you got...