On 7/8/11 4:41 PM, SpawnHappyJake wrote:
Don't be embarrassed. The reason why it worked it because you nuked it and had it reset to normal. It's a classic technique that fixes so many computer-related things.
It is also functionally equivalent to re-installing Windows, but without
the three day waiting period :)
The method that I used to use is:
[code]
mv .wine,{.backup[1,2,3...]}
wine notepad
[/code]
The 1,2,3... is backups in sequence.
Example:
mv .wine,{.backup1}
for the first attempt
mv .wine,{.backup2]
for the second.
Hope this helps in the future.
James