Wine tricks: Difference between revisions
From wiki.breedveld.net
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| 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.
File: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