From df3d8728f2059e10e2e2893094be62c3b49baa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 19:19:33 -0300 Subject: Add lightdm for Mate ISO optional installation --- configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh | 1 + configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh | 1 + configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh | 1 + configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh | 1 + configs/mate/root-image/root/.scriptsInstallation/x11.sh | 1 + 5 files changed, 5 insertions(+) diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh index 2fbd382..66bf09e 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -208,6 +208,7 @@ while [ option != 7 ]; do "leafpad" "galculator-gtk2" "xarchiver" + "lightdm-gtk-greeter-settings" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index 274f087..be11572 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -210,6 +210,7 @@ while [ option != 7 ]; do "leafpad" "galculator-gtk2" "xarchiver" + "lightdm-gtk-greeter-settings" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh index 675ac98..591b5d1 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -210,6 +210,7 @@ while [ option != 7 ]; do "leafpad" "galculator-gtk2" "xarchiver" + "lightdm-gtk-greeter-settings" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh index cc3da1a..2d99134 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -210,6 +210,7 @@ while [ option != 7 ]; do "leafpad" "galculator-gtk2" "xarchiver" + "lightdm-gtk-greeter-settings" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/x11.sh b/configs/mate/root-image/root/.scriptsInstallation/x11.sh index 34bf396..1109311 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/x11.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/x11.sh @@ -1,3 +1,4 @@ #!/bin/bash systemctl enable NetworkManager +systemctl enable lightdm -- cgit v1.2.2