Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am developing a application which has runned between windows and ubuntu 。but now I want to run the application on the ubuntu server。what should I do?the ubuntu server need to install the x11 server or not ?
If you're using gui or qml then the server will need x11. If you are only using core (as in a console application) then x11 is not required.
gui
qml
core
thank you