You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Clicking the close button won't close the window. It might minimize the window on other platforms. But many tiling WMs do not support minimizing (i3 for example). So it just ignores clicking the close button.
Environment
Operating System: NixOS (Linux) + i3-gaps
Mattermost Desktop App version: 4.5.2
Mattermost Server version: 5.32.1
Steps to reproduce
Click the close button.
Press Ctrl+W.
Click option in menu Window > Close.
Make my WM send a signal through the WM_DELETE protocol.
Expected behavior
The application will close.
Observed behavior
It won't close.
I need to send it SIGTERM, SIGKILL, or use xkill.
Possible fixes
Handle close events properly.
The text was updated successfully, but these errors were encountered:
I confirm (by marking "x" in the [ ] below: [x]):
Summary
Clicking the close button won't close the window. It might minimize the window on other platforms. But many tiling WMs do not support minimizing (i3 for example). So it just ignores clicking the close button.
Environment
Steps to reproduce
Click the close button.
Press Ctrl+W.
Click option in menu
Window > Close
.Make my WM send a signal through the
WM_DELETE
protocol.Expected behavior
The application will close.
Observed behavior
It won't close.
I need to send it SIGTERM, SIGKILL, or use
xkill
.Possible fixes
Handle close events properly.
The text was updated successfully, but these errors were encountered: