From 263072994cd849313e5e3fa26e060f9bd58f8266 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Tue, 2 Apr 2024 19:46:11 +0300 Subject: [PATCH] fixed ru_lang in EAapp and added share pid for flatpak --- data_from_portwine/scripts/functions_helper | 2 ++ data_from_portwine/scripts/portwine_db/EALauncher | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 9b85635..c375d87 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -599,11 +599,13 @@ ${PW_PV_OVERRIDES}/i386-linux-gnu/aliases:\ --unshare-home \ --home="${PW_SANDBOX_HOME_PATH}" \ --remove-game-overlay \ + --share-pid \ ${PW_ADD_TO_ARGS_IN_RUNTIME} --" else export pw_runtime="${PW_WINELIB}/pressure-vessel/bin/pressure-vessel-unruntime \ --share-home \ --remove-game-overlay \ + --share-pid \ ${PW_ADD_TO_ARGS_IN_RUNTIME} --" fi diff --git a/data_from_portwine/scripts/portwine_db/EALauncher b/data_from_portwine/scripts/portwine_db/EALauncher index 8b48494..49b7845 100755 --- a/data_from_portwine/scripts/portwine_db/EALauncher +++ b/data_from_portwine/scripts/portwine_db/EALauncher @@ -41,4 +41,4 @@ export PW_DLL_INSTALL="" export WINEDLLOVERRIDES="" export PW_WINE_CPU_TOPOLOGY="disabled" export GAMESCOPE_ARGS="-F fsr" -add_in_start_portwine () { export LANG=C ;} +add_in_start_portwine () { export LC_CTYPE=C ;}