Fix for gnome desktops to use lightdm and slick-greeter (#3947)

* change layout

* fixing gnome to use lightdm  lightdm-settings and slick-greeter

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
This commit is contained in:
Richard Neese
2022-06-30 19:02:48 -04:00
committed by GitHub
parent 660367b322
commit 767096ac89
6 changed files with 8 additions and 4 deletions

View File

@@ -158,6 +158,7 @@ libxtst6
libxxf86dga1 libxxf86dga1
libyelp0 libyelp0
lightdm lightdm
lightdm-settings
mutter mutter
mutter-common mutter-common
nautilus nautilus

View File

@@ -173,8 +173,7 @@ libxtst6
libxxf86dga1 libxxf86dga1
libyelp0 libyelp0
lightdm lightdm
lightdm-gtk-greeter lightdm-dettings
lightdm-gtk-greeter-settings
linux-sound-base linux-sound-base
mutter mutter
mutter-common mutter-common

View File

@@ -96,6 +96,7 @@ libxtst6
libxxf86dga1 libxxf86dga1
libyelp0 libyelp0
lightdm lightdm
lightdm-settings
linux-sound-base linux-sound-base
mutter mutter
mutter-common mutter-common

View File

@@ -14,7 +14,6 @@ fonts-urw-base35
foomatic-db-compressed-ppds foomatic-db-compressed-ppds
gcr gcr
gdebi gdebi
gdm3
genisoimage genisoimage
ghostscript ghostscript
ghostscript-x ghostscript-x
@@ -84,6 +83,8 @@ libxmuu1
libxtst6 libxtst6
libxxf86dga1 libxxf86dga1
libyelp0 libyelp0
lightdm
lightdm-settings
mutter mutter
mutter-common mutter-common
nautilus nautilus
@@ -106,6 +107,7 @@ python3-debian
python3-distutils python3-distutils
python3-distutils-extra python3-distutils-extra
python3-yaml python3-yaml
slick-greeter
qalculate-gtk qalculate-gtk
software-properties-gtk software-properties-gtk
spice-vdagent spice-vdagent

View File

@@ -0,0 +1 @@
gdm3

View File

@@ -1,6 +1,6 @@
# overwrite stock lightdm greeter configuration # overwrite stock lightdm greeter configuration
if [ -d /etc/armbian/lightdm ]; then cp -R /etc/armbian/lightdm /etc/; fi if [ -d /etc/armbian/lightdm ]; then cp -R /etc/armbian/lightdm /etc/; fi
#if [ -f /etc/lightdm/slick-greeter.conf ]; then sed -i 's/armbian03-Dre0x-Minum-dark-blurred-3840x2160.jpg/armbian-4k-black-psycho-gauss.jpg/g' /etc/lightdm/slick-greeter.conf; fi
# Disable Pulseaudio timer scheduling which does not work with sndhdmi driver # Disable Pulseaudio timer scheduling which does not work with sndhdmi driver
if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi