diff --git a/wine-build-debian12.sh b/wine-build-debian12.sh index 1c8d28c..03ae0c4 100755 --- a/wine-build-debian12.sh +++ b/wine-build-debian12.sh @@ -169,9 +169,10 @@ info "REBOOT NOW and then read the notes below" # (!) FIRST RUN for 32 bit: # WINEARCH=win32 WINEPREFIX=~/wine32 winecfg # echo 'export WINEPREFIX="$HOME/wine32"' >> ~/.bashrc +# exec $SHELL # wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N # wine reg add "HKEY_CURRENT_USER\Software\Wine\Drivers" /v Graphics /d x11,wayland -# run winetricks +# winetricks # to run under Wayland: # run commands as 'DISPLAY= wine64 notepad' for 64 bit OR 'DISPLAY= wine notepad' for 32 bit