PDA

View Full Version : Fixing wine in 2003-09-05



Fabianx
09-14-2003, 10:30 PM
To be able to use wine, you can use the following workaround:

Issue it before starting wine.



for i in $(cat /etc/X11/XF86Config-4 | grep font | grep -v "#" | awk '{ print $2 }' | grep -v "unscaled" | sed 's/"//g' | grep -v "defoma" | grep -v "truetype$"); do xset -fp $i; done


Then wine will work again.

To restore the font-path do:



xset fp default


cu

Fabian

Superstoned
09-21-2003, 03:38 PM
tanx tanx tanx tanx