I could have sworn that there was once a setting for this in the gnome-terminal "Profile".
And then in some version of Ubuntu, that setting disappeared, and I had to use System ➜ Preferences ➜ Keyboard to uncheck "Cursor blinks in text fields".
Well, neither of those seems to be working now. So how do I make the cursor stop blinking?
gsettings set ...
didn't worked for me. I solved it withgsettings set org.gnome.desktop.interface cursor-blink false
. – mmoya Sep 01 '16 at 10:11gsettings get ...
command, should it? – mmoya Sep 02 '16 at 15:08gsettings get
command gets the uuid of a profile nameddefault
(which is the default name), does it work if you change the command toDefault
? – mdd Sep 05 '16 at 13:12default
as name because thegsettings get ...
works. It'd be nice to add a note to the answer saying that the command assumes the profile is called default. – mmoya Sep 05 '16 at 15:54setxkbmap -layout us -option
maps capslock key back to capslock so you can turn capslock off and then run the original command again. – xaxxon May 28 '20 at 21:49