Fix for running AppImage under Debian - and a question
If I run the linux AppImage for Musescore 4.1.1 (on Debian Sid, KDE Desktop running Wayland), it errors out with the following output:
mark@desktop:~/Downloads$ ./MuseScore-4.1.1.232071203-x86_64.AppImage /lib/x86_64-linux-gnu/libjack.so.0
/lib/x86_64-linux-gnu/libnss3.so
11:31:32.860 | INFO | main_thread | GlobalModule | onPreInit: log path: /home/mark/.local/share/MuseScore/MuseScore4/logs/MuseScore_230912_113132.log
11:31:32.860 | INFO | main_thread | GlobalModule | onPreInit: === Started MuseScore 4.1.1, build number 232071203 ===
11:31:32.871 | WARN | main_thread | IpcSocket | connect: failed connect to server
11:31:32.871 | WARN | main_thread | IpcSocket | connect: failed connect to server
11:31:32.871 | INFO | main_thread | IpcSocket | connect: success connected to ipc server
11:31:32.871 | INFO | 139801005123264 | IpcServer | listen: id: "4c9d1796207e4575885de45b15844e47"
/tmp/.mount_MuseSc6EBSpz/bin/mscore4portable: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0: undefined symbol: wl_proxy_marshal_flags
But I can run it successfully if the command I enter is:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 ./MuseScore-4.1.1.232071203-x86_64.AppImage
I'm not very well informed on AppImages, but is this something that could be fixed in future AppImages?
Also, although I can now run Musescore 4.1.1, there is a strange bug in that all of the pull-down menus (File, Edit etc) now have their contents appear in the centre of the window, rather than directly under the menu bar - see attached screenshot.
Attachment | Size |
---|---|
Screenshot_20230912_114352.png | 184.8 KB |
Comments
Found this open issue: https://github.com/musescore/MuseScore/issues/15285
In reply to Found this open issue: https… by Henk De Groot
Thanks. I'd managed to miss that bug report, but I'm glad to know it's been noticed. Wayland does seem to be the way KDE is going, so I hope some of the Musescore wrinkles with it will get ironed out.