- Package:
- kde-spectacle
- Source:
- kde-spectacle
- Description:
- Screenshot capture utility
- Submitter:
- Thorsten Glaser
- Date:
- 2025-07-07 20:41:02 UTC
- Severity:
- normal
- Tags:
If I just start spectacle, it no longer shows the GUI;
rather, it just blinks a small (maybe 300x300?) window
into existence and quickly away and aborts.
tg@tgb1:~ $ spectacle
Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")
qrc:/qt/qml/org/kde/spectacle/private/Gui/ImageView.qml: module "windows" is not installed
QThreadStorage: Thread 0x5652f7e16d10 exited after QThreadStorage 9 destroyed
This worked in version 20.12.3-1.
Note that taking a screenshot in background mode still works.
control: tags -1 + moreinfo Dear Thorsten, Le lundi 7 juillet 2025, 17:02:40 heure d’été d’Europe centrale Thorsten Glaser a écrit : It’s of course not reproducible on my Plasma session or I would have noticed, but I did also try from an clean xfce install of trixie, spectacle installed with --no-install-recommends, both with the graphical session started from lightdm and from a VT with startx and it worked fine in all cases. The window just opened normally. If it happens to be due to some configuration of yours you may want to try moving away the following files / folders and trying again : ./.config/kde.org/spectacle.conf ./.config/spectaclerc ./.local/state/spectaclestaterc ./.cache/spectacle Otherwise I’m out of ideas… Happy hacking, -- Aurélien
control: tags -1 + moreinfo Dear Thorsten, Le lundi 7 juillet 2025, 17:02:40 heure d’été d’Europe centrale Thorsten Glaser a écrit : It’s of course not reproducible on my Plasma session or I would have noticed, but I did also try from an clean xfce install of trixie, spectacle installed with --no-install-recommends, both with the graphical session started from lightdm and from a VT with startx and it worked fine in all cases. The window just opened normally. If it happens to be due to some configuration of yours you may want to try moving away the following files / folders and trying again : ./.config/kde.org/spectacle.conf ./.config/spectaclerc ./.local/state/spectaclestaterc ./.cache/spectacle Otherwise I’m out of ideas… Happy hacking, -- Aurélien
… of course ;-) None of these existed, as it was a fresh install. The install uses console login plus “exec startx” with icewm-session, but things like Okular start properly when ran (and I even got hiDPI scaling right for them). I’ll try to see if strace, valgrind or gdb show anything, I suppose. Thanks anyway for trying, //mirabilos