It's kind of sad nobody noticed this for so long, but it seems the new visual regedit tool caused a major regression in the ./tools/wineinstall script - of course rather than simply importing the winedefault.reg file it now pops up the regedit window.
I'd submit a patch but I have no idea why this happens - the new regedit *does* support importing reg files from the command line right?
thanks -mike
Le mar 23/09/2003 à 07:09, Mike Hearn a écrit :
It's kind of sad nobody noticed this for so long, but it seems the new visual regedit tool caused a major regression in the ./tools/wineinstall script - of course rather than simply importing the winedefault.reg file it now pops up the regedit window.
That's the behaviour of 20030813, but it's fixed in 20030911.
I'd submit a patch but I have no idea why this happens - the new regedit *does* support importing reg files from the command line right?
There was a small problem in the detection of a file on the commandline and what to do with it. Fixed by http://www.winehq.org/hypermail/wine-patches/2003/08/0102.html.
Vincent
On Tue, 2003-09-23 at 13:26, Vincent Béron wrote:
There was a small problem in the detection of a file on the commandline and what to do with it. Fixed by http://www.winehq.org/hypermail/wine-patches/2003/08/0102.html.
Ah genius. That'd be why "nobody had noticed" :) I saw a few people with this problem on IRC, didn't realise it was already fixed. Will check next time....