Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 11:04:30 -0800
From:      Randy Bush <randy@psg.com>
To:        Franz Klammer <klammer@webonaut.com>
Cc:        Joe Marcus Clarke <marcus@marcuscom.com>, freebsd gnome <freebsd-gnome@FreeBSD.ORG>
Subject:   Re: flash in the pan
Message-ID:  <E18qeBt-00027Q-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> <1046888788.651.39.camel@ds9.webonaut.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 ;)

and why it's not more like

   for i in /usr/X11R6/lib/browser_plugins/*; do

randy


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?E18qeBt-00027Q-00>