From 51134343d0a2818dedc84d6b894aaeb8120e924c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 29 May 2022 22:31:37 +0200 Subject: [PATCH] use correct wayland depend for kde --- usr/lib/archboot/kde-wayland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/kde-wayland.sh b/usr/lib/archboot/kde-wayland.sh index f93aebad5..92ce32eb0 100644 --- a/usr/lib/archboot/kde-wayland.sh +++ b/usr/lib/archboot/kde-wayland.sh @@ -5,7 +5,7 @@ _install_kde_wayland() { if ! [[ -e /usr/bin/startplasma-x11 ]]; then echo -e "\033[1mStep 3/5:\033[0m Installing KDE/Plasma Wayland now ..." echo " This will need some time ..." - _prepare_graphic "${_WAYLAND_PACKAGES} ${_STANDARD_PACKAGES} ${_KDE_PACKAGES}" >/dev/tty7 2>&1 + _prepare_graphic "${_WAYLAND_PACKAGES} ${_STANDARD_PACKAGES} plasma-wayland-session ${_KDE_PACKAGES}" >/dev/tty7 2>&1 echo -e "\033[1mStep 4/5:\033[0m Configuring KDE/Plasma Wayland ..." _configure_kde_wayland >/dev/tty7 2>&1 else