QT_QPA_PLATFORM=wayland to run on Wayland anyway.
-
Hi
Its an environment variable
so you can set it before running the app or on a global scale. -
Hi
Its an environment variable
so you can set it before running the app or on a global scale. -
@mrjj could you please explain how to do that? I tried
export QT_QPA_PLATFORM=wayland
method but it did not help
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
I tried
Where exactly? Did you try it in the same terminal where you also started the application?
-
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
I tried
Where exactly? Did you try it in the same terminal where you also started the application?
-
@jsulm I think you made a spot on. Could you please explain how to do that?! I am new to linux and not experienced. I think I did it incorrectly as you said
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
Could you please explain how to do that?!
Please first explain what exactly you did!
Do you start your application from QtCreator or from a terminal? -
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
Could you please explain how to do that?!
Please first explain what exactly you did!
Do you start your application from QtCreator or from a terminal? -
@jsulm I start the app just like a normal one. I mean I downloaded it from software store, and do not open or run it through the terminal
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
do not open or run it through the terminal
Then try to do so.
Open a terminal, enter "export QT_QPA_PLATFORM=wayland" there and then start the app from that terminal:$ export QT_QPA_PLATFORM=wayland $ PATH_TO_THE_APP_EXECUTABLE
-
@ImAli said in QT_QPA_PLATFORM=wayland to run on Wayland anyway.:
do not open or run it through the terminal
Then try to do so.
Open a terminal, enter "export QT_QPA_PLATFORM=wayland" there and then start the app from that terminal:$ export QT_QPA_PLATFORM=wayland $ PATH_TO_THE_APP_EXECUTABLE