You are not logged in.
i updated my system yesterday and now I am seeing that through flameshot I am unable to take any screenshots. I do not what went wrong. Is it alright to post about that here. I do need help in this matter.
from cli:
$ sudo flameshot full
[sudo] password for shobhit:
flameshot: warning: No DBus System Notification service found
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service
flameshot: warning: No DBus System Notification service found
flameshot: error: Unable to capture screen
flameshot: warning: No DBus System Notification service found
flameshot: info: Screenshot aborted.
$ flameshot full
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service
flameshot: error: Unable to capture screen
flameshot: info: Screenshot aborted.Offline
Don't randomly sudo stuff - you'll cause more harm than good this way.
https://bbs.archlinux.org/viewtopic.php?id=313883
Offline
Mine doesnt work too,
$ flameshot gui
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service
flameshot: error: Unable to capture screen
flameshot: info: Screenshot aborted.
same error as him updated with sudo pacman -Syu today and flameshot doesnt work now.
Last edited by pdorfs (Today 11:09:39)
Offline
Mind clicking the link in #2 ?
Offline
Same issue. Fixing xdg-desktop-portal didn't solve it for me, although it changed to the timeout error from complaining about the portal being missing. I threw hermes agent at it which managed to fix it though:
Root cause: Flameshot v14 detects xdg-desktop-portal on the D-Bus session and tries to use the screenshot portal. But no backend provides screenshot support for Awesome WM on X11 (the GTK portal doesn't include it), so the call hangs for 30 seconds then fails.
Fix: Added useX11LegacyScreenshot=true to ~/.config/flameshot/flameshot.ini. This tells flameshot to bypass the portal and use Qt's native X11 screenshot capture instead.
The config now reads:
[General] ... useX11LegacyScreenshot=trueTested — flameshot full captures a 5120×1440 PNG successfully. The gui mode (interactive annotation) should also work now since it uses the same underlying capture path.
Last edited by H3g3m0n (Today 12:01:00)
Offline
That should be a different issue though, https://github.com/flameshot-org/flameshot/issues/4639
Offline