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 791077 - Fix style of the search bar GdTaggedEntry
Fix style of the search bar GdTaggedEntry
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2017-12-01 12:37 UTC by Adrien Plazas
Modified: 2017-12-14 21:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrien Plazas 2017-12-01 12:37:51 UTC
The GdTaggedEntry used as the search bar doesn't follow the upstream style and can't be themed. I suppose dropping 'music-entry-tag' style would fix it, but I can't test it due to https://bugzilla.gnome.org/show_bug.cgi?id=791071.
Comment 1 Adrien Plazas 2017-12-01 12:47:26 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=791025
Comment 2 Marinus Schraal 2017-12-14 16:10:28 UTC
Reading the bug in comment #1 it would basically involve updating libgd, right?
Comment 3 Debarshi Ray 2017-12-14 16:38:37 UTC
Yes, libgd needs to be updated till commit cc90107531640bcba6c3c58e5cf6aec94d498763, and then the old application-specific can be removed.

Note that the style class is set through the GdTaggedEntryTag:entry-tag property. Some applications were earlier setting it for various theme variants. They shouldn't need to touch it anymore.
Comment 4 Marinus Schraal 2017-12-14 21:13:10 UTC
Updated libgd & removed references to custom css in commit 671ce39297220127920888d7dbfd0aa497a77f3f . I guess that should fix it.

Thanks for the report.