+ Fix wine not launching

This commit is contained in:
ziro 2021-04-28 15:40:42 +07:00
parent 41beb9e8b2
commit 7c943c1780

View file

@ -19,6 +19,12 @@ export GOOGLE_APPLICATION_CREDENTIALS="$HOME/Downloads/youtube-9ab71578c563.json
export MANPAGER="nvimpager" export MANPAGER="nvimpager"
# export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\"" # export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""
# Wine problem workaround
# export MESA_GL_VERSION_OVERRIDE=4.4
# alternative workaround
export MESA_GL_VERSION_OVERRIDE=4.6
export MESA_GLSL_VERSION_OVERRIDE=460
# SUDO # SUDO
#export SUDO_ASKPASS=/bin/rofi-askpass #export SUDO_ASKPASS=/bin/rofi-askpass
if [[ ! -z $DISPLAY ]]; then if [[ ! -z $DISPLAY ]]; then