Skip to content

Commit

Permalink
setup-desktop: install wayland-base on gnome
Browse files Browse the repository at this point in the history
GNOME uses for many versions wayland already. This reduces the installed
(and useless) packages and still works as expected.
  • Loading branch information
fossdd committed Dec 2, 2024
1 parent e18384a commit 579bc54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup-desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ case "$de" in
rc-update add elogind
;;
gnome)
setup-xorg-base ${BROWSER:-firefox} "$@"
# apk info needs community repos which are enabled with setup-xorg-base
setup-wayland-base ${BROWSER:-firefox} "$@"
# apk info needs community repos which are enabled with setup-wayland-base
apk add $(apk info --quiet --depends gnome gnome-apps-core)
rc-update add gdm
rc-update add elogind
;;
plasma)
setup-xorg-base ${BROWSER:-firefox} \
Expand Down

0 comments on commit 579bc54

Please sign in to comment.