[virt-tools-list] [PATCH 3/4] Port to GtkApplication API's

Daniel P. Berrange berrange at redhat.com
Thu Dec 3 14:31:21 UTC 2015


On Wed, Dec 02, 2015 at 06:25:12PM -0700, Jim Fehlig wrote:
> On 12/02/2015 04:15 AM, Daniel P. Berrange wrote:
> > Yep, we need to agree which min platform we're targetting. It is nice
> > to see RHEL7 rebasing GTK, as that makes life easier. We should not
> > only consider RHEL though. It would be desirable if someone can provide
> > a list of GTK versions in current SLES,
> 
> SLES11: glib 2.22, gtk 2.18.9
> SLES12: glib 2.38, gtk 3.10.9
> 
> SLES11 builds for newer virt-viewer are already disabled.

Debian Jessie has glib 2.42, gtk 3.14.5

Ubuntu LTS 14.04 has glib 2.40.0, gtk 3.10.8

RHEL-7.1 has glib 2.40.0, gtk 3.8.8

The lowest common denominator across these major distros is

  glib 2.38
  gtk  3.8.8

So I think that is what virt-viewer should be sticking to as minimum
versions.

For glib we should make sure we set  GLIB_VERSION_MIN_REQUIRED and
GLIB_VERSION_MAX_ALLOWED to match the min version, so that we don't
accidentally introduce use of newer functions.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the virt-tools-list mailing list