Eu quero trocar meus botões CapsLK e Ctrl . Então eu configuro isso no gnome-tweak-tool escolhendo Swap Ctrl and Caps Lock
in Typing
. Mas isso não funciona. Quando abro do terminal, percebo a seguinte exceção:
user1@myhost:~$ gnome-tweak-tool
WARNING : Shell not installed or running
INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible)
(gnome-tweak-tool:21100): Gtk-WARNING **: Attempting to read the recently used resources file at '/home/user1/.local/share/recently-used.xbel', but the parser failed: Failed to open file '/home/user/.local/share/recently-used.xbel': Permission denied.
WARNING : Shell not running
None
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 275, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
e com sudo
é o mesmo:
user1@myhost:~$ sudo gnome-tweak-tool
WARNING : Shell not installed or running
INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible)
WARNING : Shell not running
None
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 275, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available