After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621298 - Cursor invisible (plain black) in (xfce) Terminal & terminator
Cursor invisible (plain black) in (xfce) Terminal & terminator
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.25.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-11 13:30 UTC by Michał Górny
Modified: 2010-08-11 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michał Górny 2010-06-11 13:30:29 UTC
Commit b58bc5359085d2c9233ac6d6a265645bfa217e82 [1] introduced a regression which makes the cursor invisible (or rather plain black, as you could notice with semi-transparent background) in the (xfce) Terminal [2] & terminator [3].

I've personally tested and confirmed the bug with Gentoo-patched vte-0.24.1 (they have backported the particular commit mentioned above [4]) and with vte-0.25.1. The issue has been already reported to the xfce upstream and rejected there [5], mostly because it was reported against vte-0.24.1 with the backported patch.

And for the sake of formality -- I'm running Gentoo Linux with vte-0.24.1 ebuild from the gnome overlay.  For the needs of testing, I removed the patches from the ebuild myself and bumped it to vte-0.25.1.

[1] http://git.gnome.org/browse/vte/commit/?id=b58bc5359085d2c9233ac6d6a265645bfa217e82
[2] http://www.xfce.org/projects/terminal
[3] http://www.tenshu.net/terminator/
[4] http://bugs.gentoo.org/show_bug.cgi?id=323443
[5] http://bugzilla.xfce.org/show_bug.cgi?id=6423
Comment 1 Rafał Mużyło 2010-06-11 15:02:16 UTC
...and I've been using it in a non-transparent sakura
(http://www.pleyades.net/david/sakura.php) and haven't seen
such problem.
gnome-terminal 2.30.1 (which I don't use) doesn't seem affected either
(at least with the vague problem description given)
Comment 2 Michał Górny 2010-06-11 15:18:56 UTC
There's not much to describe -- the cursor is completely black, all the time. No blinking. Transparency not related, it justs helps noticing it's not invisible but black. And black is the background color, of course.
Comment 3 Pacho Ramos 2010-06-23 14:52:57 UTC
I can also reproduce this bug, as soon as I apply that patch to vte-0.24.2, cursor disappears in xfce terminal. The problem is to know if this is a vte fault or xfce terminal should be adapted to this new behavior :-(
Comment 4 Frank Murphy 2010-08-02 18:25:28 UTC
Same problem in Fedora

https://bugzilla.redhat.com/show_bug.cgi?id=595060.
Comment 5 Behdad Esfahbod 2010-08-11 17:59:23 UTC
I'm working on a fix.
Comment 6 Behdad Esfahbod 2010-08-11 18:36:47 UTC
commit 956a836ab4f7000a7cf409c05a194e194573c358
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 11 14:30:14 2010 -0400

    Bug 621298 - Cursor invisible (plain black) in (xfce) Terminal & terminator
    
    Fix the case where cursor color is set.
    
    Towards making determine_colors make sense.  Still not done.  More
    commits coming, but this one is enough to fix the main regression.