Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds instructions to bypass a Gnome issue #147

Merged
merged 1 commit into from
Apr 20, 2024
Merged
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
31 changes: 31 additions & 0 deletions content/docs/guide/wayland-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,43 @@ Therefore please **do not** waste your time ([like many have](https://github.com

Thank you!


## Can't screen anything on Wayland Gnome

**Symptom:** Launcher (right-click on tray icon, then "Open Launcher") does not show anything in the preview section (left-side of the window)

You install `xdg-desktop-portal-gnome` and `xdg-desktop-portal`.


## Gnome shortcut does not trigger Flameshot

**Symptom:** When using a shortcut (Print screen) to run Flameshot I get "Unable to capture screen". When I run the command from the shortcut in a terminal, it works. Both used to work fine before, but stopped working after my daily updates. The normal Gnome screenshot program still works. [[source](https://github.com/flameshot-org/flameshot/issues/3365)]

We don't have a definit answer of what in Gnome have changed, but Gnome users have provided the following solution:

Run the `flameshot gui` via a shell script

```sh
script --command "flameshot gui" /dev/null
# or
bash -c -- "flameshot gui"
# or
sh -c -- "flameshot gui"
```

If this didn't solve your issue or if you are not sure what you do about this, Best places to look for are [#3365](https://github.com/flameshot-org/flameshot/issues/3365) and [#3326](https://github.com/flameshot-org/flameshot/issues/3326).

In general, these specific comments worth your attention:

- https://github.com/flameshot-org/flameshot/issues/3326#issuecomment-1789267986
- https://github.com/flameshot-org/flameshot/issues/3326#issuecomment-1826336292
- https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1928940359
- https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1930538662
- https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1817581463
- https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1810832381
- [Specifically for NixOS users](https://github.com/flameshot-org/flameshot/issues/3365#issuecomment-1868580715)


--------------------------------------------------------------------------------

# KDE Wayland
Expand Down
Loading