Wine tricks

From wiki.breedveld.net
Jump to: navigation, search

To set date format in wine, run regedit, in the key:
HKEY_CURRENT_USER\Control Panel\International
you will find it.
Regedit Date.png

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