Skip to content

Commit ea55765

Browse files
committed
[add] : New lightdm config xfce-pro
1 parent 9ea3ab3 commit ea55765

4 files changed

Lines changed: 7 additions & 164 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Seat:*]
2+
autologin-user=%USERNAME%
3+
autologin-user-timeout=0
4+
autologin-session=xfce

channels/xfce-pro/airootfs.any/root/customize_airootfs_xfce-pro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838

3939
# Replace auto login user
40-
sed -i s/%USERNAME%/${username}/g /etc/lightdm/lightdm.conf
40+
sed -i "s|%USERNAME%|${username}|g" "/etc/lightdm/lightdm.conf.d/02-autologin.conf"
4141

4242
# Remove remmina session
4343
remove /usr/share/xsessions/remmina-gnome.desktop

channels/xfce-pro/airootfs.x86_64/etc/lightdm/lightdm.conf

Lines changed: 0 additions & 163 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Seat:*]
2+
greeter-session=lightdm-slick-greeter

0 commit comments

Comments
 (0)