From 9a4ae4eb99eb4daadd201b7e733f6ca788fe1959 Mon Sep 17 00:00:00 2001 From: Tommy Lundy Date: Tue, 6 May 2025 12:24:33 +0100 Subject: [PATCH] Update wayland-help.md --- content/docs/guide/wayland-help.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/docs/guide/wayland-help.md b/content/docs/guide/wayland-help.md index 0805aeb1..f84cda4a 100644 --- a/content/docs/guide/wayland-help.md +++ b/content/docs/guide/wayland-help.md @@ -84,6 +84,20 @@ dbus-send --session --print-reply=literal --dest=org.freedesktop.impl.portal.Pe eletePermission string:'screenshot' string:'screenshot' string:'' ``` +## Flatpak permissions + +Using the Flatpak application on Gnome with Wayland requires some additional permissions to be set. + +```sh +flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes +``` + +Restart Flameshot and launch with the following command: + +```sh +flatpak run --command=flameshot org.flameshot.Flameshot gui +``` + -------------------------------------------------------------------------------- # KDE Wayland