Update Vesktop instructions for Wayland#7
Open
justbispo wants to merge 3 commits intoVencord:mainfrom
Open
Conversation
Vendicated
reviewed
Nov 9, 2025
src/content/docs/wiki/linux/tips.mdx
Outdated
|
|
||
| - If you are using Flatpak, open [Flatseal](https://flathub.org/en/apps/com.github.tchx84.Flatseal) and deny the `X11 windowing system` permission for Vesktop. | ||
| - If you are not using Flatpak, you can opt into Wayland by running vesktop with the `--ozone-platform-hint=auto` flag. To make this permanent, see [Making Command line flags permanent](#making-command-line-flags-permanent). | ||
| - If you are using Flatpak, open [Flatseal](https://flathub.org/en/apps/com.github.tchx84.Flatseal) and deny the `Wayland windowing system` permission for Vesktop. |
Member
There was a problem hiding this comment.
I don't actually know if this will just work, can you verify?
Author
There was a problem hiding this comment.
I didn't test it with Vesktop, but I tested with another program. Disabling that option made it start with XWayland.
Author
|
I thought the permissions would work the same like other Flatpak apps I've tried, but after testing a few Electron apps, it seems Electron is a finicky about what mode to use. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced the instructions to run Vesktop as a Wayland application for instructions to run Vesktop in XWayland mode.
Since Electron 38, it now "defaults to running as a native Wayland app when launched in a Wayland session". Users that might have a problem with this changed might want to force Vesktop to run in XWayland mode.
Closes #6