https://bugs.kde.org/show_bug.cgi?id=429426
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|Plasma 5.22 with Frameworks |Plasma 5.22 or Frameworks |5.82 |5.82 --- Comment #40 from flan_suse <[email protected]> --- The template you are presented with defaults to everything being "commented out" and thus ignored. The file in its entirety should appear as such: ### Editing /home/mint/.config/systemd/user/plasma-kglobalaccel‧service‧d/override‧conf ### Anything between here and the comment below will become the new contents of the file [Unit] Description=KDE Global Shortcuts Server PartOf=graphical-session.target [Service] ExecStart=/usr/bin/kglobalaccel5 BusName=org.kde.kglobalaccel Slice=background.slice TimeoutSec=5sec Restart=on-failure SuccessExitStatus=0 1 ### Lines below this comment will be discarded ### /usr/lib/systemd/user/plasma-kglobalaccel‧service # [Unit] # Description=KDE Global Shortcuts Server # PartOf=graphical-session‧target # # [Service] # ExecStart=/usr/bin/kglobalaccel5 # BusName=org‧kde‧kglobalaccel # Slice=background‧slice # TimeoutSec=5sec # Restart=on-failure -- You are receiving this mail because: You are watching all bug changes.
