Skip to content

Commit 76daa40

Browse files
authored
Add more Gnome Wayland help (#175)
* [add] add some more troubleshootign for Linux and Windows * added waylan instructions for compiling from source * adds more help for Gnome wayland permission issues adds a disclaimer for the codes on this website
1 parent 134ad0a commit 76daa40

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/docs/guide/wayland-help.md

+13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ top = false
1717

1818
In this page you can find possible solutions for issues on Wayland. This page probably needs frequent update, so if something was outdate, please [report it here](https://github.com/flameshot-org/flameshot-org.github.io/issues/new).
1919

20+
21+
**Disclaimer:** Of course it should go without saying that it is not a good idea to run a code you find online on your computer without understanding it. So run the code presented here at your own risk. We try to vet all the code snippets on this website, but it is always possible that we miss something. To be clear, your computer and the code your decide to run on it is your responsibility.
22+
23+
2024
# Gnome Wayland
2125

2226
## I am asked to "Share" my screen every time
@@ -71,6 +75,15 @@ In general, these specific comments worth your attention:
7175
- [Specifically for NixOS users](https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1868580715)
7276

7377

78+
## Reset Gnome shortcut permission
79+
80+
In Gome Wayland the users is asked if they want to give permission to the screenshot tool to capture the screen. It is possible to hit the wrong button and permanently block Flameshot from taking the screenshot. The workaround [have been proposed by the community](https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-2823998280). Running the following command in terminal would reset the permission in Gnome Wayland:
81+
82+
```sh
83+
dbus-send --session --print-reply=literal --dest=org.freedesktop.impl.portal.PermissionStore /org/freedesktop/impl/portal/PermissionStore org.freedesktop.impl.portal.PermissionStore.D
84+
eletePermission string:'screenshot' string:'screenshot' string:''
85+
```
86+
7487
--------------------------------------------------------------------------------
7588

7689
# KDE Wayland

0 commit comments

Comments
 (0)