diff --git a/README.md b/README.md index d4a4755..f5ed716 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Parch Linux Gnome edition \ No newline at end of file +# Parch Linux Unity edition \ No newline at end of file diff --git a/iso/airootfs/etc/gdm/custom.conf b/iso/airootfs/etc/gdm/custom.conf deleted file mode 100644 index 4fa5f2f..0000000 --- a/iso/airootfs/etc/gdm/custom.conf +++ /dev/null @@ -1,4 +0,0 @@ -[daemon] -AutomaticLoginEnable=True -AutomaticLogin=liveuser -WaylandEnable=false diff --git a/iso/airootfs/etc/sddm.conf.d/autologin.conf b/iso/airootfs/etc/sddm.conf.d/autologin.conf new file mode 100644 index 0000000..734a733 --- /dev/null +++ b/iso/airootfs/etc/sddm.conf.d/autologin.conf @@ -0,0 +1,7 @@ +[Autologin] +Relogin=false +User=liveuser +#Session=xfce + +[Theme] +Current=astronaut diff --git a/iso/airootfs/etc/systemd/system/display-manager.service b/iso/airootfs/etc/systemd/system/display-manager.service index 43e48b1..56f1df2 120000 --- a/iso/airootfs/etc/systemd/system/display-manager.service +++ b/iso/airootfs/etc/systemd/system/display-manager.service @@ -1 +1 @@ -/usr/lib/systemd/system/gdm.service \ No newline at end of file +/usr/lib/systemd/system/sddm.service \ No newline at end of file diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index 488c85c..d6d3740 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -137,7 +137,8 @@ openssl-1.1 openssl #Desktop -gnome +unity-meta +engrampa firefox unzip unrar @@ -165,4 +166,5 @@ warpinator appimagelauncher estedad-fonts hack-nerd-fonts -parch-emoji-ios \ No newline at end of file +parch-emoji-ios +emote \ No newline at end of file diff --git a/iso/pacman.conf b/iso/pacman.conf index 59d3499..ebc0b98 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -95,11 +95,11 @@ Include = /etc/pacman.d/mirrorlist [ppr] SigLevel = Optional TrustedOnly -Server = https://parchlinux.github.io/ppr/$arch +Server = https://github.com/parchlinux/ppr/raw/main/x86_64/ -[pcp] -SigLevel = Optional TrustedOnly -Server = https://parchlinux.github.io/pcp/$arch +[unity7] +SigLevel = Required DatabaseOptional +Server = https://manjaro.github.io/unity-for-manjaro/x86_64/ # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. diff --git a/iso/profiledef.sh b/iso/profiledef.sh index fb1914b..c94ce67 100644 --- a/iso/profiledef.sh +++ b/iso/profiledef.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -iso_name="Parchlinux Gnome" -iso_label="Parchlinux_Gnome(date +%Y%m)" -iso_publisher="Parch Linux " -iso_application="Parch Linux Gnome Live/Rescue CD" +iso_name="Parchlinux Unity" +iso_label="Parchlinux_Unity(date +%Y%m)" +iso_publisher="Parch Linux " +iso_application="Parch Linux Unity Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso')