diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 9b856358..c375d878 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 8b48494d..49b78454 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 ;}