On Fri, 2005-03-11 at 06:20, Tony Lambregts wrote:
Mike Hearn wrote:
On Sun, 27 Feb 2005 14:53:51 -0700, Tony Lambregts wrote:
I had the same error but after some googling (for a good 20 minutes or so) I found the solution:
Adding
[Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\] "Programs"="c:\windows\Start Menu\Programs"
to my users.reg file in ~/.wine/ fixed the problem for me.
So it's a bug in Wine then. We should add this to the default registry!
I started a bug on this.
http://bugs.winehq.org/show_bug.cgi?id=2765
I think this is the correct spot to put this.
Change log: Add start menu entry to the default registry
Files changed: tools/wine.inf
Index: tools/wine.inf
RCS file: /home/wine/wine/tools/wine.inf,v retrieving revision 1.28 diff -u -r1.28 wine.inf --- tools/wine.inf 6 Jan 2005 20:42:10 -0000 1.28 +++ tools/wine.inf 11 Mar 2005 05:11:40 -0000 @@ -112,6 +112,7 @@ HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%" HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,"" HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1" +HKLM,Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders, "Programs",,"c:\windows\Start Menu\Programs"
Should we hard-code "c:\windows" ?
Apart from that, when I look at my WinXP system the entries are in:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
So there is probably more to it.
Cheers,
Paul.