Tilix: Cursor color resets to default after changing any other color in the Color Palette

Created on 16 Apr 2017  路  5Comments  路  Source: gnunn1/tilix

Build from master, Fedora 25/26-alpha, Xorg. In Preferences->Default->Color->Options->Advanced, change your cursor background color to any color, then modify any other color in the "Color Palette" (Background/Foreground included). You should notice that the cursor color switches back to the default. The workaround is to change the cursor color last (and everytime any other color is modified).

Upstream bug

All 5 comments

I think this is a bug in VTE, the reason that gnome-terminal doesn't have this issue is because it always updates all the colors even when just one changes. Tilix on the other hand treats colors more granularity only updates the color that changes. In the VTE it looks like changing any color on it's own causes the cursor color to reset.

I'll need to work around this by either doing the same or updating the cursor color manually after modifying other colors.

I've opened this bug against VTE:

https://bugzilla.gnome.org/show_bug.cgi?id=781369

Thanks, I'll keep an eye on that.

I've pushed a workaround that always sets the cursor color after setting foreground, background or palette color.

Much appreciated. Tilix is a wonderful terminal, it fits particularly well in my daily workflow. I wish it was the default terminal in Gnome. Keep up the good work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gnunn1 picture gnunn1  路  3Comments

zsrinivas picture zsrinivas  路  4Comments

sirex picture sirex  路  3Comments

lucascosti picture lucascosti  路  3Comments

viniciusban picture viniciusban  路  4Comments