Skip to content
New issue

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

Ubuntu 22.04 uses Wayland by default #542

Open
macumber opened this issue Jun 5, 2022 · 2 comments
Open

Ubuntu 22.04 uses Wayland by default #542

macumber opened this issue Jun 5, 2022 · 2 comments

Comments

@macumber
Copy link
Collaborator

macumber commented Jun 5, 2022

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.04

When 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):

  • Platform (Operating system, version): Ubuntu 22.04
  • Version of OpenStudioApplication (if using an intermediate build, include SHA): 1.4.0-RC.2
@MatthewSteen
Copy link

+1 for Ubuntu 22.04.

@jmarrec
Copy link
Collaborator

jmarrec commented Sep 4, 2024

is that still relevant? I just tested 1.8.0-rc2 on 22.04 and it worked fine on a clean VM?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants