From 3cbdef4f000f5a3fe1a14761ddef0d199a8bb412 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Mon, 19 Jan 2026 19:37:51 +0300 Subject: [PATCH] disabled check dependencies if without terminal --- winehelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winehelper b/winehelper index 407f74d19..0468ee7f0 100755 --- a/winehelper +++ b/winehelper @@ -211,7 +211,7 @@ su_run () { # fonts-ttf-ms check_deps_i586 () { - if [[ $WH_USE_GUI != "1" ]] \ + if [[ $WH_USE_GUI != "1" ]] && [[ -t 0 ]] \ && ! rpm -q {i586-,}{wine,glibc-core,libstdc++6,glibc-pthread,glibc-nss,\ libnm,libnss,libnss-mdns,libnsl1,libunwind,libunixODBC2,ocl-icd,libfreetype,\ libcups,libfontconfig1,libgnutls30,libGL,libEGL,libvulkan1,xorg-dri-swrast,\