Cleaning up a WINE install.
Cleaning up a WINE install.
I was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Re: Cleaning up a WINE install.
Yes, all Wine files are kept in ~/.wine directory ($HOME/.wine). The only exceptions are desktop and menu entries. So to completely cleanup Wine you just need to remove the above directory withLlewen wrote:I was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Owen Stairs
Code: Select all
rm -rf ~/.wine
Cleaning up a WINE install.
On Mon, Apr 21, 2008 at 8:53 AM, vitamin <[email protected]> wrote:
$ wine uninstaller
But it doesn't work too well currently, since other things are more
important to fix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
(in wine, not native linux apps). You can try:Llewen wrote:Yes, all Wine files are kept in ~/.wine directory ($HOME/.wine). The onlyI was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Owen Stairs
exceptions are desktop and menu entries. So to completely cleanup Wine you
just need to remove the above directory with
Code:
rm -rf ~/.wine
Wine will recreate it if it does not exists.
Careful, however, as this will remove all installed software and settings
$ wine uninstaller
But it doesn't work too well currently, since other things are more
important to fix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Cleaning up a WINE install.
On Mon, 21 Apr 2008 09:40:24 -0300
Owen Stairs <[email protected]> wrote:
and then run wineprefixcreate
perhaps that will help
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Owen Stairs <[email protected]> wrote:
You can try to remove .wine/drive_c/windows and .wine/drive_c/program filesI was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Owen Stairs
and then run wineprefixcreate
perhaps that will help
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Re: Cleaning up a WINE install.
In case you didn't know that is what 'rm -rf ~/.wine' does, plus few more helpful things. All in one command! Removing files without cleaning registry is WRONG and will harm even windows. It for sure _WILL_ break Wine or rather programs that see stuff in registry yet can't find it on the disk.Marcel W. Wysocki wrote:On Mon, 21 Apr 2008 09:40:24 -0300
Owen Stairs <[email protected]> wrote:
You can try to remove .wine/drive_c/windows and .wine/drive_c/program filesI was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Owen Stairs
and then run wineprefixcreate
perhaps that will help
--
Marcel W. Wysocki <[email protected]>
Cleaning up a WINE install.
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Cleaning up a WINE install.
On Mon, 21 Apr 2008 12:07:30 -0500
"vitamin" <[email protected]> wrote:
anyways..
for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
--
Marcel W. Wysocki <[email protected]>
"vitamin" <[email protected]> wrote:
well, he didnt really want to remove all of his software installedMarcel W. Wysocki wrote:In case you didn't know that is what 'rm -rf ~/.wine' does, plus few more helpful things. All in one command! Removing files without cleaning registry is WRONG and will harm even windows. It for sure _WILL_ break Wine or rather programs that see stuff in registry yet can't find it on the disk.On Mon, 21 Apr 2008 09:40:24 -0300
Owen Stairs <[email protected]> wrote:
You can try to remove .wine/drive_c/windows and .wine/drive_c/program filesI was installing a game, and I made the mistake of agreeing to install
DirectX. I'm guessing this can screw up your WINE. Is there any way to
clean up my WINE after doing something like that without having to
reinstall all my software?
Owen Stairs
and then run wineprefixcreate
perhaps that will help
--
Marcel W. Wysocki <[email protected]>
anyways..
for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
--
Marcel W. Wysocki <[email protected]>
Re: Cleaning up a WINE install.
I'd like you to show how well that "cleaner" removes Wine specific stuff? Or the invalid windows configuration?Marcel W. Wysocki wrote:for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
Most of such "cleaners" will corrupt registry beyond repair or won't do anything useful at all.
Cleaning up a WINE install.
On Mon, 21 Apr 2008 15:46:51 -0500
"vitamin" <[email protected]> wrote:
it cleans registry entries for:
missing shared dlls
unused file extensions
activex and class issues
applications
fonts
application paths
help files
installers
obsolete software
run at startip
start menu ordering
mui chache
the only stuff it removed but shouldnt is the font stuff or sth but thats recreated once i run wine again (and might as well be disabled in the program)
so far it did not break any functionality here and did a great job keeping my registry clean after removing software when uninstaller failed
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
"vitamin" <[email protected]> wrote:
it works quite well hereMarcel W. Wysocki wrote:I'd like you to show how well that "cleaner" removes Wine specific stuff? Or the invalid windows configuration?for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
Most of such "cleaners" will corrupt registry beyond repair or won't do anything useful at all.
it cleans registry entries for:
missing shared dlls
unused file extensions
activex and class issues
applications
fonts
application paths
help files
installers
obsolete software
run at startip
start menu ordering
mui chache
the only stuff it removed but shouldnt is the font stuff or sth but thats recreated once i run wine again (and might as well be disabled in the program)
so far it did not break any functionality here and did a great job keeping my registry clean after removing software when uninstaller failed
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Cleaning up a WINE install.
On Mon, 21 Apr 2008 15:46:51 -0500
"vitamin" <[email protected]> wrote:
http://www.ccleaner.com/
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
"vitamin" <[email protected]> wrote:
i forgot to mention it has an english website as wellMarcel W. Wysocki wrote:I'd like you to show how well that "cleaner" removes Wine specific stuff? Or the invalid windows configuration?for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
Most of such "cleaners" will corrupt registry beyond repair or won't do anything useful at all.
http://www.ccleaner.com/
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Re: Cleaning up a WINE install.
I haven't tried it in wine yet, but I have to say that CCleaner is the only program of its sort that I trust in Windows. (You're right, most are useless or dangerous.) CCleaner shows the user a list of things it thinks should be deleted, along with the reason why it thinks they should be deleted. The user has the option to accept or reject any of the recommendations, so it should be safe for users who are paying attention to what they are doing. It's rated platinum in the AppDB.vitamin wrote:I'd like you to show how well that "cleaner" removes Wine specific stuff? Or the invalid windows configuration?Marcel W. Wysocki wrote:for the registry stuff i use ccleaner (www.ccleaner.de)
its a nice tool to clean up the windows registry and even works great in wine
Most of such "cleaners" will corrupt registry beyond repair or won't do anything useful at all.