games:linux:wine:classic_games_galore
Table of Contents
Information
- Classic Games Galore
Prerequisites
Install
Virtual Disc
- Mount
~/'Disc Images/CLASSIC_GAMES
toE:
mkdir -p ~/'Wine Prefixes' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' WINEARCH='win32' winecfg
Classic Games Galore
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine 'E:/setup.exe'
Sandbox
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks 'sandbox'
Disable Error Reporting
- HKEY_CURRENT_USER\Software\Wine\WineDbg
- Create New DWORD Value ShowCrashDialog and leave it at 0
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' regedit
Virtual Desktop
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks 'vd=800x600'
Desktop Launcher
Initial
rm -Rf ~/'.local/share/applications/wine/Programs/Atari' && mkdir -p ~/'.local/share/applications/wine/Programs/Classic Games Galore'
Classic Board Games
nano ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Board Games.desktop'
[Desktop Entry] Name=Classic Board Games Categories=Game; Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Classic Games Galore' wine '/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicBoard.exe' Type=Application StartupNotify=true Path=/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore Icon=9675_ClassicGameLauncher.0
sed -i 's/CHANGEME/'$USER'/g' ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Board Games.desktop'
Classic Card Games
nano ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Card Games.desktop'
[Desktop Entry] Name=Classic Card Games Categories=Game; Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Classic Games Galore' wine '/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicCard.exe' Type=Application StartupNotify=true Path=/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore Icon=9675_ClassicGameLauncher.0
sed -i 's/CHANGEME/'$USER'/g' ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Card Games.desktop'
Quick Commands
Winecfg
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winecfg
Winetricks
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks
Registry Editor
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' regedit
Kill
WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wineserver -k
Execute
Classic Board Games
cd ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicBoard.exe'
Classic Card Games
cd ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicCard.exe'
File Manager
Root
xdg-open ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore'
/var/www/wiki/data/pages/games/linux/wine/classic_games_galore.txt · Last modified: by 127.0.0.1