diff --git a/gnome-session.changes b/gnome-session.changes index 0f7b169..d08d4ed 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 14 10:05:54 UTC 2016 - dimstar@opensuse.org + +- Do not recommend gnome-session-wayland for now. There are still + a couple issues to solve: + + openQA uses the cirrus video driver (qemu's default) which does + not work with Wayland (we can potentially switch that to qxl + for GNOME tests). + + YaST still needs extra tricks to start (root has no direct + access to Xwayland. + ------------------------------------------------------------------- Thu Aug 18 21:07:52 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index ee98822..e56e9a1 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -56,7 +56,11 @@ BuildRequires: pkgconfig(xtst) Requires: %{name}-core = %{version} Requires: %{name}-default-session = %{version} Recommends: %{name}-lang -Recommends: %{name}-wayland +# gnome-session-wayland not recommended by default yet: causes various issues: +# qemu's default video mode is 'cirrus', which stays black with GNOME Wayland +# YaST cannot be started without additional tricks +# All together this blocks us from passing openQA +# Recommends: %{name}-wayland BuildRoot: %{_tmppath}/%{name}-%{version}-build %description