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 789839 - ui: task-list-entry.ui requires gtk version 3.20
ui: task-list-entry.ui requires gtk version 3.20
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-03 00:23 UTC by gkrithi8
Modified: 2017-11-04 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
task-list: reduce gtk version requirements (808 bytes, patch)
2017-11-03 14:13 UTC, gkrithi8
none Details | Review

Description gkrithi8 2017-11-03 00:23:25 UTC
Ran into gtk version issues when building / running rhythmbox on an older platform. 

configure.ac has: 

GTK_REQS=3.16.0

but task-list-entry.ui requires 3.20. So, one of them needs to be fixed.
Comment 1 gkrithi8 2017-11-03 14:13:16 UTC
Created attachment 362903 [details] [review]
task-list: reduce gtk version requirements

reduced to gtk 3.6 ( used by most other ui files )
Comment 2 Jonathan Matthew 2017-11-04 07:35:56 UTC
I decided it was time to bump the gtk+ requirement to 3.20, which is roughly a year and a half old.  The css matching rules changed in 3.20 and much of the css from before that doesn't do anything any more, and anything written since then probably won't work with older versions.
Comment 3 gkrithi8 2017-11-04 12:05:33 UTC
Sure.