From d7b2a40999c57596e5cacb96043b12a9f5f7a945 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 22 Apr 2025 13:32:11 -0400 Subject: [PATCH] Attempt to fix the bug with xf86-video-dummy not allowing xf86-video-dummy-with-vt to be installed. --- .includes/gui.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.includes/gui.sh b/.includes/gui.sh index c363c22..8aee1e6 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -4,7 +4,7 @@ packages="$1" packages="${packages//lxqt/lxqt lxterminal oxygen-icons ratpoison network-manager-applet}" packages="${packages//mate/mate mate-extra network-manager-applet}" -packages="${packages//i3/clipster jq i3-wm libnotify lxterminal notification-daemon pamixer playerctl python-i3ipc python-wxpython sox transfersh yad}" +packages="${packages//i3/clipster jq i3-wm libnotify lxterminal xfce4-notifyd pamixer playerctl python-i3ipc python-wxpython sox transfersh yad}" packages+=" libmd libbsd" # Proper command for launching the desktop session. @@ -79,5 +79,10 @@ GSETTINGS_BACKEND=dconf gsettings set org.mate.interface accessibility true GSETTINGS_BACKEND=dconf gsettings set org.mate.applications-at-visual startup true fi +# replace xf86-video-dummy with xf86-video-dummy-with-vt +yay --noconfirm -Rdd xf86-video-dummy +gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys CFDF148828C642A7 +yay --noconfirm -Sy xf86-video-dummy-with-vt + # enable nodm sudo systemctl enable nodm --now