From 1b415e3c3be5732fe55c3ed69247208bd4b9dda4 Mon Sep 17 00:00:00 2001 From: justbispo <38961424+justbispo@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:25:38 +0000 Subject: [PATCH 1/3] Update Vesktop instructions for Wayland --- src/content/docs/wiki/linux/tips.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/wiki/linux/tips.mdx b/src/content/docs/wiki/linux/tips.mdx index 4dbce83..82d34db 100644 --- a/src/content/docs/wiki/linux/tips.mdx +++ b/src/content/docs/wiki/linux/tips.mdx @@ -5,12 +5,12 @@ sidebar: order: 1 --- -## Wayland Support +## Run in XWayland mode -Vesktop runs as an X11 application by default. You can override this behaviour. +Vesktop runs as a Wayland application by default on Wayland environments. You can override this behaviour. -- 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. +- If you are not using Flatpak, you can opt into X11 by running vesktop with the `--ozone-platform=x11` flag. To make this permanent, see [Making Command line flags permanent](#making-command-line-flags-permanent). ## GNOME Tray Icon @@ -29,7 +29,7 @@ It should usually be in `/usr/share/applications/vesktop.desktop`. Open it with a text editor and add your flags to the `Exec` line, after the binary path and before the `%U` (if it exists). ``` -Exec=/usr/bin/vesktop --ozone-platform-hint=auto %U +Exec=/usr/bin/vesktop --ozone-platform=x11 %U ``` ## Enable Middle Click Auto Scroll From 73f61a6a7aa66675e8beb9bde5db4e06831b3cf0 Mon Sep 17 00:00:00 2001 From: justbispo <38961424+justbispo@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:32:56 +0000 Subject: [PATCH 2/3] Replace 'environments' with 'sessions' --- src/content/docs/wiki/linux/tips.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/wiki/linux/tips.mdx b/src/content/docs/wiki/linux/tips.mdx index 82d34db..565f0f5 100644 --- a/src/content/docs/wiki/linux/tips.mdx +++ b/src/content/docs/wiki/linux/tips.mdx @@ -7,7 +7,7 @@ sidebar: ## Run in XWayland mode -Vesktop runs as a Wayland application by default on Wayland environments. You can override this behaviour. +Vesktop runs as a Wayland application by default on Wayland sessions. You can override this behaviour. - 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. - If you are not using Flatpak, you can opt into X11 by running vesktop with the `--ozone-platform=x11` flag. To make this permanent, see [Making Command line flags permanent](#making-command-line-flags-permanent). From c8aaf5dd93f0d3841dd9694f3ca6237601ecc44e Mon Sep 17 00:00:00 2001 From: justbispo <38961424+justbispo@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:37:52 +0000 Subject: [PATCH 3/3] Fix Flatseal instructions for Vesktop --- src/content/docs/wiki/linux/tips.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/wiki/linux/tips.mdx b/src/content/docs/wiki/linux/tips.mdx index 565f0f5..be8fcb4 100644 --- a/src/content/docs/wiki/linux/tips.mdx +++ b/src/content/docs/wiki/linux/tips.mdx @@ -9,7 +9,7 @@ sidebar: Vesktop runs as a Wayland application by default on Wayland sessions. You can override this behaviour. -- 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. +- If you are using Flatpak, open [Flatseal](https://flathub.org/en/apps/com.github.tchx84.Flatseal) , scroll to "Environment" and add the variable `XDG_SESSION_TYPE=x11`. - If you are not using Flatpak, you can opt into X11 by running vesktop with the `--ozone-platform=x11` flag. To make this permanent, see [Making Command line flags permanent](#making-command-line-flags-permanent). ## GNOME Tray Icon