lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c2c52832 1/2: Document a 'wine' snafu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c2c52832 1/2: Document a 'wine' snafu
Date: Mon, 14 Feb 2022 16:40:52 -0500 (EST)

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

    Document a 'wine' snafu
---
 lmi_setup_40.sh | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index ff8ba4ab..827d9bd0 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -41,7 +41,23 @@ WINEDLLOVERRIDES=mscoree=d wine wineboot
 #   0014:err:ole:get_local_server_stream Failed: 80004002
 #   Could not load wine-gecko. HTML rendering will be disabled.
 
-# Configure wine:
+# Configure wine.
+#
+# In theory, these changes are scriptable, using this guide:
+#   https://wiki.winehq.org/index.php?title=Useful_Registry_Keys
+# which is sometimes reliable--for example, this command:
+#   wine reg query "HKCU\Control Panel\International" /v "sShortDate"
+# does seem to work, whereas this one:
+#   wine reg query "HKLM\Hardware Profiles\Current\Software\Fonts" /v 
"LogPixels"
+# does not. A 'wine regedit' search finds "LogPixels" under
+#   HKCU\Control Panel\Desktop
+#   HKCU\Software\Wine\Fonts
+# and several other keys (with the default value of 96 in some and a
+# custom value of 192 in others), but not under
+#   HKLM\Hardware Profiles\Current\Software\Fonts
+# as the official documentation suggests. It is expeditious to use
+# the 'winecfg' GUI, which, although inconvenient, has the virtue of
+# actually working.
 
 # First, to make it usable in general ("Default Settings"):
 #   on "Applications" tab, set "Windows Version" to "XP"



reply via email to

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