Commit 26307299 authored by Mikhail Tergoev's avatar Mikhail Tergoev

fixed ru_lang in EAapp and added share pid for flatpak

parent 175a1539
...@@ -599,11 +599,13 @@ ${PW_PV_OVERRIDES}/i386-linux-gnu/aliases:\ ...@@ -599,11 +599,13 @@ ${PW_PV_OVERRIDES}/i386-linux-gnu/aliases:\
--unshare-home \ --unshare-home \
--home="${PW_SANDBOX_HOME_PATH}" \ --home="${PW_SANDBOX_HOME_PATH}" \
--remove-game-overlay \ --remove-game-overlay \
--share-pid \
${PW_ADD_TO_ARGS_IN_RUNTIME} --" ${PW_ADD_TO_ARGS_IN_RUNTIME} --"
else else
export pw_runtime="${PW_WINELIB}/pressure-vessel/bin/pressure-vessel-unruntime \ export pw_runtime="${PW_WINELIB}/pressure-vessel/bin/pressure-vessel-unruntime \
--share-home \ --share-home \
--remove-game-overlay \ --remove-game-overlay \
--share-pid \
${PW_ADD_TO_ARGS_IN_RUNTIME} --" ${PW_ADD_TO_ARGS_IN_RUNTIME} --"
fi fi
......
...@@ -41,4 +41,4 @@ export PW_DLL_INSTALL="" ...@@ -41,4 +41,4 @@ export PW_DLL_INSTALL=""
export WINEDLLOVERRIDES="" export WINEDLLOVERRIDES=""
export PW_WINE_CPU_TOPOLOGY="disabled" export PW_WINE_CPU_TOPOLOGY="disabled"
export GAMESCOPE_ARGS="-F fsr" export GAMESCOPE_ARGS="-F fsr"
add_in_start_portwine () { export LANG=C ;} add_in_start_portwine () { export LC_CTYPE=C ;}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment