From 0ece615c0d3e796cc7453a8bd94973a326cdcb90 Mon Sep 17 00:00:00 2001 From: TomasM Date: Tue, 31 Oct 2017 13:42:13 -0400 Subject: [PATCH] xorg build --- Slax/debian/modules/02-xorg/build | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Slax/debian/modules/02-xorg/build b/Slax/debian/modules/02-xorg/build index eb2b33b..cd973af 100755 --- a/Slax/debian/modules/02-xorg/build +++ b/Slax/debian/modules/02-xorg/build @@ -2,9 +2,13 @@ apt-get update apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme -# default cursor is white, force it -ln -sf /etc/X11/cursors/Breeze_Snow.theme /etc/alternatives/x-cursor-theme +# use only white cursors. There were some troubles if the other cursors +# was left behind, installing gtk apps reverted the cursor from white to gray, +# so we're going to nuke it to leave only Snow cursors active. +rm -Rf /usr/share/icons/breeze_cursors +mv /usr/share/icons/Breeze_Snow /usr/share/icons/breeze_cursors +(cd rootcopy && cp --parents -afr * /) cp ../../cleanup /tmp # install x11 server utils, apt-get would add cpp dependency, bullshit! @@ -16,6 +20,4 @@ cp -aR * / . /tmp/cleanup -(cd rootcopy && cp --parents -afr * /) - savechanges /02-xorg.sb