Difference between revisions of "Wine tricks"
From wiki.breedveld.net
Line 8: | Line 8: | ||
sudo apt-get install msttcorefonts<br> | sudo apt-get install msttcorefonts<br> | ||
sudo apt-get install ttf-tahoma-replacement<br> | sudo apt-get install ttf-tahoma-replacement<br> | ||
+ | |||
+ | Remove duplicate file-assosiation entry's : "A Wine application" | ||
+ | grep "Name=A Wine application" ~/.local/share/applications/*|awk -F: '{print $1}' |xargs rm -f |
Latest revision as of 12:25, 3 March 2010
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