[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix gnome target on newer distros
Browse files Browse the repository at this point in the history
Fixes the other issue in dnschneid#4837
  • Loading branch information
dnschneid committed Oct 26, 2022
1 parent 97e64d9 commit 49455ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion targets/gnome
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ else
legacy_session_package="gnome-session-flashback"
fi

if release -lt bionic -lt buster; then
gnome_themes="gnome-themes-standard"
else
gnome_themes="gnome-themes-extra"
fi

### Append to prepare.sh:
install --minimal \
$legacy_session_package \
Expand All @@ -23,7 +29,7 @@ install --minimal \
gnome-screensaver \
gnome-session \
gnome-shell \
gnome-themes-standard \
$gnome_themes \
gtk2-engines-pixbuf \
gvfs-backends \
nautilus \
Expand Down

0 comments on commit 49455ae

Please sign in to comment.