Add a command
This commit is contained in:
parent
fe501308fa
commit
701a79929b
|
@ -169,9 +169,10 @@ info "REBOOT NOW and then read the notes below"
|
||||||
# (!) FIRST RUN for 32 bit:
|
# (!) FIRST RUN for 32 bit:
|
||||||
# WINEARCH=win32 WINEPREFIX=~/wine32 winecfg
|
# WINEARCH=win32 WINEPREFIX=~/wine32 winecfg
|
||||||
# echo 'export WINEPREFIX="$HOME/wine32"' >> ~/.bashrc
|
# 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\FileOpenAssociations" /v Enable /d N
|
||||||
# wine reg add "HKEY_CURRENT_USER\Software\Wine\Drivers" /v Graphics /d x11,wayland
|
# wine reg add "HKEY_CURRENT_USER\Software\Wine\Drivers" /v Graphics /d x11,wayland
|
||||||
# run winetricks
|
# winetricks
|
||||||
|
|
||||||
# to run under Wayland:
|
# to run under Wayland:
|
||||||
# run commands as 'DISPLAY= wine64 notepad' for 64 bit OR 'DISPLAY= wine notepad' for 32 bit
|
# run commands as 'DISPLAY= wine64 notepad' for 64 bit OR 'DISPLAY= wine notepad' for 32 bit
|
||||||
|
|
Loading…
Reference in New Issue