ini variables do not like ; comments after them (they are not shell
scripts). Fixed a typo in one of the names.
This commit is contained in:
parent
819e7946e9
commit
113329136e
29
wine.ini
29
wine.ini
|
@ -129,20 +129,27 @@ Exclude=WM_SIZE;WM_TIMER;
|
|||
; Paths must be given in /dir/dir/file.reg format.
|
||||
; Wine will not understand dos file names here...
|
||||
|
||||
AltCurrentUserFile= ; alternate registry file name: HKCU
|
||||
AltUserFile= ; alternate registry file name: HKU
|
||||
AltLocalMachineFile= ; alternate registry file name: HKLM
|
||||
|
||||
; alternate registry file name: HKCU
|
||||
AltCurrentUserFile=
|
||||
; alternate registry file name: HKU
|
||||
AltUserFile=
|
||||
; alternate registry file name: HKLM
|
||||
AltLocalMachineFile=
|
||||
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
|
||||
;Defaults are read all, write to Home and Alt
|
||||
;Note: it is pointless to specify alt files and neither load nor write to them.
|
||||
|
||||
LoadGlobalRegistryFiles=Y ; Global registries (stored in /etc)
|
||||
LoadHomeRegistryFiles=Y ; Home registries (stored in ~user/.wine/)
|
||||
LoadWindowsRegistryFiles=Y ; Windows registries in windows path, above
|
||||
LoadAltRegistryFiles=Y ; Load above registries.
|
||||
WritetoHomeRegitsryFiles=Y ; TRY to write all changes to home registries
|
||||
WritetoAltRegistryFiles=Y ; TRY to write all changes to alt registries
|
||||
; Global registries (stored in /etc)
|
||||
LoadGlobalRegistryFiles=Y
|
||||
; Home registries (stored in ~user/.wine/)
|
||||
LoadHomeRegistryFiles=Y
|
||||
; Windows registries in windows path, above
|
||||
LoadWindowsRegistryFiles=Y
|
||||
; Load above registries.
|
||||
LoadAltRegistryFiles=Y
|
||||
; TRY to write all changes to home registries
|
||||
WritetoHomeRegistryFiles=Y
|
||||
; TRY to write all changes to alt registries
|
||||
WritetoAltRegistryFiles=Y
|
||||
|
||||
[Tweak.Layout]
|
||||
;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
|
||||
|
|
Loading…
Reference in New Issue