Skip to content

Commit

Permalink
Merge pull request #320 from viraniac/debian-xfce
Browse files Browse the repository at this point in the history
Fix: debian xfce images gets both gnome and xfce installed
  • Loading branch information
numbqq authored Sep 12, 2024
2 parents fbe2c67 + cf82252 commit f6844da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ case $DISTRIB_TYPE in
PACKAGE_LIST_DESKTOP+=" desktop-base software-properties-gtk gnome-terminal gnome-shell-extensions gnome-tweaks gnome-screenshot"
([[ $DISTRIB_RELEASE == focal ]] || [[ $DISTRIB_RELEASE == jammy ]] || [[ $DISTRIB_RELEASE == noble ]]) && PACKAGE_LIST_DESKTOP+=" yaru-theme-gtk yaru-theme-icon yaru-theme-sound"
[[ $DISTRIBUTION == Ubuntu ]] && PACKAGE_LIST_DESKTOP+=" ubuntu-desktop update-manager"
[[ $DISTRIBUTION == Debian ]] && PACKAGE_LIST_DESKTOP+=" task-gnome-desktop"
[[ $DISTRIB_RELEASE == noble ]] && PACKAGE_LIST_DESKTOP+=" gnome-remote-desktop"
;;
esac
Expand All @@ -346,7 +347,7 @@ case $DISTRIB_RELEASE in
PACKAGE_LIST_QT+=" libqt5multimediaquick5"
PACKAGE_LIST_MESA="libglvnd-dev libx11-dev"
PACKAGE_LIST_DESKTOP+=" $PACKAGE_LIST_GSTREAMER $PACKAGE_LIST_KODI $PACKAGE_LIST_MESA"
PACKAGE_LIST_DESKTOP+=" numix-icon-theme chromium mirage task-gnome-desktop dbus-user-session"
PACKAGE_LIST_DESKTOP+=" numix-icon-theme chromium mirage dbus-user-session"
;;
focal|hirsute)
DEBOOTSTRAP_COMPONENTS="main,universe"
Expand Down

0 comments on commit f6844da

Please sign in to comment.