darkblaze
darkblaze
Ok, got it. I'm trying to use in Wayland-only session without Xwayland, so xclip not relevant here. Apparently clipboard on flameshot is broken also in pure Wayland.
It can be consistently reproduced on GNOME 45 alpha, e.g. Arch Linux with [fcgu repo](https://codeberg.org/fabiscafe/fcgu).
It's stopped working since upgrading xdg-desktop-portal to 1.17. According to discussion on x-d-p github, apparently previously it was working because of a bug in pre-1.17 which allowed to run flameshot...
> I quick workaround is: copy your `/usr/share/applications/org.flameshot.Flameshot.desktop` file to `~/.local/share/applications/flameshot.desktop`. For me this doesn't help, also tried on the new user. We can debug some via `xdg-desktop-portal --replace --verbose`...
this looks irrelevant to modern days
Is there a temporary workaround for this issue? also for newer kernels 6.0 and 6.1rc?
The problem is still not fixed. What's the proper way to fix this then? btw. I have patched with proposed solution and see no problems with it.
using wrapper like /usr/local/bin/flameshot-gui allows to use as shortcut: ``` #!/bin/bash /usr/bin/flameshot gui ``` But paste after screenshoting doesn't work.
When trying to launch `flameshot gui` by shortcut I get this in log: ``` Aug 25 01:35:00 systemd[1536]: Started Application launched by gsd-media-keys. Aug 25 01:35:00 xdg-desktop-por[29983]: g_app_info_get_display_name: assertion 'G_IS_APP_INFO...
Is it fixable on xdg-desktop-portal side?