Skip to content

Commit

Permalink
fix: xfce live and stop pantheon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Apr 26, 2024
1 parent d7a2b8b commit b480ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- base/base-disk
- flagship/base-disk
- gnome/base-disk
- flagship/base-disk
- kde/base-disk
- xfce/base-disk
# TODO: figure out how to get loop devices to work on our ARM runners
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
Expand Down Expand Up @@ -107,7 +110,7 @@ jobs:
- flagship/flagship-live
- gnome/gnome-live
- kde/kde-live
- pantheon/pantheon-live
#- pantheon/pantheon-live
- xfce/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
Expand Down
3 changes: 0 additions & 3 deletions katsu/modules/xfce/xfce-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/li
# set Xfce as default session, otherwise login will fail
sed -i 's/^#user-session=.*/user-session=xfce/' /etc/lightdm/lightdm.conf
# set the default wallpaper
mkdir -p /home/liveuser/.local/share/applications
# Update installer icon
sed -i -e 's/Icon=org.fedoraproject.AnacondaInstaller/Icon=drive-harddisk/' /usr/share/applications/liveinst.desktop
Expand Down

0 comments on commit b480ffb

Please sign in to comment.