View Single Post
  #1  
Old 11-18-2009, 09:26 AM
Stream Recorder
 
Posts: n/a
Default

How to restart Wine (if you can't close a process/application)


Restarting (rebooting) Wine automatically
Open the Terminal and run:
Code:
wineboot
wineboot initiates a "virtual" reboot, when Windows applications call for a real reboot.

Restarting (rebooting) Wine manually
In Terminal run:
Code:
rm -r /home/Your_User_Name/.wine/drive_c/windows/WININIT.INI
Reply With Quote