! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
configure: GTK+2 is still required even with GTK+3 enabled
Status:
RESOLVED: FIXED
Product:
Xfce4-taskmanager
Component:
General

Comments

Description Michał Górny 2015-04-15 08:32:27 CEST
configure.ac.in has:

  XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])

though Makefile uses GTK+2 only when GTK+3 is not found. I guess this check should be made conditional to GTK+3 being not found.
Comment 1 Simon Steinbeiss editbugs 2017-02-05 21:58:21 CET
Agreed, this will be fixed soon though because Gtk2 support will be dropped.
Comment 2 Landry Breuil editbugs 2018-06-22 10:36:12 CEST
I think this particular issue has been fixed by https://git.xfce.org/apps/xfce4-taskmanager/commit/?id=13c78d9738ba3b65ba0432bdbe8986f2510d784f which reverted the logic, even if the gtk2 codepaths are still there. And note that depending on gtk2/gtk3 being chosen, the binary will be built against the corresponding version, so technically that was only a build dependency, not a runtime dependency..

Bug #11819

Reported by:
Michał Górny
Reported on: 2015-04-15
Last modified on: 2018-06-22

People

Assignee:
Mike Massonnet
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information