On Dec 22, 2018, at 15:33, Ryan Schmidt wrote: > Another possible solution is to remove our wrapper -- I don't remember why it > exists. When I first added the wine port 12 years ago, I said there were > "font issues", but I don't remember what I meant by that: > > https://trac.macports.org/ticket/11779#comment:2 > > I apparently fixed it by adding the wrapper script: > > https://github.com/macports/macports-ports/commit/88d79d741bf86b96ce4fd23386d05b0f90001867
To try removing the wrapper, you could: sudo mv /opt/local/libexec/wine/wine /opt/local/bin/wine See if you notice any font problems or error messages with programs you run using wine after that. If you later want to undo the change, you can: sudo port -f deactivate wine-devel && sudo port activate wine-devel
