Skip to content

Commit

Permalink
add back xfce
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 19, 2024
1 parent da7d79f commit ba55236
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions katsu/modules/xfce/xfce-live.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash -x

cat > /etc/sysconfig/desktop <<EOF
PREFERRED=/usr/bin/startxfce4
DISPLAYMANAGER=/usr/sbin/lightdm
EOF

# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="xfce"/' /etc/sysconfig/livesys

cat >>/var/lib/livesys/livesys-session-extra <<ALLEOF
# Use our XFCE panel config
cp /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
ALLEOF

0 comments on commit ba55236

Please sign in to comment.