|
Flameshot doesn't work currently and I would love to see support for it although I don't know what support would look like for an infinite canvas window manager. Just installing flameshot through apt and running it gives these error messages: $ flameshot guiBy following some advice for other window managers I set the $ XDG_CURRENT_DESKTOP=sway flameshot guiIt just hangs forever and I have to terminate it. (I'm guessing it's trying to show the interface but failing) My system
lmk if you need any other relevant apps/versions In terms of implementation I know nothing about how wayland or driftwm works but I can think of two possible outcomes:
I think I like the second one more because it sounds fun to use the "pin to desktop" feature and have it be on the canvas. |
Replies: 4 comments
|
Yeah, I think it works as intended. As far as I can tell it doesn't draw overlay -- on spawn it creates a fullscreen window with dimmed screenshot, from which you can crop an image you need. So And on any canvas gesture (pan/zoom/etc) driftwm exits fullscreen as with any other window. |
|
Alright, thanks for the help! |



Hi!
It works for me though (it's flameshot interface captured with grim, flameshot itself also can take pictures fine), so there's probably some issue with your environment.
A couple of guesses / questions:
xdg-desktop-portal-wlrinstalled?make? (It sets up portals config)XDG_CURRENT_DESKTOP=swayoverride anyway -- it refuses to run outside GNOME/KDE/sway (v14 removed this gate)Flameshot doesn't talk to the compositor directly, it asks the org.freedesktop.portal.Screenshot D-Bus portal, and the portal needs a backend that can actually capture.
xdg-desktop-portal-wlris that backend (the-gtkone that usually com…