FS#48876 - [vte3-ng] Rebuild against gtk+ 3.20

Attached to Project: Community Packages
Opened by Hermann Zahnweh (eigengrau) - Sunday, 10 April 2016, 19:02 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 13 April 2016, 14:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Daniel Micay (thestinger)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
I have noticed that vte3-based terminals currently do not pick up the padding set in «~/.config/gtk-3.0/gtk.css». I cannot claim to understand why, but apparently vte3 must be re-built against gtk+ 3.20 for CSS styling to resume working. Cf. [this bug](https://bugzilla.gnome.org/show_bug.cgi?id=763538).

This build problem will also manifest in vte-based applications producing the following message:

> VTE needs to be recompiled against a newer gtk+ version.

I have re-built vte3-ng, linking against gtk+ 3.20, and can confirm that the CSS styling is fixed by this.

Additional info:
* vte3-ng 0.44.0.a-2

Steps to reproduce:
Launch /usr/bin/vte-2.91 for the warning message.

Create ~/.config/gtk-3.0/gtk.css with the following contents and notice that this setting is not picked when running /usr/bin/vte-2.91:

VteTerminal, vte-terminal {
padding: 50px;
}

Notice that the styling will take effect after vte3{,-ng} has been rebuilt against gtk+ 3.20.


This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 13 April 2016, 14:12 GMT
Reason for closing:  Fixed

Loading...