Have to install mozilla by hand to use builtin iexplore?
I saw the iexplore patches go in on wine-cvs, so I refreshed my source tree just now with git and tried rm -rf ~/.wine iexplore http://google.com but I got Could not load Mozilla. HTML rendering will be disabled. To get it to work, I had to manually do wget http://ftp-mozilla.netscape.com/pub/mozilla.org/mozilla/releases/mozilla1.7.... wine mozilla-win32-1.7.13-installer.exe After that, iexplore worked (though without any navigation still). Isn't wine supposed to install mozilla by itself, or something? - Dan
On 7/3/06, Dan Kegel <dank(a)kegel.com> wrote:
Isn't wine supposed to install mozilla by itself, or something?
Based on this patch: http://www.winehq.org/pipermail/wine-patches/attachments/20060630/e66603b1/0... I'd say your registry hadn't been properly updated to the default now set by wine.inf. -Brian
On 7/3/06, Brian Vincent <brian.vincent(a)gmail.com> wrote:
Isn't wine supposed to install mozilla by itself, or something?
Based on this patch: http://www.winehq.org/pipermail/wine-patches/attachments/20060630/e66603b1/0...
I'd say your registry hadn't been properly updated to the default now set by wine.inf.
I moved my wine tree out of the way, got a fresh one, and the problem went away. There were 120 files that differed between the two. I'm starting to suspect my git-foo is poor... - Dan
participants (2)
-
Brian Vincent -
Dan Kegel