helloSystem / Menu

Global menu bar written in Qt
43 stars 14 forks source link

No global menu on Musescore 4 installed from FreeeBSD ports. #181

Open plastmassor33 opened 9 months ago

plastmassor33 commented 9 months ago

Tested on Virtualbox. VirtualBox_Hellosystem_09_01_2024_22_29_03

I assume the problem is on the system's end because it does work on KDE and Unity in Linux. This may be useful, concerning the implementation of the global menu in that program: https://github.com/musescore/MuseScore/issues/15473

probonopd commented 9 months ago

Most likely because MuseScore has moved to Qt6. Our global menu solution currently only has been built for Qt5.

plastmassor33 commented 9 months ago

@probonopd That doesn't appear to be the case. I looked at the "About Qt" dialog and it says Qt version 5.15.10 (Musescore 4.1). Also tried to run a linux appimage with the same result.