Port techtalk-pse to use GTK3
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 9 Aug 2017 11:38:39 +0000 (12:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Aug 2017 11:49:10 +0000 (12:49 +0100)
Should be functionally the same, with two caveats

It is not possible to use the screenshot fallback anymore since
Wayland doesn't permit taking screenshots via GDK APIs. You need
to call the compositor's DBus API. This is what 'gnome-screenshot'
already does, so just always rely on that existing.

For unknown reasons, the 'move' request is never honoured on the
top level window when in non-fullscreen mode.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>

No differences found