Skip to content

Commit

Permalink
Removed full screen mode on Linux (#7514)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Nov 7, 2024
1 parent b05e992 commit 30876b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/deploy/postgres-migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/dimitri/pgloader/issues/782>`_ 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 <https://github.com/dimitri/pgloader/issues/782>`__ 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
Expand Down Expand Up @@ -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 <https://github.com/dimitri/pgloader/issues/1183>`_ 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 <deploy/manual-postgres-migration:install pgloader>` for more information.
It is a `known issue <https://github.com/dimitri/pgloader/issues/1183>`__ 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 <deploy/manual-postgres-migration:install pgloader>` for more information.

.. note::

Expand Down
5 changes: 0 additions & 5 deletions source/preferences/customize-desktop-app-experience.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 30876b0

Please sign in to comment.