Skip to content

Commit

Permalink
Merge pull request #273 from viraniac/master
Browse files Browse the repository at this point in the history
Fix missing icons and cursors on noble
  • Loading branch information
numbqq authored Apr 25, 2024
2 parents 8f5f08c + 180d5f0 commit 136e7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ case $DISTRIB_TYPE in
gnome)
PACKAGE_LIST_DESKTOP+=" $PACKAGE_LIST_OFFICE"
PACKAGE_LIST_DESKTOP+=" desktop-base software-properties-gtk gnome-terminal gnome-shell-extensions gnome-tweaks gnome-screenshot"
([[ $DISTRIB_RELEASE == focal ]] || [[ $DISTRIB_RELEASE == jammy ]]) && PACKAGE_LIST_DESKTOP+=" yaru-theme-gtk yaru-theme-icon yaru-theme-sound"
([[ $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"
;;
esac
Expand Down

0 comments on commit 136e7dd

Please sign in to comment.