GNOME Bugzilla – Bug 632799
gnome-system-monitor should depend on gtkmm-3.0
Last modified: 2011-11-11 10:03:55 UTC
This is necessary to get gnome-system-monitor to build for GNOME 3.0.
Work on this is happening in the gtk3 branch.
Created attachment 179652 [details] [review] Add --with-gtk configure option The patch allows to select gtk version to use at configure time. Defaults to gtk3. Could be useful while porting.
Ok, I think I'm done with GSettings and removing/replacing deprecated symbols. I'm now going to bump the version to gtk 3 and fix up anything I run into. Regarding Comment 2, I've talked to Thomas and we won't be including ifdef's in the code.
I've got things working with gtk/gtkmm 2.99 in the gtk3 branch now. There is still a bug causing the graphs to jump due to the height of some labels/tables changing when more than 3 digits left of the decimal point appear. I'm looking at that now.
I've just merged the changes into master. Closing this bug so Andre can take it off the block list.