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

docs: xdg-desktop-portal>=1.15.0 doesn't work for some wayland users #3482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions docs/Sway and wlroots support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Flameshot currently supports Sway and other wlroots based Wayland compositors th
## Basic steps
The following packages need to be installed: `xdg-desktop-portal xdg-desktop-portal-wlr grim`. Please ensure your distro packages these, or install them manually.

Some users are reporting versions of `xdg-desktop-portal` above 1.15.0 makes flameshot not working again. [Downgrade](https://wiki.archlinux.org/title/Downgrading_packages) to the `1.14.6` / `1.14.6-1` version and reboot (just exiting sway doesn't work) [(reference)](https://github.com/flameshot-org/flameshot/issues/2872#issuecomment-1215839730)

Ensure that environment variables are set properly. If your distro does not set them automatically, use a launch script to export `XDG_CURRENT_DESKTOP=sway` **before** Sway is launched.
```sh
#!/bin/bash
Expand Down
Loading