Move the documentation for 'ShowDirSymlinks' where it belongs: to the
wine.conf man page.
This commit is contained in:
parent
bba4bb1bc4
commit
35d8e5290a
|
@ -63,9 +63,6 @@ WINE REGISTRY Version 2
|
||||||
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
|
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
|
||||||
"Profile" = "c:\\windows\\Profiles\\Administrator"
|
"Profile" = "c:\\windows\\Profiles\\Administrator"
|
||||||
"GraphicsDriver" = "x11drv"
|
"GraphicsDriver" = "x11drv"
|
||||||
; Wine doesn't pass directory symlinks to Windows programs by default.
|
|
||||||
; Enabling this may crash some programs that do recursive lookups of a whole
|
|
||||||
; subdir tree in case of a symlink pointing back to itself.
|
|
||||||
;"ShowDirSymlinks" = "1"
|
;"ShowDirSymlinks" = "1"
|
||||||
;"ShowDotFiles" = "1"
|
;"ShowDotFiles" = "1"
|
||||||
"ShellLinker" = "wineshelllink"
|
"ShellLinker" = "wineshelllink"
|
||||||
|
|
|
@ -153,6 +153,14 @@ Tells Wine which graphics driver to use. Normally you'd want to use
|
||||||
x11drv (for X11). In case you want to run programs as text console/TTY only
|
x11drv (for X11). In case you want to run programs as text console/TTY only
|
||||||
without having Wine rely on X11 support, then use ttydrv.
|
without having Wine rely on X11 support, then use ttydrv.
|
||||||
.PP
|
.PP
|
||||||
|
.I format: """ShowDirSymlinks""=""<0|1>"""
|
||||||
|
.br
|
||||||
|
default: "0"
|
||||||
|
.br
|
||||||
|
Wine doesn't pass directory symlinks to Windows programs by default.
|
||||||
|
Enabling this may crash some programs that do recursive lookups of a whole
|
||||||
|
subdir tree in case of a symlink pointing back to itself.
|
||||||
|
.PP
|
||||||
.I format: """ShowDotFiles""=""<0|1>"""
|
.I format: """ShowDotFiles""=""<0|1>"""
|
||||||
.br
|
.br
|
||||||
default: "0"
|
default: "0"
|
||||||
|
|
Loading…
Reference in New Issue