https://bugs.kde.org/show_bug.cgi?id=430388
--- Comment #11 from Jeff Tratt <jtr...@gmail.com> --- (In reply to Heu Fui from comment #10) > I did just that, but only editing khotkeysrc. Unfortunately, I couldn't > change it manually, as it gets rewritten as soon KDE starts. Edit the file ~/.config/khotkeysrc then in terminal enter sudo chattr +i ~/.config/khotkeysrc Verify the file is immutable: lsattr ~/.config/khotkeysrc ----i---------e----- ~/.config/khotkeysrc The "i" validates the file is immutable. You may need to edit both files for this kludge to work. I didn't try editing only the one file. -- You are receiving this mail because: You are watching all bug changes.