Skip to content
New issue

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

Desktop v5.10: Removed full screen mode on Linux #7514

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading