How to disable all "keyboard shortcuts"

Ralf Mardorf kde.lists at yahoo.com
Sat Aug 13 12:20:49 UTC 2022


On Sat, 2022-08-13 at 14:07 +0200, Ralf Mardorf wrote:
> gsettings reset-recursively

That was just a comment related to the need to backup everything. Sure,
something within the perl part might delete all files on disk ;), if
not, then a reset isn't hard to do. Alternatively

  cp -ai ~/.config/dconf/user ~/dconf.user.bak

is the way to backup all gsettings related settings. OTOH I don't know
how ~/.config/dconf/user and /run/user/*/dconf/user gets synced. Also no
big deal additionally running

cp -ai /run/user/$(id -u)/dconf/user ~/dconf.run.user.bak

ensures that every thing has got a backup. Btw. the dconf-command also
provides to reset the gsettings to default values.





More information about the ubuntu-users mailing list