Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
Hello, I am new at linux / debian. I installed debian yesterday. I followed the tutorial to install firefox. http://www.linuxforums.org/forum/deb...bian-etch.html I can see the firefox folder in /opt so I ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    18

    firefox on debian

    Hello,

    I am new at linux / debian. I installed debian yesterday.
    I followed the tutorial to install firefox.
    http://www.linuxforums.org/forum/deb...bian-etch.html

    I can see the firefox folder in /opt
    so I think everything went well

    on my install I did not get firefox1.5 as mentioned in the article but I did get the epiphany browser.

    I don't know where the the "firefox panel icon" is to start firefox.
    Can someone help me to figure out how to start firefox and how to get an icon on the desktop to start firefox ?

    kind regards
    anatak

  2. #2
    Linux User Agent-X's Avatar
    Join Date
    May 2005
    Location
    Dimension X
    Posts
    261
    Use the top panel to add firefox into the menu. This is a feature of GNOME.
    Other than that, if you quickly wish to open firefox...

    1. Open a terminal
    2. Type in

    firefox

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    18
    why is it that when I type firefox in a terminal iceweasel starts ?
    Is Ice weasel the debian firefox version ?

    slightly confused here

    anatak

  4. #4
    Linux User Agent-X's Avatar
    Join Date
    May 2005
    Location
    Dimension X
    Posts
    261
    Quote Originally Posted by anatak View Post
    why is it that when I type firefox in a terminal iceweasel starts ?
    Is Ice weasel the debian firefox version ?

    slightly confused here

    anatak
    Yes/no.

    Iceweasel is a pseudo-alternative to firefox.

    To sum things up, Debian didn't like the licensing/copyright policies of firefox, so Iceweasel is being used. Iceweasel and firefox are almost the same thing, though.

    GNU IceCat - Wikipedia, the free encyclopedia

    If you did install firefox, however, it's probably in the /usr folder somewhere. You'll have to be root and go search for it. Maybe use the find tool.

  5. #5
    Just Joined!
    Join Date
    Jan 2008
    Posts
    18
    I see
    well my firefox is in /opt
    I went into /opt/firefox
    and then typed firefox as root but it still opens iceweasel.

    or do I have to do something else ?

    After reading the wikipedia page I am even more confused.
    Is Icecat the new iceweasel or is it another different build ?

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    If you installed firefox in /opt, then you need to enter the command /opt/firefox/firefox in order to execute your version of Firefox. My personal take on the whole iceweasel thing is that its a waste of time and effort and causes a lot if confusion at times.

  7. #7
    Just Joined!
    Join Date
    Jan 2008
    Posts
    18
    well I tried /opt/firefox/firefox but it still opens Iceweasel.

    I understand why debian wanted to have iceweasel but I have to agree with daark child.

    It is confusing.

    I guess I will have to work with iceweasel untill I know my way around debian better and then try to install it again.

    now I am going to try to install thunderbird and I hope that I can get that to work otherwise I ll have to go back to windows for working and use linux just for messing around.
    anatak

  8. #8
    Linux User Agent-X's Avatar
    Join Date
    May 2005
    Location
    Dimension X
    Posts
    261
    Unless the firefox you just installed was an accidental install of iceweasel, you ought to be able to open it through nautilus.
    I suspect iceweasel is being called (being aliased as) firefox in one of the folders.
    You will have to determine which one is firefox.

  9. #9
    Just Joined!
    Join Date
    Jan 2008
    Posts
    18
    well it is really weird.
    I downloaded the tar.gz from mozilla.org
    and unpacked it in a folder on the desktop
    if I navigate to that folder and double click firefox (shell script)
    it still opens up iceweasel.

    anatak

  10. #10
    Just Joined!
    Join Date
    Jan 2008
    Posts
    17
    I have Mozilla Firefox running on my Debian Desktop. Iceweasel should be just fine. But if you hate using it install firefox. Ive followed that guide couple of times. But it has its errors.

    Alright open up terminal.
    Login under root.

    # ln -sf /opt/firefox/firefox /usr/bin/firefox

    Should do the trick. To know if your running firefox.

    #su <username>
    $firefox

    And you should see the origenal firefox icon on the top left.
    Or click: Help > About Mozilla FireFox
    And you should get this:

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •