Link to home
Start Free TrialLog in
Avatar of TrevorNesbit
TrevorNesbit

asked on

New Linux User

I have installed Mandrake 10.0 community distro.  I am a long time windows user.  I installed mozilla, but I cannot seem to figure out where it is installing.  In my user directory i have only temp and a link to my desktop.  I don't see where it created a directory. Please offer some direction to get me started... Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Luxana
Luxana
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
basicaly if you want to run mozilla just run command:

# mozilla

This depends on how you installed it, but if you used the Mandrake built in
tools to install your web browser

To do it by command (more convenient IMO):
Hit Alt + F2
type mozilla    and press enter

alternatively, bring up the menu in your windowing interface
for KDE... the big picture at the lower left hand corner of the screen click there
for Gnome, upper left hand corner of the screen  "Applictions" menu

Internet > Web Browsers > Mozilla
the binary should be
 /usr/bin/mozilla

and your  Mozilla preferences files (history, bookmarks, etc)
in   /home/yourusername/.mozilla
otherwise known as ~/.mozilla
for find out where is binary you can use command which:

# which mozilla

Avatar of hoonexpert
hoonexpert

I hv not used mandrake but hope my redhat experience will help.

First thing first.

1. Locate mozilla is installed or not
#rpm -q mozilla
should gv u the version of mozilla installed. mine gv mozilla-1.2.1-26
#rpm -ql mozilla
gives all the files installed by mozilla
#rpm -ql mozilla | grep bin
gives mozilla executable or binary location. mine gave /usr/bin/mozilla

Now goto GUI mode with startx. Goto Panel area and right click -> select Add to Panel -> Select Launcher -> Give any name,generic name, comment and in command box give /usr/bin/mozilla and type as Application. Select any by clicking No icon button if u want and then click ok.

Now u will see the button on your panel with icon u just selected. Click it to check.

Hope it helps.

Manish Shah.
Baroda.
India.


Avatar of TrevorNesbit

ASKER

Thanks all for your advice here, but I found that mozilla was installing to a temporary location with the packaged installer.  I solved the issue by re-installing to a permanent location in my user directory, then using the menudrake I added an icon to my gui.  

The #updatedb and #locate commands best helped me to discern that i had not correctly installed the program...