On Sun, 16 Apr 2000, you wrote:
> Hi,
>
> I saw a screenshot on the mandrake site that had the linux operating system
> running with a window open running windows. I need this because I have one
> of the only cable modems in the dang country that you have to force to dial
> (it sends through phone, receives through cable).
>
> It works fine if I boot to windows and force it to dial, then restart in
> linux while it is still connected. If I could open windows while in linux I
> could make it dial that way. Can someone help me?
The program they use is called VMWare. You can check it out at www.vmware.com .
It's pretty cool, and I want to get it eventually. It isn't open sourced
though, so you're going to have to shell out about a $100 for it. But from what
I've heard, it's well worth it.
>
> I also downloaded and installed mozilla 15 today... Is there any way to
> start it without typing the command in the console? It keeps the console
> open that way...
Someone wrote a "how-to" on how to do it and mailed it to this list, so I just
copied it to here:
-----------------------------------------------
Quite a few people here asked how to run this new netscape, and the answers
generally were: "cd into the newly created dir and type ./netscape or
./mozilla".
However, there is an easy way to running it from any dir. First, move the newly
created dir to wherever you want it, and rename it if you like (really, they
could have come up with a more descriptive name than "package", right?). In my
case I moved everything to /usr/local/netscape-v600/ so I'll be using this one
as example.
Then, in this new dir, edit 2 files. The first file to edit is the file called
"netscape" which is in fact a simple shell-script.
There you must change these lines: (originals are the ones starting with "#")
# dist_bin=""
dist_bin="/usr/local/netscape-v600"
# MOZILLA_BIN="./mozilla-bin"
MOZILLA_BIN="$dist_bin/mozilla-bin"
Then save this file and open the file called "run-mozilla.sh" and change this:
# MOZ_DIST_BIN=""
MOZ_DIST_BIN="/usr/local/netscape-v600"
Now you should be able to start it without cd'ing into the mozilla dir. Handy
for creating a desktop button that launches "/usr/local/netscape-v600/netscape".
If you want your old bookmarks under the new mozilla, simply copy your
~/.netscape/bookmarks.html to ~/.mozilla/PROFILE-NAME/bookmarks.html (where
PROFILE-NAME is the name of the profile you created. Go look in the ~/.mozilla
dir if you forgot what you named it. You'll loose the new mozilla bookmarks, but
then again. Who ever uses the preloaded bookmarks that come with the browser? If
you really want to have them, well... Do some html-editing to merge both files
in one.
Rial Juan <http://nighty.ulyssis.org>
e-mail: [EMAIL PROTECTED]
Belgium tel: (++32) 89/856533
ulyssis system admininstrator <http://www.ulyssis.org>
---------------------------------------------------
Anyway his directions work for me, and I have a button in Gnome to launch it
for me. And just to add something, you can find the mozilla icon to use in
/the_path_to_mozilla/package/icons/mozicon*.xpm
--
Anthony Huereca
http://m3000.1wh.com
Computers are not intelligent. They only think they are.