mattermost / desktop

Mattermost Desktop application for Windows, Mac and Linux
Apache License 2.0
1.97k stars 793 forks source link

[Bug]: Layout issues when running under wayland #3078

Open wmlele opened 1 week ago

wmlele commented 1 week ago

Checks before filing an issue

Mattermost Desktop Version

5.7.0

Operating System

openSUSE Leap 15.6

Mattermost Server Version

9.8.1

Steps to reproduce

Running mattermost-desktop on Linux under wayland with

ELECTRON_OZONE_PLATFORM_HINT=wayland

Fractional scaling might also be a factor.

Expected behavior

Layout should remain the same regardless of the rendering platform.

Observed behavior

The layout changes as soon as the application loses focus.

Layout of the input bar at startup (or after a manual reload) Screenshot from 2024-06-26 09-40-52

As soon as I click on another app and the mattermost-desktop is unfocused Screenshot from 2024-06-26 09-38-46

Log Output

[no relevant log output]

Additional Information

No response