From e9a13ae5d8c441773ebeb91ed745947f3763a2d0 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 25 Jul 2025 13:27:35 +0300 Subject: [PATCH] dropped check libc for flatpak --- data_from_portwine/scripts/functions_helper | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index ef2cc4e8..9e711e0d 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -5469,7 +5469,10 @@ gui_edit_db () { esac [[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC" - if [[ $(ldd --version | head -n 1 | awk '{print $4}') < 2.38 ]] ; then + + if ! check_flatpak \ + && [[ $(ldd --version | head -n 1 | awk '{print $4}') < 2.38 ]] + then DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN" export PW_USE_LS_FRAME_GEN="0" PW_USE_LS_FRAME_GEN_INFO=${translations[GLIBC version 2.38+ is required for use Lossless Scaling frame generation]}