-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Musescore not opening on Hyprland Linux #20499
Comments
Is this the official AppImage, or a third-party build? Seems like it might be the latter - "mscore" isn't a proper command name for the installed AppImage, and I don't see a build number in the log. Those third-party builds are often problematic. Please try it with the official AppImage. |
Closing as stale / no response |
I'm having the same issue on NixOS hyprland. First with the NixOS package which is based on the Appimage. Now with the appimage itself this is the log I get when starting the appimage from the command line: [alejo@nixos-aero ~]$ appimage-run ./.local/bin/appimg/MuseScore-Studio-4.3.2.241630832-x86_64.AppImage 01:05:25.530 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.531 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.533 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.534 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.536 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.537 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.538 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.539 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:25.540 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" 01:05:27.273 | WARN | main_thread | Qt | file:///home/alejo/Documents/MuseScore4/Plugins/System-Spacing-Tools-main/Evenly Distribute Systems Across Page.qml:266:4: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. 01:05:27.504 | WARN | main_thread | Qt | qrc:/qml/MuseScore/UiComponents/FlatButton.qml:179:5: QML Loader: Binding loop detected for property "itemImplicitWidth" (after the checking for updates the program hangs and nothing else happens, so I have to interrupt it with ctrl +c ) |
Some progress on my end: sometimes I get musescore to work. I'm quite motivated because, frankly, without this I just can't work... one of the errors complains about the qt_qpa_platform, so, trough some googling I realized problem might be there. That same variable is set to "wayland" on my config, something which is quite standard to any wayland config. So, I'm guessing this is one of the annoyances coming from Wayland. |
We can only really comment about the AppImage, and not about the FlatPak because that is not made by us. In the 4.2 and 4.3 AppImage, we excluded the Wayland libraries (#20391). The reason: without these libraries, MuseScore should fallback automatically to Since recently, there is some hope, see the bottom of #24068. It looks like if we do package Qt's Wayland plugin, and not package some Wayland library so that the system library gets used, it might work. |
There is a good chance that this fixed in 4.4 (RC downloadable at https://musescore.org/en/node/367322). The Wayland platform plugin is packaged with the AppImage again, and the crash that happened with it (that was the reason for not packaging it in 4.2 and 4.3) was fixed in #24111. Could you please try it out and let us know your findings? Thanks! |
Yes! It worked OOTB. |
Thanks for testing! I'll close this indeed, and if you find new issues you're welcome to report them. |
Issue type
Accessibility issue (e.g. for keyboard-only or screen reader users)
Bug description
I'v installed hyprland and now I cannot load Musescore. Before it was ok on Sway (wayland). Pleas help, I am stuck...
Steps to reproduce
Screenshots/Screen recordings
No response
MuseScore Version
4
Regression
No.
Operating system
Garuda Sway with Hyprland
Additional context
No response
The text was updated successfully, but these errors were encountered: