Results 1 to 4 of 4

Thread: HOW TO: Instant firefox launching using Alltray...

  1. #1
    Join Date
    Apr 2005
    Beans
    94

    HOW TO: Instant firefox launching using Alltray...

    If you are like me you use firefox alot through out the day and are constently opening and closing it
    either to save on desktop clutter or just out of habit, with this how to you will be able to launch and instant firefox window simply by pressing F12 or if you launch firefox thru a menu option it will open much faster.
    What we will be doing is using alltray to launch a firefox session at the beginning of our gnome session and hiding it in the background only to show it when one presses F12.

    First off you need Alltray...

    Code:
    sudo gedit /etc/apt/sources.list
    add...

    Code:
    deb http://asher256-repository.tuxfamily.org dapper main dupdate french
    deb http://asher256-repository.tuxfamily.org ubuntu main dupdate french
    to the sources list

    Code:
    sudo apt-get update
    sudo apt-get install alltray
    -------------------------------------------------------------------------------------------------

    now we install our custom firefox script...

    Code:
    wget http://jimmyjazz.homeip.net:808/quick_firefox.tar.gz
    
    tar xfv ./quick_firefox.tar.gz
    
    cd ./quick_firefox/
    
    sudo cp ./firefox-alltray /usr/lib/firefox/firefox-alltray
    
    sudo ln /usr/lib/firefox/firefox-alltray -s /usr/bin/firefox-alltray
    Now goto System>Preferences>Sessions>Startup Prgrams and add a new entry that launches the command firefox-alltray

    Done!

    Whenever you need a quick browser you can press F12 to bring one up and press F12 again to hide it.

  2. #2
    Join Date
    Jun 2006
    Location
    /Earth/Asia/Vietnam
    Beans
    211
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOW TO: Instant firefox launching using Alltray...

    Thanks, this is useful and handy
    .:.:.[)[@[)|2.:.:.
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side-effect." -- Linus Torvald.

  3. #3
    Join Date
    Apr 2006
    Beans
    141

    Re: HOW TO: Instant firefox launching using Alltray...

    Any tips for using this in xfce?

    Thanks

  4. #4
    Join Date
    Sep 2006
    Location
    Sweden/Skane
    Beans
    951
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOW TO: Instant firefox launching using Alltray...

    why french?
    Do you really belive windows BS? Try linux use something fresh not something old and refurbished!!

Bookmarks

Posting Permissions

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