fixed gnome

This commit is contained in:
Sohrab Behdani 2023-04-13 13:47:41 +04:30
parent 7f9e965313
commit 8920fdf061
6 changed files with 15 additions and 21 deletions

View file

@ -0,0 +1,4 @@
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
WaylandEnable=false

View file

@ -1,7 +0,0 @@
[Autologin]
Relogin=false
User=liveuser
#Session=xfce
[Theme]
Current=astronaut

View file

@ -1 +1 @@
/usr/lib/systemd/system/sddm.service /usr/lib/systemd/system/gdm.service

View file

@ -137,12 +137,10 @@ openssl-1.1
openssl openssl
#Desktop #Desktop
unity-meta gnome
engrampa
firefox firefox
unzip unzip
unrar unrar
git
#systemutils #systemutils
btop btop
@ -167,5 +165,4 @@ warpinator
appimagelauncher appimagelauncher
estedad-fonts estedad-fonts
hack-nerd-fonts hack-nerd-fonts
parch-emoji-ios parch-emoji-ios
emote

View file

@ -95,11 +95,11 @@ Include = /etc/pacman.d/mirrorlist
[ppr] [ppr]
SigLevel = Optional TrustedOnly SigLevel = Optional TrustedOnly
Server = https://github.com/parchlinux/ppr/raw/main/x86_64/ Server = https://parchlinux.github.io/ppr/$arch
[unity7] [pcp]
SigLevel = Required DatabaseOptional SigLevel = Optional TrustedOnly
Server = https://manjaro.github.io/unity-for-manjaro/x86_64/ Server = https://parchlinux.github.io/pcp/$arch
# An example of a custom package repository. See the pacman manpage for # An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories. # tips on creating your own repositories.

View file

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2034 # shellcheck disable=SC2034
iso_name="Parchlinux Unity" iso_name="Parchlinux Gnome"
iso_label="Parchlinux_Unity(date +%Y%m)" iso_label="PARCH_Gnome(date +%Y%m)"
iso_publisher="Parch Linux <https://github.com/parchlinux/>" iso_publisher="Parch Linux <https://github.com/parch-os/>"
iso_application="Parch Linux Unity Live/Rescue CD" iso_application="Parch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)" iso_version="$(date +%Y.%m.%d)"
install_dir="arch" install_dir="arch"
buildmodes=('iso') buildmodes=('iso')