GNOME Bugzilla – Bug 789839
ui: task-list-entry.ui requires gtk version 3.20
Last modified: 2017-11-04 12:24:40 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.
Created attachment 362903 [details] [review] task-list: reduce gtk version requirements reduced to gtk 3.6 ( used by most other ui files )
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.
Sure.