[Bug 16481] New: sShortDate ignored by wine
http://bugs.winehq.org/show_bug.cgi?id=16481 Summary: sShortDate ignored by wine Product: Wine Version: 1.1.10 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: singularita(a)gmail.com If I change short date format both in .wine/user.reg (in [Control Panel\International] section) and win.ini (in section [intl], the file is in "Windows" directory created by wine) In both cases, sShortDate is modified from default "M/d/yyyy" to "dd.MM.yyyy" then when I run Unicode FAR (opensource version, http://farmanager.com/opensource.php), the dateformat I see is default "M/d/yyyy" On Windows it worked, FAR respected custom date format settings set in registry. In WINE the settings get ignored (and later overwritten by default "M/d/yyyy"). The locale in rest of ther config is US english (00000409) I killed all wine-related processes before doing the config-file editing, so problem is not with running wine process overwriting my configs... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16481 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16481 Jarlath <jarlathreidy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jarlathreidy(a)gmail.com --- Comment #1 from Jarlath <jarlathreidy(a)gmail.com> 2010-05-10 12:59:15 --- I'm having the same problem trying to run an application on Ubuntu with wine 1.1.44. This results in my calendar application showing the January as having the same day for the entire month, and February too, but the day is incremented by one. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16481 --- Comment #2 from butraxz(a)gmail.com 2013-05-11 05:00:41 CDT --- No update for over 900 days.Is this still an issue in 1.5.30 or is this abandoned ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16481 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #3 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- Given that Far Manager no longer starts in Wine, please provide another application that can be used to test? I've tried writing test code with no success: Changing "M/d/yyyy" to "dd.MM.yyyy" in HKCU\Control Panel\International in the sShortDate key, changes 11/28/2019 to 28.11.2019 as the output from this code: #include <stdio.h> #include <windows.h> int main(int argc, char **argv) { int ret; char dateBuffer[1024]; ret = GetDateFormatA(LOCALE_USER_DEFAULT, DATE_SHORTDATE, NULL, NULL, dateBuffer, sizeof(dateBuffer)); printf("ret=%d\n"); printf("%s\n", dateBuffer); return 0; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16481 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #4 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- It looks good to me with Wine > 5.19 and Far 3.0.5665.0 x86 Please re-test. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16481 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #5 from joaopa <jeremielapuree(a)yahoo.fr> --- Reported working by comment 4. No answer from the reporter since 11 years. Can an administrator close this bug as ABANDONED? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla