We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report in one concise sentence.
Download version 5.10.1 from this location: https://releases.mattermost.com/desktop/5.10.1/mattermost-desktop-5.10.1-linux-x64.tar.gz
Extract to any location in your home directory - I will reference it as MT_CLIENT_DIR - the real path doesn't matter
Change permissions to MT_CLIENT_DIR/chrome-sandbox so the Mattermost client does not throw error during startup about incorrect permissions
sudo chown root: ./chrome-sandbox
sudo chmod 4755 ./chrome-sandbox
Start the application using MT_CLIENT_DIR/mattermost-desktop and log in to your server
Press the "Minimize" button in the top right corner
Linux Mint
The main Mattermost window gets minimized
The main Mattermost window stays open - it only blinks for a moment
The text was updated successfully, but these errors were encountered:
@Jasper557 I can't reproduce this one. Which version of Linux Mint are you using/which window environment? Are you on X11 or Wayland?
Sorry, something went wrong.
@devinbinnie sry for the late reply.
MX Linux 23 X11
This is likely a window manager issue. Does Cinnamon work?
No branches or pull requests
Summary
Bug report in one concise sentence.
Steps to reproduce
Download version 5.10.1 from this location:
https://releases.mattermost.com/desktop/5.10.1/mattermost-desktop-5.10.1-linux-x64.tar.gz
Extract to any location in your home directory - I will reference it as MT_CLIENT_DIR - the real path doesn't matter
Change permissions to MT_CLIENT_DIR/chrome-sandbox so the Mattermost client does not throw error during startup about incorrect permissions
sudo chown root: ./chrome-sandbox
sudo chmod 4755 ./chrome-sandbox
Start the application using MT_CLIENT_DIR/mattermost-desktop and log in to your server
Press the "Minimize" button in the top right corner
Operating System
Linux Mint
Expected behavior
The main Mattermost window gets minimized
Observed behavior
The main Mattermost window stays open - it only blinks for a moment
The text was updated successfully, but these errors were encountered: