mattermost / desktop

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

Disable full screen mode on Linux #3151

Closed devinbinnie closed 1 month ago

devinbinnie commented 2 months ago

Summary

We have made the decision to disable full screen mode on Linux, for a number of reasons:

The thinking is that this feature is not widely used, and can be mostly replicated by just maximizing the window, which only leaves some screen exclusivity as the one miss here.

I'll be willing to return this functionality if both a) We find this is used by a number of users b) Electron provides more stable APIs/workarounds for the issues we are experiencing.

Ticket Link

Closes https://github.com/mattermost/desktop/issues/3143

Disable full screen mode on Linux