MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've just installed mandrake on a new computer and I'm a bit lost. I was using windows xp and so this is a little different. The first thing I did was to download firefox, which worked, and then followed instructions on a thread here to install it through the konsole which also worked. However now I've closed firefox down I can't find it. I can find the file but don't know how to launch it. I'm finding this all a little difficult to get used to. Advice greatly appreciated. Thanks.
I'm using mandrake 10.1.
Also some advice has been given here about using easyurpmi but the page I'm taken to to set it up asks questions I don't know the answer to. About core distributions and architecture etc. I'm just quite lost right now.
Do you know which directory you installed it into? If you do, you can create a menu entry for Firefox using Menudrake or you can create a desktop shortcut.
One way to find files is to choose Find/Find Files in the main menu
Just enter "firefox*" (without the quotes), and make sure you are searching all directories - erase the "file:/home/user" and make it "file:/"
Firefox is probably in /usr/local/firefox
Once you find the directory firefox is in, add firefox to your menu by rightclicking on the main start menu icon and choose "Menu Editor" then "add application.
Give it any title you like, and as Command enter:
/your/firefox/directory/firefox
Searching under file:/ causes an error. So I search using file:/home/simon and as I say it comes up with the above. I've found the menu editor and add application. So I'll try typing what you said.
I'm not sure what to do. I didn't realise changing to linux would be so tricky. In reply yo longhorntx it doesn't like searching using just file:/ , I have to use file:/home.
Thanks. That just brings up /home/simon/.mozilla/firefox. I tried a search using firefox* and that did bring up quite a few file names but mostly for the firefox-installer. The file search doesn't like file:/ so it appears it must be in file:/home.
As root do a 'find / -name firefox-bin' . If you find that you can run firefox from that directory.
The firefox file is just a shell script that launches firefox-bin after setting up a few variables and paths.
If you don't find it you probably haven't installed firefox.
Yes I tried it and no such file exists. When I launched the installer through console it definately seemed to install to something like home/simon/firefox. So if it's not installed I don't know why.
This is how I did:
Downloaded the firefox installer from mozilla.org. Started a terminal and untarred the installer.
Changed to that directory and ran ./firefox-installer. At the "Setup Type" screen chose to change
"Destination Directory" to /home/myuser/FFOX-1.01 .
Now I can start it with '/home/myuser/FFOX-1.01/firefox'
I bet you forgot to change the installation directory. It defaults to the directory the installer is untarred to
(in my case /home/myuser/firefox-installer).
You can probably start it by running '/home/simon/firefox-installer/firefox' (if you untarred it in your home directory).
Thanks, I ran the installer from the console and firefox appeared. Now, do I need to save it somehow so it's easier to start. Also, java isn't working.
Just to add to this. It is asking me to install java manually either by Linux RPM (self extracting file) or Linux (self extracting file).
I found this thread using the Search as I am having a similar problem.
Using Mandrake 10.1, I pretty much had the same problem at first. I untarred it and forgot to change the installation directory. It installed to /home/buda/firefox-installer.
After resolving the GTK_IM_MODULE=xim ./firefox issue, i can now run it from the command line by [buda@192 firefox-installer]$ ./firefox
My question is how add a Firefox icon to the kicker menu, so that i can just double click it and open it as you would the terminal window or mozilla?
I can run it fine from terminal, but would prefer not to. Firefox is already set as my default browser.
Thanks.
Last edited by crnchyfrog; 05-31-2005 at 10:15 PM.
Right click on desktop - create new - file - link to application - click on icon to choose firefox logo - click on application tab - give a description if liked - under command write in what you do to launch it from the console ie the path to the file - click OK. You should then have the icon on your desktop which you can drag onto the taskbar. Is that what your asking?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.