- fix init script (#213230) - fix twain subpackage content (#213396) - create wine submenu (#205024)f38
parent
673beb3257
commit
f7093a5652
@ -1 +1 @@
|
||||
wine-0.9.24-fe.tar.bz2
|
||||
wine-0.9.25-fe.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2
|
||||
4d26cc14b481f2ab7026c23d83086753 wine-0.9.25-fe.tar.bz2
|
||||
|
@ -1,15 +1,22 @@
|
||||
Wine directory structure used in Fedora Core Linux:
|
||||
===================================================
|
||||
Wine directory structure used in Fedora Linux:
|
||||
==============================================
|
||||
|
||||
\${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for by
|
||||
default. It is created with (empty) C:\windows and C:\windows\system
|
||||
${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for it
|
||||
by default. It is created with (empty) C:\windows and C:\windows\system
|
||||
directories, needed to operate Wine without an existing Windows
|
||||
installation, if it doesn't already exists.
|
||||
installation, if it does not already exist.
|
||||
|
||||
If you want to use Wine with an existing Windows installation that is
|
||||
mounted, for example, in /mnt/windows-c, change the symlink
|
||||
\${HOME}/.wine/dosdevices/c: to point to /mnt/windows-c instead of the
|
||||
${HOME}/.wine/dosdevices/c: to point to /mnt/windows-c instead of the
|
||||
defaults set by installation.
|
||||
|
||||
If you do this, you can safely remove \${HOME}/.wine/drive_c.
|
||||
(Alternatively, just mount your Windows partition to \${HOME}/.wine/drive_c.)
|
||||
If you do this, you can safely remove ${HOME}/.wine/drive_c.
|
||||
(Alternatively, just mount your Windows partition to ${HOME}/.wine/drive_c.)
|
||||
|
||||
Wine bugs:
|
||||
==========
|
||||
If you find a bug, please take the time to move your ${HOME}/.wine directory
|
||||
someplace and try with a fresh version (like mv ${HOME}/.wine{,-save}). If the
|
||||
bug is still there look trough https://bugzilla.redhat.com and see if the bug
|
||||
is already reported. In case it is not please report it.
|
||||
|
Loading…
Reference in new issue