From 4a850b57d18460814e691fe6b64eee1b3b02d2f1 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 7 Jul 2023 15:25:21 +0300 Subject: [PATCH] disable wayland by default --- SPECS/msvsphere-configs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SPECS/msvsphere-configs.spec b/SPECS/msvsphere-configs.spec index 87c6eb9..6a8ef84 100644 --- a/SPECS/msvsphere-configs.spec +++ b/SPECS/msvsphere-configs.spec @@ -32,6 +32,7 @@ Requires: gnome-shell-extension-desktop-icons Requires: gnome-shell-extension-top-icons Requires: gnome-shell-extension-drive-menu Requires: kora-icon-theme +Requires(post): gdm %description gnome This package contains configuration files for GNOME @@ -48,6 +49,9 @@ install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2 %post gnome glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 +# fixme (disable xorg by default) +sed -i 's@#WaylandEnable=false@WaylandEnable=false@' /etc/gdm/custom.conf + %postun gnome glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 @@ -64,6 +68,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 - update to 0.1.3 - add chromium to favorites - fix keyboard layout +- disable wayland by default * Wed Jun 28 2023 Arkady L. Shane - 0.1.2-1 - update to 0.1.2