View Single Post

   
  #3 (permalink)  
Old 02-21-2008, 06:38 AM
Holger Doerschel
 
Posts: n/a
Default Re: firefox installation

Bernhard Albers wrote:

> cat -n /usr/bin/firefox
> 1**#!/bin/bash
> 2**#
> 3**#*Copyright*1999-2004*Gentoo*Technologies,*Inc.
> 4**#*Distributed*under*the*terms*of*the*GNU*Genera l*Public*License,*v2
> or later
> 5**#
> $Header: /home/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v
> 1.2 2004/02/15 01:41:04 agriffis Exp $
> 6
> 7**#*Set*MOZILLA_NEWTYPE*to*"window"*in*your*envir onment*if*you*prefer
> 8**#*new*Firefox*windows*instead*of*new*tabs
> 9**newtype=${MOZILLA_NEWTYPE:-"tab"}
> 10
> 11**#*Point*this*to*your*Firefox*installation*if*n ot*using*the*default
> 12**export*MOZILLA_FIVE_HOME="/usr/lib/MozillaFirefox"
> 13**ffpath=${MOZILLA_FIVE_HOME}


line 13: chanege in fbpath=${MOZILLA_FIVE_HOME}

regarts

Holger
Reply With Quote