Fix package manager suggestions in kwin setup script

This commit is contained in:
wheaney 2025-09-04 13:13:39 -07:00
parent 2a0baaf1e2
commit 4079d46de4
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ print_missing_dependencies() {
printf "\n\033[1;31mMissing required components\033[0m\n" printf "\n\033[1;31mMissing required components\033[0m\n"
echo "" echo ""
echo "Install the corresponding packages with your package manager, then rerun this setup:" echo "Install the corresponding packages with your package manager, then rerun this setup:"
echo " Debian/Ubuntu: sudo apt-get update && sudo apt-get install -y extra-cmake-modules libkwin-dev qt6-base-dev qt6-declarative-dev libkf6config-dev libkf6configwidgets-dev libkf6coreaddons-dev libkf6kcmutils-dev" echo " Debian/Ubuntu: sudo apt-get update && sudo apt-get install -y extra-cmake-modules kwin-dev libkf6config-dev libkf6configwidgets-dev libkf6coreaddons-dev libkf6kcmutils-dev libkf6globalaccel-dev libkf6i18n-dev libkf6windowsystem-dev libkf6xmlgui-dev qt6-base-dev qt6-declarative-dev"
echo " Fedora/RHEL: sudo dnf install -y extra-cmake-modules kf6-kconfig kf6-kconfigwidgets kf6-kcoreaddons kf6-kcmutils" echo " Fedora/RHEL: sudo dnf install -y extra-cmake-modules kwin-devel kf6-kconfig-devel kf6-kconfigwidgets-devel kf6-kcoreaddons-devel kf6-kcmutils-devel kf6-kglobalaccel-devel kf6-ki18n-devel kf6-kwindowsystem-devel kf6-kxmlgui-devel qt6-qtbase-devel qt6-qttools-devel wayland-devel libepoxy-devel"
echo " Arch: sudo pacman -S --needed extra-cmake-modules kf6 qt6-base qt6-declarative" echo " Arch: sudo pacman -S --needed extra-cmake-modules kf6 qt6-base qt6-declarative"
echo "" echo ""
printf "\n\033[1;33mIf you continue to see this issue\033[0m rerun as follows and attach the full output to a bug report:\n" printf "\n\033[1;33mIf you continue to see this issue\033[0m rerun as follows and attach the full output to a bug report:\n"