Skip to content
Open
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
14 changes: 14 additions & 0 deletions content/docs/guide/wayland-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down