Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I already download firefox 3, then, when I run that software, it stated that i have to install gtk2.12 or more but I already have gtk 2.8. Never mind, ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Location
    inside cave
    Posts
    8

    editing bashrc for firefox 3

    Hello,

    I already download firefox 3, then, when I run that software, it stated that i have to install gtk2.12 or more but I already have gtk 2.8. Never mind, I just overcome that situation by using the following guide.
    GTK+ Programming Tips and Tricks

    The following are the problems that I encountered,
    1. I create an Icon for this Firefox but it is still referring to the same error, 'you have to install gtk2.12'.
    2. I can ONLY run the command './firefox' in the same terminal after I put these three commands.
    # export PATH=/opt/bin:$PATH
    # export LD_LIBRARY_PATH=/opt/lib:$LD_LIBRARY_PATH
    # export PKG_CONFIG_PATH=/opt/lib/pkgconfig:/usr/lib/pkgconfig
    3. If I open new terminal, it wont works also.

    I try to put these commands into .bashrc but it also didn't works.
    May someone help me to solve this? Where should I edit?

    Thanks..
    Last edited by one_2_three; 06-18-2008 at 05:20 AM. Reason: not completed

  2. #2
    Just Joined! geniuz's Avatar
    Join Date
    Mar 2008
    Location
    Netherlands, Europe
    Posts
    71
    Have you tried creating a symbolic link for the three features ?

    You can for example do:
    ln -s /opt/bin/firefox ./firefox

Posting Permissions

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