> cursor-blink-time: 1200
> cursor-blink-timeout: 10000
> time=463 timeout=10

Oops, time should also match and it doesn't.

Can you confirm that blinking is pretty fast for you, that is, the
duration of an entire cycle (on + off phases) is a bit less than half a
second (463 ms, rather than 1.2 seconds)?

As seen at
https://gitlab.gnome.org/GNOME/vte/blob/0.54.1/src/widget.cc#L285, VTE
refers to the widget settings' "gtk-cursor-blink" and friends
properties, which are somehow mapped to gsetting's
/org/gnome/desktop/interface/cursor-blink and friends – or well, in your
case, mapped probably somewhere else.

It'd take help from a GTK+ expert or investigating GTK+'s source to
check this mapping, to figure out where it takes these values from if
not from gsettings's /org/gnome/desktop/interface/, and how that can be
configured.

What desktop system do you have? Maybe if let's say you use Mate then
these values might come from /org/mate/... or so, I'm wondering.

Could you do a "dconf dump /" and look for 463 in its output, to have a
clue where this number comes from, assuming that it comes from dconf at
all. And see if changing that value takes effect in VTE.

> Do gedit and pidgin have some relationship with vte?

They all use GTK+ and perhaps even some higher level GNOME libraries.
Other than, not much. Gedit also has a VTE plugin but that's most likely
irrelevant, and Pidgin doesn't have such.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1798481

Title:
  org.gnome.desktop.interface.cursor-blink-timeout not honored

Status in gnome-terminal package in Ubuntu:
  New
Status in vte2.91 package in Ubuntu:
  New
Status in xfce4-terminal package in Ubuntu:
  New

Bug description:
  Xubuntu desktop 18.04.1

  $ lsb_release -rd
  Description:  Ubuntu 18.04.1 LTS
  Release:      18.04

  gnome-terminal: 3.28.2-1ubuntu1~18.04.1
  libgtk-3-0: 3.22.30-1ubuntu1
  dconf-editor: 3.28.0-1

  Per workaround instructions in comment #8 on bug 838381 (of which this is not 
a duplicate), I set /org/gnome/desktop/interface/cursor-blink-timeout to a 
large value, less than the stated maximum of 2^31 - 1.
  I saved the change, exited dconf-editor and restarted the computer.

  What I expected to happen:
  Cursor in GTK-based terminal emulators will no longer stop blinking after 10 
seconds.

  What happens instead:
  Cursor in GTK-based terminal emulators continues to stop blinking after 10 
seconds.

  Of note, the cursor-blink-time *is* honored.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1798481/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to