From 30876b0f6f66d10de6022872a41c476e16afeefd Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:13:05 -0500 Subject: [PATCH] Removed full screen mode on Linux (#7514) --- source/deploy/postgres-migration.rst | 4 ++-- source/preferences/customize-desktop-app-experience.rst | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/source/deploy/postgres-migration.rst b/source/deploy/postgres-migration.rst index d5303ff1f06..7f932e0579f 100644 --- a/source/deploy/postgres-migration.rst +++ b/source/deploy/postgres-migration.rst @@ -50,7 +50,7 @@ Troubleshooting Unsupported authentication for MySQL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you are facing an error due to authentication with MySQL v8, it may be related to a `known issue `_ with pgloader. The fix is to set the default authentication method to ``mysql_native_password`` in your MySQL configuration. To do so, add the ``default-authentication-plugin=mysql_native_password`` value to your ``mysql.cnf`` file. Also, do not forget to update your user to use this authentication method. +If you are facing an error due to authentication with MySQL v8, it may be related to a `known issue `__ with pgloader. The fix is to set the default authentication method to ``mysql_native_password`` in your MySQL configuration. To do so, add the ``default-authentication-plugin=mysql_native_password`` value to your ``mysql.cnf`` file. Also, do not forget to update your user to use this authentication method. .. code-block:: sql @@ -104,7 +104,7 @@ If you receive an error message similar to the following: ERROR mysql: 76 fell through ECASE expression. -It is a `known issue `_ with pgloader. You can fix this issue by either compiling ``pgloader`` from source or simply avoid this by running ``pgloader`` with our docker image. See: :ref:`install pgloader ` for more information. +It is a `known issue `__ with pgloader. You can fix this issue by either compiling ``pgloader`` from source or simply avoid this by running ``pgloader`` with our docker image. See: :ref:`install pgloader ` for more information. .. note:: diff --git a/source/preferences/customize-desktop-app-experience.rst b/source/preferences/customize-desktop-app-experience.rst index fd7e5ad9be9..2c5dbae68b0 100644 --- a/source/preferences/customize-desktop-app-experience.rst +++ b/source/preferences/customize-desktop-app-experience.rst @@ -48,11 +48,6 @@ Additional customization options are available to you when using the Mattermost | Use GPU hardware acceleration | GPU hardware acceleration renders the Mattermost Desktop App interface more efficiently. | | | If you encounter decreased stability, you can disable GPU hardware acceleration. You must restart the app to change this setting. | +----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ - | Open app in fullscreen | You can configure the Mattermost Desktop App to open in fullscreen mode. | - | | You can also toggle this setting using the following CLI command: | - | | | - | | ``open release/mac/Mattermost.app --args --fullscreen true`` or ``open release/mac/Mattermost.app --args -f true`` | - +----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | Download location | Specify where you want files to be downloaded on your machine. | +----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | Logging level | You can adjust logging levels to isolate and troubleshoot issues. |