Xcb set Display number xorg
Solved
QML and Qt Quick
-
Hello all,
How can i set the display number the application uses. Are there any arguments or parameter. I don't want to use environment variable (export DISPLAY=:1)
regards
-
Hi,
IIRC you can pass the
-display
parameter to your application. -
Thank you! it works. How do you no the parameters. Is there a list?
-
You can find them in the QGuiApplication documentation. You can also take a look at QApplication and QCoreApplication.
-
Thank you!!!!