more attempts to get names right
authorFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 20:48:56 +0000 (15:48 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 20:48:56 +0000 (15:48 -0500)
apparently redhat deprecated x11 / xorg in favor of wayland, which has some fairly specific lacks that break some applications.  but we don't have a lot of choice now apparently, with redhat at least.

scripts/core/prep_feisty_host.sh

index 5e07f536c97b163c820917b3c1ada6546ee5a653..28d4ab3cc09e32c1bdb780142c63f40432ef5086 100644 (file)
@@ -233,7 +233,7 @@ PHASE_MESSAGE="installing additional helper packages"
 if [ "$opsystem_here" == "debianesque" ]; then
   PAX=(dos2unix imagemagick iputils-ping ncal screen python3 python3-pip xserver-xorg xorg-docs )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(dos2unix ImageMagick screen python3 python3-pip xorg-x11 xorg-x11-docs )
+  PAX=(dos2unix ImageMagick screen python3 python3-pip xorg-x11-server-Xwayland xorg-x11-docs )
 elif [ "$opsystem_here" == "macos" ]; then
   PAX=(dos2unix imagemagick ncal screen python3 xquartz linuxbrew/xorg/xorg-docs )
 elif [ "$opsystem_here" == "windoze" ]; then