GNOME Bugzilla – Bug 702901
Disabling blinking cursor not working
Last modified: 2013-07-12 21:22:37 UTC
Hello, I tried disabling the blinking cursor with the following commands: gconftool-2 --set /desktop/gnome/interface/cursor_blink --type bool false gconftool-2 --set /apps/gnome-terminal/profiles/Default/cursor_blink_mode --type string off This used to work in previous Gnome versions. What is the correct way to set this for Gnome 3.8?
Gnome terminal now uses dconf since 3.8, so you'll need to construct an equivalent dconf command. If you figure it out, you could add it to https://live.gnome.org/Terminal/FAQ .
Hi Christian. I have figured out how to disable the blinking with newer dconf: gsettings set org.gnome.desktop.interface cursor-blink false I do not have an account for the wiki. Thus I ask you to add the information to the wiki. Thanks!
https://wiki.gnome.org/Terminal/FAQ#How_can_I_stop_the_cursor_from_blinking.3F