Hi all,
Similar to what this thread on the arch forum states, some of my shortcuts (either default ones, like XF86Calculator, or custom ones) do not work. After a bit of digging, I that :
○ plasma-kglobalaccel.service - KDE Global Shortcuts Server
Loaded: loaded (/usr/lib/systemd/user/plasma-kglobalaccel.service; static)
Active: inactive (dead) since Fri 2024-03-08 10:41:22 CET; 4s ago
Process: 9070 ExecStart=/usr/lib/kglobalacceld (code=exited, status=0/SUCCESS)
Main PID: 9070 (code=exited, status=0/SUCCESS)
CPU: 24ms
mars 08 10:41:22 olivier-82ju systemd[967]: Starting KDE Global Shortcuts Server...
mars 08 10:41:22 olivier-82ju systemd[967]: Started KDE Global Shortcuts Server.```
Starting the server with ```systemctl start --user plasma-kglobalaccel.service``` results in the service dying immediately.
Nota: this is done on a wayland session, however, I have the save problems on a X.org session.
Have you tried resetting the shortcuts. Go into system settings and set whatever shorcut to the same thing it is already set to. I don’t have that service running either, but I don’t think it is an issue. Most issues I have seen are due to khotkeys being removed in plasma6.
Thanks for the answer. I tried that to no avail. I noticed that while kglobalacceld isn’t running on wayland (systemd starts it, but it dies right away), it is on X11. However, the shortcuts that weren’t working on wayland are still not working in that later case.
I’m a little confused by the xf86calculator. I reread your thread when I came across the thought that maybe it was xwayland app shortcuts that were broken. In which there is a solution for that. However this isn’t your problem. Anyways, what is xf86calculator, you mentioned it as an example of a default shortcut, but I have not heard of it?
XF86Calculator works now, since qt 6.6.3. However one has to remove KCalc from the shortcut and add anew, for it to work.
Now on to XF86SelectiveScreenshot…