惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
B
Blog
P
Proofpoint News Feed
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
有赞技术团队
有赞技术团队
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
罗磊的独立博客
L
LangChain Blog
GbyAI
GbyAI
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
After update flameshot is now not taking screenshots. / A...
seth · 2026-06-13 · via Arch Linux Forums

#1 Today 07:21:18

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 93

After update flameshot is now not taking screenshots.

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.

#2 Today 07:48:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: After update flameshot is now not taking screenshots.

Don't randomly sudo stuff - you'll cause more harm than good this way.
https://bbs.archlinux.org/viewtopic.php?id=313883

#3 Today 11:09:22

pdorfs
Member
Registered: Today
Posts: 1

Re: After update flameshot is now not taking screenshots.

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)

#4 Today 11:15:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: After update flameshot is now not taking screenshots.

Mind clicking the link in #2 ?

#5 Today 11:48:04

H3g3m0n
Member
Registered: 2009-02-01
Posts: 21

Re: After update flameshot is now not taking screenshots.

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:

Qwen3.6 35B A3B wrote:

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=true

Tested — 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)

#6 Today 12:21:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: After update flameshot is now not taking screenshots.