Skip to content
Snippets Groups Projects
Commit cc742317 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Merge branch 'dev' into 'master'

Plasma theme

See merge request Obarun/obarun-install-themes!8
parents eff67ccb 96998ce9
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ config_66(){ ...@@ -85,7 +85,7 @@ config_66(){
66-tree -v3 -nEc desktop 66-tree -v3 -nEc desktop
out_action "Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]" out_action "Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]"
66-enable -v3 -t desktop dbus networkmanager wpa_supplicant sddm 66-enable -v3 -t desktop dbus networkmanager wpa_supplicant consolekit lightdm
out_action "For ${NEWUSER}: Create, enable tree [gui] and set as current" out_action "For ${NEWUSER}: Create, enable tree [gui] and set as current"
su "${NEWUSER}" -c "66-tree -v3 -nEc gui" su "${NEWUSER}" -c "66-tree -v3 -nEc gui"
...@@ -115,7 +115,7 @@ EOF" ...@@ -115,7 +115,7 @@ EOF"
## Send a down signal, or 'could not sync environment to dbus' with sddm when user logout/login ## Send a down signal, or 'could not sync environment to dbus' with sddm when user logout/login
## Send an up signal for services inside tree [gui] ## Send an up signal for services inside tree [gui]
(.scandir &) & (/home/${NEWUSER}/.scandir &) &
66-all -t gui down 66-all -t gui down
sleep 01 sleep 01
66-all -t gui up 66-all -t gui up
...@@ -123,6 +123,15 @@ EOF" ...@@ -123,6 +123,15 @@ EOF"
out_action "Create ${NEWUSER} .xinitrc file" out_action "Create ${NEWUSER} .xinitrc file"
su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.xinitrc <<EOF su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.xinitrc <<EOF
#!/usr/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
## Uncomment if you use startx command line to launch plasma DE ## Uncomment if you use startx command line to launch plasma DE
#exec ck-launch-session startkde #exec ck-launch-session startkde
EOF" EOF"
......
...@@ -66,6 +66,12 @@ p7zip ...@@ -66,6 +66,12 @@ p7zip
# testdisk # testdisk
#-------
## other
#-------
lightdm-gtk-greeter
#-------------- #--------------
## 66 services ## 66 services
#-------------- #--------------
...@@ -77,11 +83,13 @@ ntpd-66serv ...@@ -77,11 +83,13 @@ ntpd-66serv
sshd-66serv sshd-66serv
dbus-66serv dbus-66serv
lightdm-66serv
consolekit-66serv
networkmanager-66serv networkmanager-66serv
wpa_supplicant-66serv wpa_supplicant-66serv
xdg-user-dirs-66serv xdg-user-dirs-66serv
sddm-66serv
# sddm-66serv
# dhcpcd-66serv # dhcpcd-66serv
# dmraid-66serv # dmraid-66serv
# haveged-66serv # haveged-66serv
......
...@@ -29,7 +29,7 @@ plasma-pa ...@@ -29,7 +29,7 @@ plasma-pa
plasma-vault plasma-vault
plasma-workspace-wallpapers plasma-workspace-wallpapers
powerdevil powerdevil
sddm-kcm # sddm-kcm
user-manager user-manager
# xdg-desktop-portal-kde # xdg-desktop-portal-kde
# breeze-grub # breeze-grub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment