Wine tricks
From wiki.breedveld.net
To set date format in wine, run regedit, in the key:
HKEY_CURRENT_USER\Control Panel\International
you will find it.
Microsoft fonts:
sudo apt-get install msttcorefonts
sudo apt-get install ttf-tahoma-replacement
Remove duplicate file-assosiation entry's : "A Wine application"
grep "Name=A Wine application" ~/.local/share/applications/*|awk -F: '{print $1}' |xargs rm -f