mattermost / desktop

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

Under Wayland, Mattermost should not draw extra window decorations if the compositor encourages client-side decorations #3035

Closed tmke8 closed 1 week ago

tmke8 commented 4 months ago

Checks before filing an issue

Mattermost Desktop Version

5.7.0

Operating System

Ubuntu Linux 23.10 x64

Mattermost Server Version

9.7.3

Steps to reproduce

Observe the title bar on Wayland:

image

Expected behavior

I think on Wayland, the ideal behavior is this (which I think is what Obsidian is doing, for example):

Observed behavior

Mattermost desktop draws extra borders on GNOME Wayland.

Log Output

n/a

Additional Information

No response

devinbinnie commented 2 weeks ago

Apologies for missing this issue. @tmke8 Have you tried v5.9? We have opted to use a native Electron button overlay that combines the top bars. Is that what you were hoping to see? If not, can you elaborate on what you meant by "extra borders"?

tmke8 commented 1 week ago

We have opted to use a native Electron button overlay that combines the top bars. Is that what you were hoping to see?

Yes! Thanks!