Remove Xorg in favor of Wayland

This commit is contained in:
2026-03-06 14:42:42 -08:00
parent 5ddf03bfbb
commit 50d7468379
4 changed files with 7 additions and 8 deletions
@@ -1,5 +1,6 @@
firefox rpi-firefox-mods libwidevinecdm0
gldriver-test
rpd-wayland-core rpd-x-core
rpd-wayland-core
#rpd-x-core
rpd-theme
rpd-utilities rpd-preferences
+1 -1
View File
@@ -1,4 +1,4 @@
xserver-xorg xinit
#xserver-xorg xinit
menu-xdg
yad zenity xdg-utils
gvfs-backends gvfs-fuse
@@ -1,2 +0,0 @@
rpd-wayland-core
rpd-x-core
+4 -4
View File
@@ -7,10 +7,10 @@ mkdir -p "${ROOTFS_DIR}/etc/dconf/db/gnome-initial-setup.d"
install -m 644 files/dconf-profile "${ROOTFS_DIR}/etc/dconf/profile/user"
install -m 644 files/dconf-profile-initial-setup "${ROOTFS_DIR}/etc/dconf/profile/gnome-initial-setup"
# Configure default GDM3 Session to Wayland (Xorg is being removed)
#on_chroot << EOF
#sed -i 's/#WaylandEnable=false/WaylandEnable=true/' /etc/gdm3/daemon.conf
#EOF
# Enable Wayland in GDM (Xorg is not installed)
on_chroot << EOF
sed -i 's/.*WaylandEnable=.*/WaylandEnable=true/' /etc/gdm3/daemon.conf
EOF
# Enable GDM's Initial setup app
on_chroot << EOF