Remove Xorg in favor of Wayland
This commit is contained in:
@@ -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,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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user