forked from CastroFidel/PortWINE
update eve.ppdb
This commit is contained in:
@ -5,10 +5,13 @@
|
||||
#eve-online.exe
|
||||
#Rating=5
|
||||
#####################examples###########################
|
||||
if [[ "$LANGUAGE" == "ru" ]] ; then
|
||||
export PW_COMMENT_DB="Если в GNOME наблюдаются вылеты, лаги и проблемы с потреблением видеопамяти\n попробуйте увеличить check-alive-timeout до 15000 (15 секунд)"
|
||||
else
|
||||
export PW_COMMENT_DB="If you are experiencing crashes, lags and video memory consumption problems in GNOME\n, try increasing check-alive-timeout to 15000 (15 seconds)."
|
||||
if [[ "${DESKTOP_SESSION}" =~ "gnome" ]] \
|
||||
&& gsettings get org.gnome.mutter check-alive-timout | grep -v "15000" &>/dev/null ; then
|
||||
if [[ "$LANGUAGE" == "ru" ]] ; then
|
||||
export PW_COMMENT_DB="Если в GNOME наблюдаются вылеты, лаги и проблемы с потреблением видеопамяти\n попробуйте увеличить check-alive-timeout до 15000 (15 секунд)"
|
||||
else
|
||||
export PW_COMMENT_DB="If you are experiencing crashes, lags and video memory consumption problems in GNOME\n, try increasing check-alive-timeout to 15000 (15 seconds)."
|
||||
fi
|
||||
fi
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
|
Reference in New Issue
Block a user