cinnyapp / cinny-desktop

Yet another matrix client for desktop
GNU Affero General Public License v3.0
415 stars 49 forks source link

Cinny Desktop appears blurry on KDE Wayland #332

Closed regalialong closed 1 month ago

regalialong commented 3 months ago

Describe the bug

On my system, the Desktop version appears slightly blurry compared to Firefox.

I'm struggling on how to show this. Here is a screenshot in my browser: image And here from Cinny Desktop: image

The difference is probably most extreme on the source code button: image

This makes using Cinny Desktop a very tiring experience because text is not easily legible.

Reproduction

  1. Start Cinny Desktop
  2. Make the window larger
  3. Now I appear to have dropped my glasses

Expected behavior

No response

Platform and versions

OS: Arch Linux
DE: Plasma 6.1.3
Cinny version: v4.1.0
Downloaded from: AUR (cinny-desktop-bin, so Github deb)

Additional context

This appears to be some issue with window scale, because it's fine when the window is unscaled.

A workaround I found is using xwayland per WAYLAND_DISPLAY=, which requires WEBKIT_DISABLE_DMABUF_RENDERER=1 due to the rending issues discussed in #227 but that isn't a solution.

ogarcia commented 1 month ago

@regalialong in this case the problem is not Cinny's, it's WebKit's, this is the upstream bug: https://bugs.webkit.org/show_bug.cgi?id=263645

kfiven commented 1 month ago

Closing as per above.

regalialong commented 1 month ago

Ah, the unfortunate state of WebKitGTK....