profile: Set Wine to not create desktop/startmenu entries

master
Pierre Neidhardt 2017-11-25 19:02:10 +01:00
parent 86a22ae0f3
commit edf326873f
1 changed files with 4 additions and 1 deletions

View File

@ -140,8 +140,11 @@ if [ "$(uname -o)" = "GNU/Linux" ] ; then
fi
fi
## Wine DLL override. This removes the annoying messages for Mono and Gecko.
## Wine DLL overrides.
## Remove the annoying messages for Mono and Gecko.
export WINEDLLOVERRIDES="mscoree,mshtml="
## Do not create desktop links or start menu entries.
export WINEDLLOVERRIDES="$WINEDLLOVERRIDES;winemenubuilder.exe=d"
## Pacman asp root.
if command -v asp >/dev/null 2>&1; then