Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 1741b6f

Browse files
authored
Merge pull request #191 from thw26/master
Fix #186.
2 parents 494b1e1 + 8ff9d85 commit 1741b6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LogosLinuxInstaller.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ getDialog() {
105105
t dialog && DIALOG=dialog && DIALOG_ESCAPE=-- && export DIALOG_ESCAPE && break
106106
if test "${XDG_CURRENT_DESKTOP}" != "KDE"; then
107107
t zenity && DIALOG=zenity && GUI=true && break
108-
t kdialog && DIALOG=kdialog && GUI=true && break
108+
#t kdialog && DIALOG=kdialog && GUI=true && break
109109
elif test "${XDG_CURRENT_DESKTOP}" == "KDE"; then
110-
t kdialog && DIALOG=kdialog && GUI=true && break
110+
#t kdialog && DIALOG=kdialog && GUI=true && break
111111
t zenity && DIALOG=zenity && GUI=true && break
112112
else
113113
echo "No dialog program found. Please install either dialog, whiptail, zenity, or kdialog";
@@ -118,9 +118,9 @@ getDialog() {
118118
while :; do
119119
if test "${XDG_CURRENT_DESKTOP}" != "KDE"; then
120120
t zenity && DIALOG=zenity && GUI=true && break
121-
t kdialog && DIALOG=kdialog && GUI=true && break
121+
#t kdialog && DIALOG=kdialog && GUI=true && break
122122
elif test "${XDG_CURRENT_DESKTOP}" == "KDE"; then
123-
t kdialog && DIALOG=kdialog && GUI=true && break
123+
#t kdialog && DIALOG=kdialog && GUI=true && break
124124
t zenity && DIALOG=zenity && GUI=true && break
125125
else
126126
no-diag-msg "No dialog program found. Please install either zenity or kdialog."

0 commit comments

Comments
 (0)