We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b84c2 commit 2c9fb65Copy full SHA for 2c9fb65
1 file changed
lib/easybashgui.lib
@@ -1443,7 +1443,8 @@ elif [ "${mode}" = "gum" ]
1443
#
1444
frame "${widget_color}" "please confirm"
1445
1446
- if [ "${which_terminal}" = "mate-terminal" -o "${which_terminal}" = "qterminal" -o "${which_terminal}" = "lxterminal" ]
+ [[ ${which_terminal} == "gnome-terminal"* ]] && which_terminal="gnome-terminal"
1447
+ if [ "${which_terminal}" = "gnome-terminal" -o "${which_terminal}" = "mate-terminal" -o "${which_terminal}" = "qterminal" -o "${which_terminal}" = "konsole" ]
1448
then
1449
1450
gum confirm --affirmative="Ok" --negative="Cancel" "$(echo -e "${testo}" )"
0 commit comments