lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0513996 2/6: Reformat a GNU/Linux setup scrip


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0513996 2/6: Reformat a GNU/Linux setup script
Date: Tue, 17 Sep 2019 10:53:14 -0400 (EDT)

branch: master
commit 0513996fb17a569bb60fc076211f406db87133ff
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Reformat a GNU/Linux setup script
    
    For concinnity, moved commands after the comments that explain them.
---
 lmi_setup_40.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 46b2003..2b7eac9 100644
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -34,14 +34,14 @@ WINEDLLOVERRIDES=mscoree=d wine wineboot
 
 # Configure wine:
 
-winecfg
 # First, to make it usable in general ("Default Settings"):
 #   on "Applications" tab, set "Windows Version" to "XP"
 #   on "Graphics" tab, set DPI to 192
+winecfg
 
-wine regedit
 # HKCU\Control Panel\International:
 #   set sShortDate and sLongDate to "yyyy-MM-dd"
+wine regedit
 
 # Troubleshoot wine:
 #



reply via email to

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