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

Support Wayland #81

Open
spoorun opened this issue May 2, 2021 · 0 comments
Open

Support Wayland #81

spoorun opened this issue May 2, 2021 · 0 comments

Comments

@spoorun
Copy link

spoorun commented May 2, 2021

Currently, ICE via Chrome/Chromium uses XWayland rather than native Wayland

One of the side effects of is that ICE apps on Wayland/KDE HiDPI displays upscale in a very blurred way.

Chrome/Chromium supports native Wayland, resolving the blurry issue, and future-proofing as more and more distros support Wayland by default.

Adding this enables Wayland support "--enable-features=UseOzonePlatform --ozone-platform=wayland"

E.g. Exec=chromium --enable-features=UseOzonePlatform --ozone-platform=wayland --app=https://lastpass.com/

Perhaps when creating an app
a) the system can detect whether Wayland is being used
or
b) a User can be asked whether to run the app under Wayland or not

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

No branches or pull requests

1 participant