- 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=249
This commit is contained in:
Dominique Leuenberger 2016-09-14 10:07:30 +00:00 committed by Git OBS Bridge
parent 944f02fe1a
commit 936150ae81
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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