Can musescore run mscore in no desktop environment
I just want musescore to transform midi file to audio file like mp3.
I don't need gui.Can musescore run in no gui mode?
I try to run musescore3 in linux terminal, but it report that
"qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted"
because i don't install desktop in my linux machine.
Comments
It can, the GitHib CI actions do exactly that, as does the MuseScore backend on musescore.com. It does need Xvfb (X11 virtual frame buffer?) though
In reply to It can, the GitHib CI… by Jojo-Schmitz
I'm sorry. I don't know how to use GitHub CI actions. Do you mean I need to upload my midi file to GitHub and download the audio file? I want to complete transfroming in local machine.
In reply to I'm sorry. I don't know how… by ddiomstudio
No, I mean that when is works on GitHub, it'd work on any other Linux too
In reply to I'm sorry. I don't know how… by ddiomstudio
E.g. On Ubuntu, you need to use
Xvfb
:sudo apt install xvfb
xvfb-run musescore
More info here: https://linuxhint.com/install-xvfb-ubuntu/