Add a command

This commit is contained in:
tar 2024-01-13 19:32:07 +01:00
parent fe501308fa
commit 701a79929b
1 changed files with 2 additions and 1 deletions

View File

@ -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