Avoid Winehq using fonts in /usr/share/fonts

Questions about Wine on Linux
Locked
artik
Level 2
Level 2
Posts: 11
Joined: Sun Mar 15, 2015 6:32 am

Avoid Winehq using fonts in /usr/share/fonts

Post by artik »

Hi, I'm trying to avoid winehq to read fonts located in

Code: Select all

/usr/share/fonts
because it's full of useless fonts that my Photoshop.exe scans.

I removed the symlink created by wine:

Code: Select all

rm ./.wine/dosdevices/z:
But

Code: Select all

/
is still accessible under wine even after removing the symlink. Any idea how to do this?
Locked