https://bugs.winehq.org/show_bug.cgi?id=40127
Bug ID: 40127 Summary: winecfg can't switch fonts script Product: Wine Version: 1.9.3 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: isakov-sl@bk.ru
Created attachment 53613 --> https://bugs.winehq.org/attachment.cgi?id=53613 Two screenshots to illustrate
Open winecfg. Navigate to "desktop integration" tab. Choose item "Message box text". Font button will activated. Press it. Choose Tahoma. It can be "western" or "Cyrillic" depends on prehistory but script chooser is not active.
Tested on different wine version and with different OS settings. I can make winecfg speak russian but the chooser is always grey.
https://bugs.winehq.org/show_bug.cgi?id=40127
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This is deliberate, ChooseFontW() is explicitly called with CF_NOSCRIPTSEL, which means DEFAULT_CHARSET. SPI_SETNONCLIENTMETRICS then writes LOGFONTW to registry, and at least Windows 7 registry contains DEFAULT_CHARSET (1) as charset field. Note that on Windows 7 you don't get font chooser dialog at all, you can only select name, size and bold/italic flags. So why is that a problem?
https://bugs.winehq.org/show_bug.cgi?id=40127
--- Comment #2 from Sergey Isakov isakov-sl@bk.ru --- I am not sure if this is a problem, I just notice that the value of the field is changed (see two screenshots comparing) and the chooser is not active. I trust you it is not needed.
https://bugs.winehq.org/show_bug.cgi?id=40127
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Ok, resolving then.
https://bugs.winehq.org/show_bug.cgi?id=40127
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.