We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464e386 commit b22713dCopy full SHA for b22713d
install.sh
@@ -43,6 +43,9 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
43
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
44
sudo dnf -y install wayland-devel
45
fi
46
+ if [ "$DESKTOP_SESSION" == "plasma" ]; then
47
+ sudo dnf -y install qdbus
48
+ fi
49
50
elif [[ $(command -v yum 2>/dev/null) ]]; then
51
PACKAGE_MANAGER="yum"
0 commit comments