Siduction Forum

Siduction Forum => Software - Support => Topic started by: harley-peter on 2026/07/14, 18:13:35

Title: Flameshot funktioniert nicht mehr
Post by: harley-peter on 2026/07/14, 18:13:35
Seit einem der letzten Upgrades funktioniert Flameshot nicht mehr. Ich kann das Tool zwar starten und das Symbol erscheint auch in der Panelleiste aber wenn ich drauf klicke, dann passiert nichts und nach 30s erscheint die Meldung "Screenshot Portal timed out after 30 seconds". Hat jemand eine Idee wo das Problem liegen könnte?
apt policy flameshot
flameshot:
  Installiert:           14.0.0-3
  Installationskandidat: 14.0.0-3
  Versionstabelle:
 *** 14.0.0-3 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Flameshot funktioniert nicht mehr
Post by: edlin on 2026/07/14, 18:50:39
Wayland oder X11? Bei mir mit KDE/Plasma(X11) funktioniert Flameshot (noch).

edlin
Title: Re: Flameshot funktioniert nicht mehr
Post by: harley-peter on 2026/07/15, 12:24:15
X11, Meine Oberfläche ist Xfce
Title: Re: Flameshot funktioniert nicht mehr
Post by: der_bud on 2026/07/15, 12:26:53
Ist xdg-desktop-portal-gtk (oder so ähnlich) installiert?
Title: Re: Flameshot funktioniert nicht mehr
Post by: Isegrimm666 on 2026/07/15, 17:01:08
Quote from: harley-peter on 2026/07/14, 18:13:35Seit einem der letzten Upgrades funktioniert Flameshot nicht mehr. Ich kann das Tool zwar starten und das Symbol erscheint auch in der Panelleiste aber wenn ich drauf klicke, dann passiert nichts und nach 30s erscheint die Meldung "Screenshot Portal timed out after 30 seconds". Hat jemand eine Idee wo das Problem liegen könnte?

Hi harley  ...

Kann ich hier (KDEPlasma/Wayland) nicht reproduzieren.

Hast Du Flameshot mal über die Konsole gestartet?

Normalerweise kommt keine Ausgabe und das Programm startet. Ist da evtl. bei Dir mehr?
Title: Re: Flameshot funktioniert nicht mehr
Post by: harley-peter on 2026/07/16, 18:34:56
apt policy xdg-desktop-portal-gtk
xdg-desktop-portal-gtk:
  Installiert:           1.15.3-2
  Installationskandidat: 1.15.3-2
  Versionstabelle:
 *** 1.15.3-2 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status

@Isegrimm666:
Wenn ich das Programm als normaler Nutzer starte kommt keine Ausgabe. Wenn ich Flameshot als root starte erhalte ich folgendes:
flameshot
qt.qpa.theme.dbus: Session DBus not running.
qt.qpa.theme.dbus: Application will not react to setting changes.
 Check your DBus installation.
qt.qpa.theme.gnome: dbus connection failed. Last error:  QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
qt.qpa.theme.dbus: Session DBus not running.
qt.qpa.theme.dbus: Application will not react to setting changes.
 Check your DBus installation.
qt.qpa.theme.gnome: dbus connection failed. Last error:  QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
Wenn ich dann auf das Symbol in der Panelleiste klicke kommt folgendes:
flameshot: warning: Es wurde kein DBus-Systembenachrichtigungsdienst gefunden
flameshot: error: Kann nicht via DBus verbinden
flameshot: warning: Es wurde kein DBus-Systembenachrichtigungsdienst gefunden
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service
Title: Re: Flameshot funktioniert nicht mehr
Post by: Isegrimm666 on 2026/07/17, 09:51:29
Scheint so, als würde dbus nicht laufen.

Was sagt:root# service dbus start als 'root'?