- 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:
parent
944f02fe1a
commit
936150ae81
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user