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.
|
; Paths must be given in /dir/dir/file.reg format.
|
||||||
; Wine will not understand dos file names here...
|
; Wine will not understand dos file names here...
|
||||||
|
|
||||||
AltCurrentUserFile= ; alternate registry file name: HKCU
|
; alternate registry file name: HKCU
|
||||||
AltUserFile= ; alternate registry file name: HKU
|
AltCurrentUserFile=
|
||||||
AltLocalMachineFile= ; alternate registry file name: HKLM
|
; 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.
|
;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
|
;Defaults are read all, write to Home and Alt
|
||||||
;Note: it is pointless to specify alt files and neither load nor write to them.
|
;Note: it is pointless to specify alt files and neither load nor write to them.
|
||||||
|
; Global registries (stored in /etc)
|
||||||
LoadGlobalRegistryFiles=Y ; Global registries (stored in /etc)
|
LoadGlobalRegistryFiles=Y
|
||||||
LoadHomeRegistryFiles=Y ; Home registries (stored in ~user/.wine/)
|
; Home registries (stored in ~user/.wine/)
|
||||||
LoadWindowsRegistryFiles=Y ; Windows registries in windows path, above
|
LoadHomeRegistryFiles=Y
|
||||||
LoadAltRegistryFiles=Y ; Load above registries.
|
; Windows registries in windows path, above
|
||||||
WritetoHomeRegitsryFiles=Y ; TRY to write all changes to home registries
|
LoadWindowsRegistryFiles=Y
|
||||||
WritetoAltRegistryFiles=Y ; TRY to write all changes to alt registries
|
; 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]
|
[Tweak.Layout]
|
||||||
;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
|
;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user