Packaging Guide Update #6

Tom Wickline twickline2 at triad.rr.com
Fri Jan 24 03:37:51 CST 2003


Francois pointed out that I should fix <wineconf> as
sgml will pick it up as a tag. Also replaced the <para>
tag with <programlisting> to prevent the text from bunching together.

Changelog

Fix <wineconf> tag
replace <para> tag with <programlisting>

Tom


Index: documentation/packaging.sgml
===================================================================
RCS file: /opt/cvs-commit/wine/documentation/packaging.sgml,v
retrieving revision 1.12
diff -u -r1.12 packaging.sgml
--- documentation/packaging.sgml	24 Jan 2003 00:49:05 -0000	1.12
+++ documentation/packaging.sgml	24 Jan 2003 08:47:40 -0000
@@ -1442,7 +1442,9 @@
            This is the sample config file provided with wine 20030115. 
You can edit this file
            to best suit the needs of your intended user.
          </para>
-        <para>
+
+        <programlisting>
+
  WINE REGISTRY Version 2
  ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

@@ -1512,6 +1514,8 @@
  ;"ShowDotFiles" = "1"
  "ShellLinker" = "wineshelllink"

+# &lt;wineconf&gt;
+
  [Version]
  ; Windows version to imitate 
(win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
  ;"Windows" = "win98"
@@ -1720,6 +1724,20 @@
  ;"UseDnsComputerName" = "N"

  ;; sample AppDefaults entries
+
+; 3 InstallShield versions who like to put their full screen window in 
front,
+; without any chance to switch to another X11 application.
+; So just catch them in a desktop window.
+
+[AppDefaults\\_INS5576._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS5176._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS0466._MP\\x11drv]
+"Desktop" = "640x480"
+
  ;[AppDefaults\\iexplore.exe\\DllOverrides]
  ;"shlwapi" = "native"
  ;"rpcrt4" = "native"
@@ -1742,7 +1760,9 @@
  ;[AppDefaults\\pickygame.exe\\dsound]
  ;"EmulDriver" = "N"

-        </para>
+# &lt;wineconf&gt;
+
+ </programlisting>
          </sect1>

      </chapter>





More information about the wine-devel mailing list