Fixed a bug in sandbox that could affect some installers.
This commit is contained in:
parent
d81f7617c3
commit
03dfcdbf04
@ -551,7 +551,7 @@ install_wine_bottle() {
|
||||
cp "${cache}/nvda2speechd" "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
||||
chmod +x "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
||||
fi
|
||||
winetricks -q sandbox $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1
|
||||
winetricks -q isolate_home $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1
|
||||
}
|
||||
|
||||
|
||||
@ -2874,5 +2874,6 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit.
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
winetricks sandbox
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user