49
submitted 1 month ago by Presi300@lemmy.world to c/linux@lemmy.ml

I am aware of the switches you can pass to each app to make it use native wayland, but is there any way to do it globally?

top 15 comments
sorted by: hot top controversial new old
[-] boredsquirrel@slrpnk.net 14 points 4 weeks ago

You mean Electron?

The Arch wiki has docs about that.

For Flatpaks I use the environment variable

ELECTRON_OZONE_PLATFORM_HINT=wayland

See my dotfiles on github.com/boredsquirrel/dotfiles

Same possible for Qt QT_QPA_PLATFORM=wayland

[-] Fisch@discuss.tchncs.de 3 points 4 weeks ago

Is there a noticeable benefit to those apps running natively on Wayland vs running through xWayland?

[-] boredsquirrel@slrpnk.net 2 points 4 weeks ago

I have not checked this, but as far as I know

  • performance: apps are running on a subset of XOrg and xWayland translates it to Wayland
  • RAM: if you have no XWayland apps anymore you save RAM
  • features: some apps may have more features on XOrg, some may have more on Wayland. OBS on XWayland can record keystrokes, QGis on XWayland has not broken dockable toolbars.
[-] dinckelman@lemmy.world 8 points 1 month ago* (last edited 4 weeks ago)

Depends on your distribution. Arch packages some electron apps in a way, where they can accept their own flags through a dedicated file. For others, it’s just a plain electron-flags.conf in your ~/.config

I would recommend visiting either the arch wiki, or tour distributions equivalent for details

Keep in mind that this does not apply to CEF apps, as that’s an entirely different framework

[-] hallettj@leminal.space 6 points 4 weeks ago

Probably not directly helpful, but Nix packages for Chromium and Electron apps are set up so that you can switch to native Wayland mode globally by setting an environment variable, NIXOS_OZONE_WL=1

I don't know of any global setting that isn't distro-specific.

[-] SteveTech@programming.dev 5 points 4 weeks ago* (last edited 4 weeks ago)

For electron, if ELECTRON_OZONE_PLATFORM_HINT and electron-flags.conf don't work, you can also add --ozone-platform-hint=wayland to the end of Exec in each .desktop file (also works on Chromium, ~~but not CEF AFAIK~~ and sometimes CEF).

There's also --ozone-platform-hint=auto if you find yourself switching between X11 and Wayland.

[-] boo_@lemmy.blahaj.zone 3 points 4 weeks ago

Spotify is CEF, I think, and it works pretty well.

[-] bjoern_tantau@swg-empire.de 4 points 1 month ago

Do you mean Electron apps? I didn't even know you could force them to use Wayland.

[-] Vitaly@feddit.uk 3 points 4 weeks ago

Is it bad if they use xwayland?

[-] bjoern_tantau@swg-empire.de 2 points 4 weeks ago

Bad is relative. But I have some problems with scaling on a HiDPI display with some Electron apps. I think that might be solved if they were Wayland native.

[-] Asyx@lemmy.ml 1 points 4 weeks ago* (last edited 4 weeks ago)

If you need fractional scaling, they are unusable blurry. Some screens just need fractional scaling so for those setups it's almost essential to do this.

You need fractional scaling it your resolution is very high compared to the screen size. So something like a 15 inch 1440p screen would need 150% or 125% scaling because 100% is too small, 200% is too large but with anything in between, xwayland apps are blurry af.

[-] Presi300@lemmy.world 1 points 4 weeks ago

They are kinda choppy, when compared to native Wayland apps and screensharing from an app, running in xwayland doesn't really work...

[-] dinckelman@lemmy.world 1 points 4 weeks ago

Define bad.

If you can run native in wayland, run in native wayland. Your performance will be better, and if you need scaling, scaling is considerably better too

[-] thayer@lemmy.ca 0 points 4 weeks ago

Like X11, xwayland is not as secure as a pure Wayland environment but I think it's important to note that hundreds of thousands of desktop Linux users are likely still running X11.

So, in my opinion, it is not ideal to run xwayland but still completely acceptable for most users who don't have special security requirements.

[-] Vitaly@feddit.uk 2 points 4 weeks ago

I still run x11 because some of my apps just don't work on wayland, specifically terminal apps for some reason

this post was submitted on 14 Jun 2024
49 points (96.2% liked)

Linux

45753 readers
713 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS