Javier Kohen skrev:
Package: wine-bin
Version: 0.9.51-1
Severity: normal
File: /usr/bin/winecfg
I'm trying to enter the path to my picture folder in the desktop integration tab, but winecfg refuses to
accept the Spanish word for it, which is "Imágenes." Both typing the path manually and using the
browse dialog work, until "Apply" or "Accept" are clicked on, when the previous path is
restored. Any path not containing an accented letter seems to work.
You could use the WINEDEBUG=+nls to see which locale Wine chooses. But
until they make winecfg fully Unicode-aware, my only idea is to set LANG
(and maybe LC_ALL) to a non-UTF8 locale (probably ISO-8859-1) while
running winecfg, and see if it helps. Windows locales never use UTF8,
after all, so Wine will use your locale's Windows charset (probably
CP1252) internally. Perhaps there's a conversion problem.
Besides this bug, it would be very nice if winecfg would pre-load these paths
using xdg-user-dir, when available.
Patches welcome...