element-desktop icon indicating copy to clipboard operation
element-desktop copied to clipboard

Blurry with fractional scaling enabled

Open johansmitsnl opened this issue 1 year ago • 4 comments

Steps to reproduce

  1. Enable fractional scaling (my case 175%) on a Debian trixie wayland system
  2. Launch element desktop
  3. observe blurry text

Outcome

What did you expect?

To see clear text like any other app

What happened instead?

It was blurry not as sharp as other apps

Operating system

Debian Trixie (testing)

Application version

Element-versie: 1.11.89 Crypto version: Rust SDK 0.7.2 (2f872cf), Vodozemac 0.8.1

How did you install the app?

https://packages.element.io/debian

Homeserver

ghcr.io/element-hq/synapse:v1.121.1

Will you send logs?

Yes

johansmitsnl avatar Dec 19 '24 19:12 johansmitsnl

As a workaround, I set ELECTRON_OZONE_PLATFORM_HINT=wayland in /etc/environment to make the app scale properly. https://wiki.archlinux.org/title/Wayland#Environment_variable

rom4nik avatar Jan 28 '25 00:01 rom4nik

@rom4nik this helped indeed. Would be nice if the app itself could detect and set it.

johansmitsnl avatar Feb 19 '25 19:02 johansmitsnl

seems ok when starting element with these options:

--enable-features=UseOzonePlatform --ozone-platform=wayland

PhieF avatar Oct 07 '25 10:10 PhieF

Doesn't work anymore with latest version (using Electron 38) - it seems like an Electron itself regression, see https://github.com/electron/electron/issues/41551.

pounard avatar Oct 08 '25 12:10 pounard