Skip to content

Commit

Permalink
fixed gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Apr 13, 2023
1 parent 7f9e965 commit 8920fdf
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
4 changes: 4 additions & 0 deletions iso/airootfs/etc/gdm/custom.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
WaylandEnable=false
7 changes: 0 additions & 7 deletions iso/airootfs/etc/sddm.conf.d/autologin.conf

This file was deleted.

2 changes: 1 addition & 1 deletion iso/airootfs/etc/systemd/system/display-manager.service
7 changes: 2 additions & 5 deletions iso/packages.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,10 @@ openssl-1.1
openssl

#Desktop
unity-meta
engrampa
gnome
firefox
unzip
unrar
git

#systemutils
btop
Expand All @@ -167,5 +165,4 @@ warpinator
appimagelauncher
estedad-fonts
hack-nerd-fonts
parch-emoji-ios
emote
parch-emoji-ios
8 changes: 4 additions & 4 deletions iso/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ Include = /etc/pacman.d/mirrorlist

[ppr]
SigLevel = Optional TrustedOnly
Server = https://github.com/parchlinux/ppr/raw/main/x86_64/
Server = https://parchlinux.github.io/ppr/$arch

[unity7]
SigLevel = Required DatabaseOptional
Server = https://manjaro.github.io/unity-for-manjaro/x86_64/
[pcp]
SigLevel = Optional TrustedOnly
Server = https://parchlinux.github.io/pcp/$arch

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
Expand Down
8 changes: 4 additions & 4 deletions iso/profiledef.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034

iso_name="Parchlinux Unity"
iso_label="Parchlinux_Unity(date +%Y%m)"
iso_publisher="Parch Linux <https://github.com/parchlinux/>"
iso_application="Parch Linux Unity Live/Rescue CD"
iso_name="Parchlinux Gnome"
iso_label="PARCH_Gnome(date +%Y%m)"
iso_publisher="Parch Linux <https://github.com/parch-os/>"
iso_application="Parch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
Expand Down

0 comments on commit 8920fdf

Please sign in to comment.