diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 39dec4f..2d98e85 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -107,7 +107,7 @@ pass1="" #Reiniciar pass1, por si hace falta de nuevo que el until funcione sed -i "s/\# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/g" /etc/sudoers #Modificar gksu si lleva una sesion grafica if [[ $optentorno != "6" ]];then - gconftool-2 --set /apps/gksu/sudo-mode --type=bool true --owner=$nameuser + gconftool-2 --set /apps/gksu/sudo-mode --type=bool true --owner=$(echo $nameuser) fi } @@ -280,6 +280,8 @@ case $optentorno in 2) baseconX pacman -S xfce4 --noconfirm + pacman -S faenza-icon-theme --noconfirm + wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/XFCE4.tar.xz -O- | tar xJf - -C / ;; 3) baseconX diff --git a/mods/XFCE4.tar.xz b/mods/XFCE4.tar.xz new file mode 100644 index 0000000..db6833d Binary files /dev/null and b/mods/XFCE4.tar.xz differ diff --git a/mods/skel.tar.gz b/mods/skel.tar.gz index 4d5c346..c85ad33 100644 Binary files a/mods/skel.tar.gz and b/mods/skel.tar.gz differ