Skip to content

Commit b22713d

Browse files
Added auto-installation of qdbus in fedora when using KDE Plasma. (#255)
1 parent 464e386 commit b22713d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
4343
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
4444
sudo dnf -y install wayland-devel
4545
fi
46+
if [ "$DESKTOP_SESSION" == "plasma" ]; then
47+
sudo dnf -y install qdbus
48+
fi
4649

4750
elif [[ $(command -v yum 2>/dev/null) ]]; then
4851
PACKAGE_MANAGER="yum"

0 commit comments

Comments
 (0)