Skip site navigation (1)Skip section navigation (2)
Date:      05 Mar 2003 19:26:28 +0100
From:      Franz Klammer <klammer@webonaut.com>
To:        Randy Bush <randy@psg.com>
Cc:        Joe Marcus Clarke <marcus@marcuscom.com>, freebsd gnome <freebsd-gnome@FreeBSD.ORG>
Subject:   Re: flash in the pan
Message-ID:  <1046888788.651.39.camel@ds9.webonaut.com>
In-Reply-To: <E18qcx8-00021f-00@roam.psg.com>
References:  <E18n9UK-000ERM-00@roam.psg.com> <1046096277.306.54.camel@gyros> <E18qWVj-00011w-00@roam.psg.com> <1046874906.309.25.camel@gyros> <E18qcDs-0001vm-00@roam.psg.com> <1046885677.309.49.camel@gyros> <E18qcx8-00021f-00@roam.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Mi, 2003-03-05 um 18.45 schrieb Randy Bush:
> >> # vi /usr/X11R6/bin/mozilla
> >> etc.  perhaps the last should have been to the galeon executable?
> > Are you setting LD_PRELOAD correctly before starting your browser?
> 
> i.e. i should have hacked it into /usr/X11R6/bin/galeon
> 
> i have done so, and it works.  thanks.
> 

what i didn't understand in this case is why...

...flashpluginwrapper displays to install the flash-files 
   into /usr/X11R6/lib/mozilla/plugins and not into
   ${X11BASE}/lib/browser_plugins

...the LD_PRELOAD isn't predefined in the startup script 
   form galeon e.g.:

 if [ -f /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so ] ; then
  if [ -f /usr/X11R6/lib/browser_plugins/ShockwaveFlash.class ] ; then
    if [ -f /usr/local/lib/libflashplayer.so.1 ] ; then
	LD_PRELOAD=/usr/local/lib/libflashplayer.so.1
	export LD_PRELOAD
    fi
  fi
 fi

(ok, ok, ... there is surely a smarter way to test the existence of 
 the files ;)

franz.

> randy
> 
> 

-- 
WEBONAUT.com
http://webonaut.com
mailto:klammer@webonaut.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046888788.651.39.camel>