lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6414123d 2/2: Specify some 'wine' commands in


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6414123d 2/2: Specify some 'wine' commands in comments
Date: Mon, 14 Feb 2022 16:40:52 -0500 (EST)

branch: master
commit 6414123d4232fb7b3388cb237500a4250094396d
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Specify some 'wine' commands in comments
---
 lmi_setup_40.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 827d9bd0..688c4f8b 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -64,9 +64,14 @@ WINEDLLOVERRIDES=mscoree=d wine wineboot
 #   on "Graphics" tab, set DPI to 192
 winecfg
 
-# HKCU\Control Panel\International:
-#   set sShortDate and sLongDate to "yyyy-MM-dd"
+# Second, fix date formats (which are not exposed in 'winecfg'):
+#   HKCU\Control Panel\International:
+#     set sShortDate and sLongDate to "yyyy-MM-dd"
+# using either the 'regedit' GUI:
 wine regedit
+# or the command-line registry editor:
+#   wine reg add "HKCU\Control Panel\International" /v "sLongDate"  /d 
"yyyy-MM-dd" /f
+#   wine reg add "HKCU\Control Panel\International" /v "sShortDate" /d 
"yyyy-MM-dd" /f
 
 # Troubleshoot wine:
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]