We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default the QT_QPA_PLATFORM is xcb on Ubuntu 20.04, but on 22.04 it's wayland. echo $XDG_SESSION_TYPE returns x11 on 20.04 but wayland in 22.04
QT_QPA_PLATFORM
$XDG_SESSION_TYPE
When launching the OSApp, the platform plugin wayland is not found.
Workaround is to launch the OSApp with QT_QPA_PLATFORM=xcb OpenStudioApp
QT_QPA_PLATFORM=xcb OpenStudioApp
OSApp doesn't run on Ubuntu 22.04
OSApp should run for both xcb and wayland
Install wayland plugins for Ubuntu packages
Some additional details about your environment for this issue (if relevant):
The text was updated successfully, but these errors were encountered:
+1 for Ubuntu 22.04.
Sorry, something went wrong.
is that still relevant? I just tested 1.8.0-rc2 on 22.04 and it worked fine on a clean VM?
No branches or pull requests
Issue overview
By default the
QT_QPA_PLATFORM
is xcb on Ubuntu 20.04, but on 22.04 it's wayland. echo$XDG_SESSION_TYPE
returns x11 on 20.04 but wayland in 22.04When launching the OSApp, the platform plugin wayland is not found.
Workaround is to launch the OSApp with
QT_QPA_PLATFORM=xcb OpenStudioApp
Current Behavior
OSApp doesn't run on Ubuntu 22.04
Expected Behavior
OSApp should run for both xcb and wayland
Possible Solution
Install wayland plugins for Ubuntu packages
Environment
Some additional details about your environment for this issue (if relevant):
The text was updated successfully, but these errors were encountered: