You are not logged in.
Started from today my daily updated Arch system can no longer paste screenshots created by Flameshot to anywhere. GNOME screenshot tool works though, so it might be related to flameshot.
I tried to debug as
flameshot gui > ~/flameshot_debug.log 2>&1
and only checked journalctl logs, but found only this:
Aug 08 11:45:23 manta xdg-desktop-por[2914]: Failed to associate portal window with parent window ''
Aug 08 11:45:23 manta flameshot[29911]: QLayout: Attempting to add QLayout "" to SidePanelWidget "", which already has a layout
Aug 08 11:45:23 manta gnome-shell[2337]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Aug 08 11:45:23 manta flameshot[29911]: QPainter::begin: Paint device returned engine == 0, type: 2
Aug 08 11:45:23 manta flameshot[29911]: QPainter::setRenderHint: Painter must be active to set rendering hints
Aug 08 11:45:23 manta flameshot[29911]: QPainter::setCompositionMode: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::translate: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::setPen: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::setBrush: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::drawEllipse: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::setBrush: Painter not active
Aug 08 11:45:23 manta flameshot[29911]: QPainter::drawEllipse: Painter not active
What could cause my clipboard no longer picking up the shots, while it does with GNOME's tool? How can I debug this further?
Offline
Ok, it sounds very much like https://github.com/flameshot-org/flameshot/issues/4116.
Offline
Additionally, downgrading to 12.1.0-6 from here https://archive.archlinux.org/packages/f/flameshot/ makes it work again. Likely we need to wait for upstream to fix the issue.
Offline