Linux-firefox does not start

2012-08-09 Thread Manish Jain


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The first 
time it ran, it did some checks. During this time there was an 
unexpected power loss. Since then whenever I try to start linux-firefox, 
I get the error message An instance of firefox is already. Close it or 
restart your system. But no solution works. I even did a 'make 
deinstall' followed by 'make install clean' a couple of times. All of no 
avail.


Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 

--
Regards

Manish Jain
+91-99620-10329

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Jeff Tipton

On 08/09/2012 11:02, Manish Jain wrote:


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The 
first time it ran, it did some checks. During this time there was an 
unexpected power loss. Since then whenever I try to start 
linux-firefox, I get the error message An instance of firefox is 
already. Close it or restart your system. But no solution works. I 
even did a 'make deinstall' followed by 'make install clean' a couple 
of times. All of no avail.


Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 

If firefox is really running, you may try killing it. To see if it's 
running, as root:

ps aux |grep firefox

One way of killing it (a dirty one):
killall firefox

OR look up the PID number for firefox (the first number from the left) 
that the above ps command shows you and


kill PID-number-of-firefox

Still struggling with getting Flash to work and that's why you installed 
linux-firefox instead of the native one? Sorry I didn't tell you last 
time more specifics than just following the Handbook, I thought it was 
detailed enough. How did you install the linux layer? Do you have linux 
kernel module loaded and the linproc filesystem mounted?


-Jeff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Ahmed Ossama
Your profile might have been damaged while it was being checked and the 
power loss occurred.


Try

$ mv .mozilla/firefox/ .mozilla/firefox.bak

and start firefox again.

On Thu, 9 Aug 2012 13:32:02 +0530, Manish Jain wrote:

Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The
first time it ran, it did some checks. During this time there was an
unexpected power loss. Since then whenever I try to start
linux-firefox, I get the error message An instance of firefox is
already. Close it or restart your system. But no solution works. I
even did a 'make deinstall' followed by 'make install clean' a couple
of times. All of no avail.

Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 


---
Best Regards,
Ahmed Ossama
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Thomas
Firefox keeps a lock file at $HOME/.mozilla/firefox/{hash.something}/lock .
Delete that and try again. Or just run firefox -no-remote -P and
create another profile. You should find backups of your bookmarks in
the older profile's folder, so you can recover them.

Greetings,
Thomas

Thu, Aug 09, 2012 at 01:00:32PM +0200, Ahmed Ossama:
  Your profile might have been damaged while it was being checked and the 
  power loss occurred.
 
  Try
 
  $ mv .mozilla/firefox/ .mozilla/firefox.bak
 
  and start firefox again.
 
  On Thu, 9 Aug 2012 13:32:02 +0530, Manish Jain wrote:
  Hi,
 
  I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The
  first time it ran, it did some checks. During this time there was an
  unexpected power loss. Since then whenever I try to start
  linux-firefox, I get the error message An instance of firefox is
  already. Close it or restart your system. But no solution works. I
  even did a 'make deinstall' followed by 'make install clean' a couple
  of times. All of no avail.
 
  Can anyone please point out what I need to do to get linux-firefox to 
  start ?
 
 
  Thank you 
 
  ---
  Best Regards,
  Ahmed Ossama
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Bernt Hansson

On 2012-08-09 10:02, Manish Jain wrote:


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The first
time it ran, it did some checks. During this time there was an
unexpected power loss. Since then whenever I try to start linux-firefox,
I get the error message An instance of firefox is already. Close it or
restart your system. But no solution works. I even did a 'make
deinstall' followed by 'make install clean' a couple of times. All of no
avail.

Can anyone please point out what I need to do to get linux-firefox to
start ?


You need to remove the .parentlock file which is at

/usr/home/user/.mozilla/firefox/random.default/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: printing from inside Linux firefox

2010-12-06 Thread Dan Strick
On Fri, 4 Dec 2010, Warren Block responded to my previous email:

  On Fri, 3 Dec 2010, Dan Strick wrote:
 
  I tried /usr/ports/www/firefox which installs as firefox3, a native
  FreeBSD Firefox program.  It will print via lpr, but It won't
  do flash.
 
 Actually, it will.
 
   I tried the flashplugin-mozilla port, but it just causes a
  segmentation violation when I visit a page with flash items.
 
 Yes, that's not the right plugin.  Deinstall it and follow the Handbook 
 Flash instructions:

The flashplugin-mozilla port does indeed seem to be the wrong port and
the nspluginwrapper port mentioned in the FreeBSD Handbook does indeed
work, but there were a couple of glitches:

1) The plugin was installed in $HOME/.mozilla/plugins where Linux firefox
   executables also find it and then choke on the FreeBSD ELF file.  I fixed
   the problem by moving the plugin to /usr/local/lib/firefox3/plugins.

   Using a single .directory for multiple browsers is probably a very
   bad idea if it contains stuff which is not the same for all versions
   of all browsers.  I am not sure what a better alternative should look like.
   One possibility would be to have directories in $HOME/.mozilla with
   names like plugins-version-name.

2) The nspluginwrapper produces these warning messages:

   *** NSPlugin Viewer  *** WARNING: unhandled variable 18 (unknown variable)
   in NPN_GetValue()
   *** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()

   I can't solve this problem because the nspluginwrapper does not seem to
   come with any documentation.  Documentation would be noce since the
   nspluginwrapper claims to support other types of plugin but gives no hint
   about how to install them.

Thanks,
Dan Strick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: printing from inside Linux firefox

2010-12-06 Thread Dan Strick
On Sat 4 Dec 2010, Frank Shute responded to my previous question:

 On Fri, Dec 03, 2010 at 07:22:34PM -0800, Dan Strick wrote:
 
  ...
 
  I tried printing to a file, but both the Linux and FreeBSD Firefox
  programs create slightly strange postscript and pdf files which seem
  to display correctly via the ghostscript and acroread programs but
  won't print correctly on my postscript printer (a Brother HL-1270N).
 
 Firefox produces OK postscript. Your printer setup is borked. Try
 using lpr and doing away with CUPS is my advice. Then you can send ps
 directly to the printer.
 
 Below are the important files for my postscript printer. I just
 convert everything to postscript before I lpr it.

I don't use CUPS.  My only interest in CUPS is that modern Linux binaries
often use it and I would like to know how to configure /compat/linux so
that printing works.  My FreeBSD system uses lpr.  My printcap entry
looks like this:  (the printer has an ethernet interface)

ps0|ps|Brother HL-1270N:\
:sh:rw:mx#3:\
:lp=9...@br-hl-1270n:sd=/var/spool/lp/ps0:lf=/var/log/lpd-errs:

I also convert everything to postscript before I lpr it.

My printer setup is not borked.  All postscript files other than those
produced by firefox (e.g. those produced by enscript or groff -Tps)
work just fine.

My printer may be a little strange.  I am not sure its postscript
interpreter is precisely correct.

Thanks,
Dan Strick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: printing from inside Linux firefox

2010-12-06 Thread Warren Block

On Mon, 6 Dec 2010, Dan Strick wrote:


My printer setup is not borked.  All postscript files other than those
produced by firefox (e.g. those produced by enscript or groff -Tps)
work just fine.

My printer may be a little strange.  I am not sure its postscript
interpreter is precisely correct.


PostScript emulations vary in quality.

ps2ps or ps2ps2 (it's like typing 'banana') may produce output more 
acceptable to Brother's PS emulator.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: printing from inside Linux firefox

2010-12-04 Thread Warren Block

On Fri, 3 Dec 2010, Dan Strick wrote:


I tried /usr/ports/www/firefox which installs as firefox3, a native
FreeBSD Firefox program.  It will print via lpr, but It won't
do flash.


Actually, it will.


 I tried the flashplugin-mozilla port, but it just causes a
segmentation violation when I visit a page with flash items.


Yes, that's not the right plugin.  Deinstall it and follow the Handbook 
Flash instructions:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html#MOZ-FLASH-PLUGIN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: printing from inside Linux firefox

2010-12-04 Thread Frank Shute
On Fri, Dec 03, 2010 at 07:22:34PM -0800, Dan Strick wrote:

 I am running FreeBSD release 8.1.  I normally run a Linux Firefox
 (currently version 3.5.15) because I need the flash plugin
 (/usr/ports/www/linux-f10-flashplugin10).  I also need to print web pages
 on occasion but the Linux Firefox does not recognize the printers attached
 to my system.  It writes warning/error messages like this in the window
 from which I ran the Firefox program:
   (firefox-bin:77065): Gtk-WARNING **: libcups.so.2: cannot open shared 
 object file: No such file or directory
 
 If I copy the missing library (from Fedora 10 Linux) into /compat/linux,
 Firefox complains about another missing library.  If I give it more
 libraries until it shuts up, it still does not find my printers.  I
 speculated that cups requires additional configuration, so I created the
 file /compat/linux/etc/cups/pinters.conf with a DefaultPrinter ps0
 entry, but Firefox still won't recognize my printer and it produces
 no warning/error messages that might give me a hint.
 
 Obviously, I don't know what I am doing.  Can this be made to work?
 
 I tried /usr/ports/www/firefox which installs as firefox3, a native
 FreeBSD Firefox program.  It will print via lpr, but It won't
 do flash.  I tried the flashplugin-mozilla port, but it just causes a
 segmentation violation when I visit a page with flash items.
 (Oddly enough, if I install linux-f10-flashplugin10 in a recent 3.6.xxx
 version of Linux Firefox, it seems to fail in the same way.)
 
 I tried printing to a file, but both the Linux and FreeBSD Firefox
 programs create slightly strange postscript and pdf files which seem
 to display correctly via the ghostscript and acroread programs but
 won't print correctly on my postscript printer (a Brother HL-1270N).

Firefox produces OK postscript. Your printer setup is borked. Try
using lpr and doing away with CUPS is my advice. Then you can send ps
directly to the printer.

Below are the important files for my postscript printer. I just
convert everything to postscript before I lpr it.

$ cat /etc/printcap

lexmark|local:\
:lp=/dev/lpt0:\
:if=/home/frank/bin/myfilter:\
:sd=/var/spool/lpd/lexmark:\
:lf=/var/spool/lpd/lexmark/log:\
:af=/var/spool/lpd/lexmark/acct:\
:mx:\
:sh:

$ cat /home/frank/bin/myfilter

#!/bin/sh
#

cat - 
echo \f



 I tried Linux Opera.  It fails just like the Linux Firefox.
 This is actually a serious problem.  There are sometimes when I just
 *have* to be able to save a postscript image (e.g. a map) and print
 it later.
 
 My sister tells me that I should be using MS Windows because that always
 works correctly.  I don't know how to prove her wrong.
 

You can prove her wrong by reading the handbook and installing flash
with the native Firefox; it works fine for me.

 Help!
 
 Dan Strick

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


printing from inside Linux firefox

2010-12-03 Thread Dan Strick
I am running FreeBSD release 8.1.  I normally run a Linux Firefox
(currently version 3.5.15) because I need the flash plugin
(/usr/ports/www/linux-f10-flashplugin10).  I also need to print web pages
on occasion but the Linux Firefox does not recognize the printers attached
to my system.  It writes warning/error messages like this in the window
from which I ran the Firefox program:
(firefox-bin:77065): Gtk-WARNING **: libcups.so.2: cannot open shared 
object file: No such file or directory

If I copy the missing library (from Fedora 10 Linux) into /compat/linux,
Firefox complains about another missing library.  If I give it more
libraries until it shuts up, it still does not find my printers.  I
speculated that cups requires additional configuration, so I created the
file /compat/linux/etc/cups/pinters.conf with a DefaultPrinter ps0
entry, but Firefox still won't recognize my printer and it produces
no warning/error messages that might give me a hint.

Obviously, I don't know what I am doing.  Can this be made to work?

I tried /usr/ports/www/firefox which installs as firefox3, a native
FreeBSD Firefox program.  It will print via lpr, but It won't
do flash.  I tried the flashplugin-mozilla port, but it just causes a
segmentation violation when I visit a page with flash items.
(Oddly enough, if I install linux-f10-flashplugin10 in a recent 3.6.xxx
version of Linux Firefox, it seems to fail in the same way.)

I tried printing to a file, but both the Linux and FreeBSD Firefox
programs create slightly strange postscript and pdf files which seem
to display correctly via the ghostscript and acroread programs but
won't print correctly on my postscript printer (a Brother HL-1270N).
I tried Linux Opera.  It fails just like the Linux Firefox.
This is actually a serious problem.  There are sometimes when I just
*have* to be able to save a postscript image (e.g. a map) and print
it later.

My sister tells me that I should be using MS Windows because that always
works correctly.  I don't know how to prove her wrong.

Help!

Dan Strick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Printing from linux-firefox

2010-08-01 Thread Wayne Sierke
On Mon, 2010-07-26 at 15:00 +0930, Malcolm Kay wrote:
 Having trouble getting flshh to work with native firefox,
 I decided to try one or other of the linux versions.
 
 With
 linux-firefox-devel-3.5.9
 I was able to get flash wworking OK.
 But the linux version does not find any any printer access.
 I am using (traditional) lpd for spooling to a Postscript
 network printer.
 
 Is there something I need to do so that the linux emulation is 
 aware of the native level lpd spooler?
 
 The native version of firefox finds my printer OK.
 
 Any help appreciated.
 
 Malcolm

Hi Malcolm,

I don't use linux-firefox but have previously encountered problems
printing via lpd from Acrobat Reader which use the linux compatibility
sub-system.

You might find the thread containing this message useful for a little
background info:

http://lists.freebsd.org/pipermail/freebsd-emulation/2007-April/003469.html

It looks as though the linux_base package now includes the lp script
suggested in that message:

%cat /usr/compat/linux/usr/bin/lp
#!/bin/sh -
exec /usr/bin/lpr $@
%pkg_which /usr/compat/linux/usr/bin/lp
linux_base-fc-4_15

For some time now I have been happily printing via lpd from Acrobat
Reader to a network-connected postscript printer by selecting the
Custom printer option in Acrobat Reader's print dialogue using its
default /usr/bin/lp command.

I can't run the native firefox that I normally use at the moment so
cannot check what options firefox offers in its print dialogue but I
hope this info gives you some kind of lead to help you resolve the
problem.


Wayne


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Printing from linux-firefox

2010-07-25 Thread Malcolm Kay
Having trouble getting flshh to work with native firefox,
I decided to try one or other of the linux versions.

With
linux-firefox-devel-3.5.9
I was able to get flash wworking OK.
But the linux version does not find any any printer access.
I am using (traditional) lpd for spooling to a Postscript
network printer.

Is there something I need to do so that the linux emulation is 
aware of the native level lpd spooler?

The native version of firefox finds my printer OK.

Any help appreciated.

Malcolm

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re : Why Linux Firefox doesn't play flash movies?

2010-02-15 Thread Alexandre L.
I can play Youtube movies using Firefox 3.5.x or Firefox 3.6, and 
linux-f10-flashplugin10 10.0r45.

I followed the tutorial : http://forums.freebsd.org/showthread.php?t=5786

I'm pretty sure this will work for you.

---
Alexandre

--- En date de : Lun 15.2.10, Yuri y...@rawbw..com a écrit :

 De: Yuri y...@rawbw.com
 Objet: Why Linux Firefox doesn't play flash movies?
 À: freebsd-questions@freebsd.org
 Date: Lundi 15 Février 2010, 2h58
 In order to enable Flash I installed
 linux-firefox-devel-3.5.7 and
 linux-f10-flashplugin-10.0r45.
 They together pulled whole lot of other ports, see list
 below.
 
 But flash still doesn't work: youtube.com shows black
 windows instead.
 I tried windows firefox under wine, but it has a lot of
 side-effects, since wine is perpetually buggy.
 
 Anybody is able to play flash movies?
 
 Thanks,
 Yuri
 
 
 List of all linux ports installed:
 linux-dri-7.4_1     Mesa-based DRI
 libraries, drivers and binaries (Linux Ubunt
 linux-f10-alsa-lib-1.0.21_1 The Advanced Linux Sound
 Architecture libraries (Linux Fedo
 linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386
 binary (Linux Fedora 10)
 linux-f10-cairo-1.8.0 Vector graphics library Cairo (Linux
 Fedora 10)
 linux-f10-curl-7.19.6 The command line tool for
 transferring files with URL synta
 linux-f10-cyrus-sasl2-2.1.22 RFC  SASL (Simple
 Authentication and Security Layer) (L
 linux-f10-dbus-glib-0.76 GLib bindings for D-Bus (Linux
 Fedora 10)
 linux-f10-dbus-libs-1.2.4 Libraries for accessing D-BUS
 (Linux Fedora 10)
 linux-f10-expat-2.0.1 Linux/i386 binary port of Expat
 XML-parsing library (Linux
 linux-f10-flashplugin-10.0r45 Adobe Flash Player NPAPI
 Plugin
 linux-f10-fontconfig-2..6.0 An XML-based font configuration
 API for X Windows (Linux Fe
 linux-f10-gdk-pixbuf-0.22.0 Image loading library for GTK+
 (Linux Fedora 10)
 linux-f10-gtk2-2.14.7 GTK+ library, version 2.X (Linux
 Fedora 10)
 linux-f10-hicolor-icon-theme-0.5 A high-color icon theme
 shell from the FreeDesktop project
 linux-f10-jpeg-6b   RPM of the JPEG lib
 (Linux Fedora 10)
 linux-f10-libsigc++20-2.2.2 Callback Framework for C++
 (Linux Fedora 10)
 linux-f10-libssh2-0.18 The library implementing the SSH2
 protocol (Linux Fedora 10
 linux-f10-libxml2-2.7.3_2 Library providing XML and HTML
 support (Linux Fedora 10)
 linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux
 Fedora 10)
 linux-f10-nss-3.12.2.0 Network Security Services (Linux
 Fedora 10)
 linux-f10-openldap-2.4.12_1 Lightweight Directory Access
 Protocol libraries (Linux Fedo
 linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora
 10)
 linux-f10-pango-1.22.3 The pango library (Linux Fedora 10)
 linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10)
 linux-f10-sqlite3-3.5.9_1 The library that implements an
 embeddable SQL database engi
 linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary
 (Linux Fedora 10)
 linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10)
 linux-firefox-devel-3.5.7 Web browser based on the browser
 portion of Mozilla
 linux-nvu-1.0_1     A complete Web
 Authoring System
 linux_base-f10-10_2 Base set of packages needed in Linux
 mode for i386/amd64 (L
 
 ___
 freebsd-questions@freebsd.org
 mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why Linux Firefox doesn't play flash movies?

2010-02-15 Thread Bruce Cran
On Monday 15 February 2010 13:53:27 Alexandre L. wrote:
 I can play Youtube movies using Firefox 3.5.x or Firefox 3.6, and
  linux-f10-flashplugin10 10.0r45.
 
 I followed the tutorial : http://forums.freebsd.org/showthread.php?t=5786

There are also good instructions at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-
browsers.html

-- 
Bruce Cran


signature.asc
Description: This is a digitally signed message part.


Why Linux Firefox doesn't play flash movies?

2010-02-14 Thread Yuri
In order to enable Flash I installed linux-firefox-devel-3.5.7 and 
linux-f10-flashplugin-10.0r45.

They together pulled whole lot of other ports, see list below.

But flash still doesn't work: youtube.com shows black windows instead.
I tried windows firefox under wine, but it has a lot of side-effects, 
since wine is perpetually buggy.


Anybody is able to play flash movies?

Thanks,
Yuri


List of all linux ports installed:
linux-dri-7.4_1 Mesa-based DRI libraries, drivers and binaries 
(Linux Ubunt
linux-f10-alsa-lib-1.0.21_1 The Advanced Linux Sound Architecture 
libraries (Linux Fedo
linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386 binary (Linux 
Fedora 10)

linux-f10-cairo-1.8.0 Vector graphics library Cairo (Linux Fedora 10)
linux-f10-curl-7.19.6 The command line tool for transferring files with 
URL synta
linux-f10-cyrus-sasl2-2.1.22 RFC  SASL (Simple Authentication and 
Security Layer) (L

linux-f10-dbus-glib-0.76 GLib bindings for D-Bus (Linux Fedora 10)
linux-f10-dbus-libs-1.2.4 Libraries for accessing D-BUS (Linux Fedora 10)
linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing 
library (Linux

linux-f10-flashplugin-10.0r45 Adobe Flash Player NPAPI Plugin
linux-f10-fontconfig-2.6.0 An XML-based font configuration API for X 
Windows (Linux Fe

linux-f10-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora 10)
linux-f10-gtk2-2.14.7 GTK+ library, version 2.X (Linux Fedora 10)
linux-f10-hicolor-icon-theme-0.5 A high-color icon theme shell from the 
FreeDesktop project

linux-f10-jpeg-6b   RPM of the JPEG lib (Linux Fedora 10)
linux-f10-libsigc++20-2.2.2 Callback Framework for C++ (Linux Fedora 10)
linux-f10-libssh2-0.18 The library implementing the SSH2 protocol (Linux 
Fedora 10
linux-f10-libxml2-2.7.3_2 Library providing XML and HTML support (Linux 
Fedora 10)

linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux Fedora 10)
linux-f10-nss-3.12.2.0 Network Security Services (Linux Fedora 10)
linux-f10-openldap-2.4.12_1 Lightweight Directory Access Protocol 
libraries (Linux Fedo

linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora 10)
linux-f10-pango-1.22.3 The pango library (Linux Fedora 10)
linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10)
linux-f10-sqlite3-3.5.9_1 The library that implements an embeddable SQL 
database engi

linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10)
linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10)
linux-firefox-devel-3.5.7 Web browser based on the browser portion of 
Mozilla

linux-nvu-1.0_1 A complete Web Authoring System
linux_base-f10-10_2 Base set of packages needed in Linux mode for 
i386/amd64 (L


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux-firefox

2009-11-05 Thread Frank Shute
On Tue, Nov 03, 2009 at 11:22:53AM -0800, Christopher Chambers wrote:

 Hi,
 
 I have ran into a problem that I haven't encountered yet. I'm in
 process of reinstalling BSD after a hardware failure. I was using
 www/linux-firefox-devel at first because I wanted verision 3. After
 discouving www/linux-firefox has been changed from 2 to 3, I
 uninstalled the devel version and replaced it with linux-firefox.
 
 The devel version did worked. However when I type linux-firefox in
 xterm, nothing happens. It doesn't start and I receive no error
 messages.
 
 Now what do I do?
 
 I am using kernal 7.1, linprocfs is mounted, all of the listed
 dependences are meet and the ports tree is the most current version.
 
 I would try www/firefox35 but I am plugin happy.
 
 Thank you for help.
 

Assuming you're calling it with the correct name, then you probably
just have to rehash your shell:

bash/sh $ hash
csh $ rehash

IIRC.

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


linux-firefox

2009-11-03 Thread Christopher Chambers
Hi,

I have ran into a problem that I haven't encountered yet. I'm in process of 
reinstalling BSD after a hardware failure. I was using www/linux-firefox-devel 
at first because I wanted verision 3. After discouving www/linux-firefox has 
been changed from 2 to 3, I uninstalled the devel version and replaced it with 
linux-firefox.

The devel version did worked. However when I type linux-firefox in xterm, 
nothing happens. It doesn't start and I receive no error messages.

Now what do I do?

I am using kernal 7.1, linprocfs is mounted, all of the listed dependences are 
meet and the ports tree is the most current version.

I would try www/firefox35 but I am plugin happy.

Thank you for help.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to make flash plugin work in linux-firefox

2008-06-10 Thread Yuri

I have linux-firefox-2.0.0.14 installed.
I also downloaded install_flash_player_9_linux.tar.gz from Adobe site, 
unpacked and placed libflashplayer.so into:

/usr/local/lib/linux-firefox/plugins/libflashplayer.so

But firefox (/usr/local/bin/linux-firefox) doesn't pick it up and flash 
sites don't work.


How to make Flash plugin work?

I recall on Linux it's enough to just drop libflashplayer.so into 
plugins directory somewhere under lib and it works.


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-15 Thread Tino Engel


Latter looks like overkill :-) If you *really* need watch flash9 movies in 
browser, using WINE with Firefox and FlashPlayer9 can be reasonable choice.



Yuri
  

Thanks, that works...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-15 Thread Robert Huff

Andrew Pantyukhin writes:


 This dead body is beaten every other day. Personally, I download
 flash movies and watch them with mplayer.
   
  I know about youtube-dl; is there a generic method for doing
   this with other Flash content?
  
  www/xpi-unplug
  www/xpi-videodownloader

Ahhh!  Thank you.


Robert Huff


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-13 Thread Robert Huff
Andrew Pantyukhin writes:

  This dead body is beaten every other day. Personally, I download
  flash movies and watch them with mplayer.

I know about youtube-dl; is there a generic method for doing
this with other Flash content?


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-13 Thread Andrew Pantyukhin
On Tue, Nov 13, 2007 at 01:06:29PM -0500, Robert Huff wrote:
 Andrew Pantyukhin writes:
 
   This dead body is beaten every other day. Personally, I download
   flash movies and watch them with mplayer.
 
   I know about youtube-dl; is there a generic method for doing
 this with other Flash content?

www/xpi-unplug
www/xpi-videodownloader
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux firefox

2007-11-13 Thread Tino Engel

Andrew Pantyukhin schrieb:

On Sun, Nov 11, 2007 at 01:38:22AM +, Tino Engel wrote:
  

Dear FreeBSD folks,

I have a weird problem:

linux-firefox and linux-firefox-devel behave the same way.
When I quit them, and try to restart them, they complain about beeing 
already running.


I have to manually delete

/usr/compat/linux/root/.mozilla/firefox/*.prpfile/lock
/usr/compat/linux/root/.mozilla/firefox/*.profile/.parentlock

to be able to start them again.

Normal firefox and firefox-devel do not behave this way, but I want to be 
able to use the linux-flashplugin.


Any hints? (Apart from writing a wrapper removing the lockfiles... How 
ugly)



- Never run Firefox under root. Please tell if it doesn't help
  

I do not have another account

  you.
- CC maintainer of the port when its not working (run make
  maintainer to get his address).
  

Will be done

- Don't start new threads on mailing-lists by hitting the reply
  button. Users of sane user agents will see your new question as
  part of some old discussion and have a good chance to miss it.
  

Okay, recognized, I'll NEVER do so again
Cheers, Tino

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-13 Thread Tino Engel

Andrew Pantyukhin schrieb:

On Sun, Nov 11, 2007 at 05:45:42PM +, Tino Engel wrote:
  

Dear all,

Any help concerning the topic as follws would be very appreciated.

freebsdangel# uname -a
FreeBSD freebsdangel.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sat Nov 10 20:15:45 
UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

freebsdangel#

It seems that this browser-plugin stuff is neverending.
All native freebsd browsers refuse to use plugins at all.
The linux versions of opera and and firefox correctly recognize the 
linux-flashplugin7.
But the java-plugin is not recognized although having been linked correctly 
from diablo portsinstall.



You can't use native diablo jdk/jre with linux browsers. Try
java/linux-sun-*

  

I did so... Doesn't work either...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux firefox

2007-11-13 Thread Andrew Pantyukhin
On Tue, Nov 13, 2007 at 11:17:11PM +0100, Tino Engel wrote:
 Andrew Pantyukhin schrieb:
 On Sun, Nov 11, 2007 at 01:38:22AM +, Tino Engel wrote:
   
 Dear FreeBSD folks,
 
 I have a weird problem:
 
 linux-firefox and linux-firefox-devel behave the same way.
 When I quit them, and try to restart them, they complain about beeing 
 already running.
 
 I have to manually delete
 
 /usr/compat/linux/root/.mozilla/firefox/*.prpfile/lock
 /usr/compat/linux/root/.mozilla/firefox/*.profile/.parentlock
 
 to be able to start them again.
 
 Normal firefox and firefox-devel do not behave this way, but I want to be 
 able to use the linux-flashplugin.
 
 Any hints? (Apart from writing a wrapper removing the lockfiles... How 
 ugly)
 
 
 - Never run Firefox under root. Please tell if it doesn't help
   
 I do not have another account

Using your computer under root account is the Windows way of
doing things. But even in that world it is now strongly
recommended to create a non-privileged account and use it for
most tasks.

In the Unix world, root is most commonly reserved for system
administration tasks. Run adduser (without any arguments) to
enter a simple interactive process of adding a new user - and
don't use root when you don't need it.

See the FreeBSD Handbook for more info on this and other topics.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Mark Moellering
On Friday 09 November 2007 4:20 pm, John wrote:
 I've been struggling to get a handle on the FreeBSD system.  Making good
 progress, but then I ran into the fact that Firefox on FreeBSD can't do
 flash.  Definite showstopper, for me.  Ok, then I tried to use the
 linuxpluginwrapper approach, and it didn't work.

 It made me recall, in reading up on FreeBSD, I did see where somebody
 installed both Firefox and Linx-firefox.

 So before I do battle with this Linux wrapper approach, I wondered if I
 would be better off simply installing the Linux-firefox?

 Is that easier?  More likely to work?

 Does it perform almost as well as the native FreeBSD version?

 Any input would be appreciated.

 John


John,

I posed a similar question on this list a short time ago.  Right now, 
the 
only 'Flash' working on either Linux or native is Flash 7, which does not 
work on many sites.  To get Flash 9, you need to use wine under freebsd and 
install the windows version of Firefox.  I have been told that this solution 
works fine out of the box on FreeBSD 6.2 but I have not yet confirmed.

Mark Moellering
[EMAIL PROTECTED]








 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1




 I posed a similar question on this list a short time ago.  Right
 now, the only 'Flash' working on either Linux or native is Flash 7,
 which does not work on many sites.  To get Flash 9, you need to use
 wine under freebsd and install the windows version of Firefox.  I
 have been told that this solution works fine out of the box on
 FreeBSD 6.2 but I have not yet confirmed.

Works right out of the box for all versions of FreeBSD  6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run nspluginwrapper -v -a -i.

- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHOGdhJ9+1V27SttsRAlYhAJwLmRfkU5eT9ugh3P1gfH0ImZO4RwCeI1xF
IrALlh7qkHerjj5BwNa3Qq4=
=P1uM
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Tino Engel

Aryeh M. Friedman schrieb:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


  

I posed a similar question on this list a short time ago.  Right
now, the only 'Flash' working on either Linux or native is Flash 7,
which does not work on many sites.  To get Flash 9, you need to use
wine under freebsd and install the windows version of Firefox.  I
have been told that this solution works fine out of the box on
FreeBSD 6.2 but I have not yet confirmed.



Works right out of the box for all versions of FreeBSD  6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run nspluginwrapper -v -a -i.


  

So did I. When I run firefox then, I get an error message as follows:

freebsdangel# firefox
LoadPlugin: failed to initialize shared library 
/usr/local/lib/browser_plugins/libflashplayer.so [Shared object 
libdl.so.2 not found, required by libflashplayer.so]


But the library is existing:

freebsdangel# find / -name libdl.so.2
/usr/compat/linux/lib/libdl.so.2
freebsdangel#

And even adjusting the path does not help:

freebsdangel# setenv PATH ${PATH}:/usr/compat/linux/lib

The result is the same:

So basically the question is:
How can I tell FreeBSD where to find the requested lib??

Regards, Tino




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tino Engel wrote:
 Aryeh M. Friedman schrieb:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1


 
 I posed a similar question on this list a short time ago.  Right
 now, the only 'Flash' working on either Linux or native is Flash 7,
 which does not work on many sites.  To get Flash 9, you need to use
 wine under freebsd and install the windows version of Firefox.  I
 have been told that this solution works fine out of the box on
 FreeBSD 6.2 but I have not yet confirmed.


 Works right out of the box for all versions of FreeBSD  6 I just
 did it on a 8-Current machine doing the following port installs in
 this order:

 firefox
 linux-flashplugin7
 acroread7

 after you install acroread run nspluginwrapper -v -a -i.


  
 So did I. When I run firefox then, I get an error message as follows:

 freebsdangel# firefox
 LoadPlugin: failed to initialize shared library
 /usr/local/lib/browser_plugins/libflashplayer.so [Shared object
 libdl.so.2 not found, required by libflashplayer.so]

 But the library is existing:

 freebsdangel# find / -name libdl.so.2
 /usr/compat/linux/lib/libdl.so.2
 freebsdangel#

 And even adjusting the path does not help:

 freebsdangel# setenv PATH ${PATH}:/usr/compat/linux/lib

 The result is the same:

 So basically the question is:
 How can I tell FreeBSD where to find the requested lib??


Did you do it from packages or ports?


- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHONKwJ9+1V27SttsRArfZAJ9mwg0zZD7ZlRDT5r4KY6bGZ2eSUQCeKn81
BNfbsfMQl1PXP25TNX8v3I8=
=gFhb
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Philip M. Gollucci
Tino Engel wrote:
 freebsdangel# setenv PATH ${PATH}:/usr/compat/linux/lib
you are looking for LD_LIBRARY_PATH

You should do this with ldconfig so its there all the time; but use the
linux compat one, not the freebsd base system one.

The port should have done this for you.

cat /compat/linux/etc/ld.so.conf
include ld.so.conf.d/*.conf
/lib
/usr/lib
/usr/local/lib


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Tino Engel

Aryeh M. Friedman schrieb:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tino Engel wrote:
  

Aryeh M. Friedman schrieb:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



  

I posed a similar question on this list a short time ago.  Right
now, the only 'Flash' working on either Linux or native is Flash 7,
which does not work on many sites.  To get Flash 9, you need to use
wine under freebsd and install the windows version of Firefox.  I
have been told that this solution works fine out of the box on
FreeBSD 6.2 but I have not yet confirmed.
   


Works right out of the box for all versions of FreeBSD  6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run nspluginwrapper -v -a -i.


 
  

So did I. When I run firefox then, I get an error message as follows:

freebsdangel# firefox
LoadPlugin: failed to initialize shared library
/usr/local/lib/browser_plugins/libflashplayer.so [Shared object
libdl.so.2 not found, required by libflashplayer.so]

But the library is existing:

freebsdangel# find / -name libdl.so.2
/usr/compat/linux/lib/libdl.so.2
freebsdangel#

And even adjusting the path does not help:

freebsdangel# setenv PATH ${PATH}:/usr/compat/linux/lib

The result is the same:

So basically the question is:
How can I tell FreeBSD where to find the requested lib??




Did you do it from packages or ports?

  

From ports

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux firefox

2007-11-12 Thread Andrew Pantyukhin
On Sun, Nov 11, 2007 at 01:38:22AM +, Tino Engel wrote:
 Dear FreeBSD folks,
 
 I have a weird problem:
 
 linux-firefox and linux-firefox-devel behave the same way.
 When I quit them, and try to restart them, they complain about beeing 
 already running.
 
 I have to manually delete
 
 /usr/compat/linux/root/.mozilla/firefox/*.prpfile/lock
 /usr/compat/linux/root/.mozilla/firefox/*.profile/.parentlock
 
 to be able to start them again.
 
 Normal firefox and firefox-devel do not behave this way, but I want to be 
 able to use the linux-flashplugin.
 
 Any hints? (Apart from writing a wrapper removing the lockfiles... How 
 ugly)

- Never run Firefox under root. Please tell if it doesn't help
  you.
- CC maintainer of the port when its not working (run make
  maintainer to get his address).
- Don't start new threads on mailing-lists by hitting the reply
  button. Users of sane user agents will see your new question as
  part of some old discussion and have a good chance to miss it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-12 Thread Andrew Pantyukhin
On Sun, Nov 11, 2007 at 05:45:42PM +, Tino Engel wrote:
 Dear all,
 
 Any help concerning the topic as follws would be very appreciated.
 
 freebsdangel# uname -a
 FreeBSD freebsdangel.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sat Nov 10 20:15:45 
 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 freebsdangel#
 
 It seems that this browser-plugin stuff is neverending.
 All native freebsd browsers refuse to use plugins at all.
 The linux versions of opera and and firefox correctly recognize the 
 linux-flashplugin7.
 But the java-plugin is not recognized although having been linked correctly 
 from diablo portsinstall.

You can't use native diablo jdk/jre with linux browsers. Try
java/linux-sun-*

 Another related issue: linux-flashplugin9 always segfaults the browser when 
 used. I dunno what to do, I would relly like to be able to watch latest 
 flash movies.

This dead body is beaten every other day. Personally, I download
flash movies and watch them with mplayer. Other solutions include
dedicating your life to petitioning Adobe to stop making money
and start porting their software to FreeBSD; and switching to
Windows.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-12 Thread Yuri Pankov
On Tuesday 13 November 2007 10:02:01 Andrew Pantyukhin wrote:
 On Sun, Nov 11, 2007 at 05:45:42PM +, Tino Engel wrote:
  Dear all,
 
  Any help concerning the topic as follws would be very appreciated.
 
  freebsdangel# uname -a
  FreeBSD freebsdangel.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sat Nov 10
  20:15:45 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
  i386 freebsdangel#
 
  It seems that this browser-plugin stuff is neverending.
  All native freebsd browsers refuse to use plugins at all.
  The linux versions of opera and and firefox correctly recognize the
  linux-flashplugin7.
  But the java-plugin is not recognized although having been linked
  correctly from diablo portsinstall.

 You can't use native diablo jdk/jre with linux browsers. Try
 java/linux-sun-*

  Another related issue: linux-flashplugin9 always segfaults the browser
  when used. I dunno what to do, I would relly like to be able to watch
  latest flash movies.

 This dead body is beaten every other day. Personally, I download
 flash movies and watch them with mplayer. Other solutions include
 dedicating your life to petitioning Adobe to stop making money
 and start porting their software to FreeBSD; and switching to
 Windows.

Latter looks like overkill :-) If you *really* need watch flash9 movies in 
browser, using WINE with Firefox and FlashPlayer9 can be reasonable choice.


Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Neither linux-firefox nor linux-opera uses java plugin

2007-11-11 Thread Tino Engel

Dear all,

Any help concerning the topic as follws would be very appreciated.

freebsdangel# uname -a
FreeBSD freebsdangel.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sat Nov 10 
20:15:45 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  
i386

freebsdangel#

It seems that this browser-plugin stuff is neverending.
All native freebsd browsers refuse to use plugins at all.
The linux versions of opera and and firefox correctly recognize the 
linux-flashplugin7.
But the java-plugin is not recognized although having been linked 
correctly from diablo portsinstall.


freebsdangel# pwd
/usr/local/lib/browser_plugins
freebsdangel# ls -l
total 6898
-rw-r--r--  1 root  wheel0 Nov 10 14:58 .thunderbird.keep
-r--r--r--  1 root  wheel  856 Nov 10 23:45 flashplayer.xpt
-rwxr-xr-x  1 root  wheel  7040036 Nov 10 23:45 libflashplayer.so
lrwxr-xr-x  1 root  wheel   63 Nov 11 17:33 libjavaplugin_oji.so - 
/usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
freebsdangel# ls -l 
/usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x  1 root  wheel  143280 Jun 14  2006 
/usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so

freebsdangel#

Konqueror though can use java, when being given the correct java 
executable path. But, Konqueror is totally messed up somehow, it always 
takes about 30 seconds to open a webpage. firefox and opera are pretty 
fast though.


Another related issue: linux-flashplugin9 always segfaults the browser 
when used. I dunno what to do, I would relly like to be able to watch 
latest flash movies.


Best regards, Tino
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Neither linux-firefox nor linux-opera uses java plugin

2007-11-11 Thread Tino Engel

Maybe for the Konqueror problem, changing the http proxy version would do.
Anyone know where the configuration for this resides?

Tino Engel schrieb:

Dear all,
Any help concerning the topic as follws would be very appreciated.

freebsdangel# uname -a
FreeBSD freebsdangel.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sat Nov 10 
20:15:45 UTC 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

freebsdangel#

It seems that this browser-plugin stuff is neverending.
All native freebsd browsers refuse to use plugins at all.
The linux versions of opera and and firefox correctly recognize the 
linux-flashplugin7.
But the java-plugin is not recognized although having been linked 
correctly from diablo portsinstall.


freebsdangel# pwd
/usr/local/lib/browser_plugins
freebsdangel# ls -l
total 6898
-rw-r--r--  1 root  wheel0 Nov 10 14:58 .thunderbird.keep
-r--r--r--  1 root  wheel  856 Nov 10 23:45 flashplayer.xpt
-rwxr-xr-x  1 root  wheel  7040036 Nov 10 23:45 libflashplayer.so
lrwxr-xr-x  1 root  wheel   63 Nov 11 17:33 libjavaplugin_oji.so 
- /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
freebsdangel# ls -l 
/usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x  1 root  wheel  143280 Jun 14  2006 
/usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so

freebsdangel#

Konqueror though can use java, when being given the correct java 
executable path. But, Konqueror is totally messed up somehow, it 
always takes about 30 seconds to open a webpage. firefox and opera are 
pretty fast though.


Another related issue: linux-flashplugin9 always segfaults the browser 
when used. I dunno what to do, I would relly like to be able to watch 
latest flash movies.


Best regards, Tino
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-11 Thread icantthinkofone

Tino Engel wrote:

icantthinkofone wrote:

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
 

John wrote:
  
I've been struggling to get a handle on the FreeBSD system.  
Making good
progress, but then I ran into the fact that Firefox on FreeBSD 
can't do

flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered 
if I

would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html 



 cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an 
do flash just fine.

___
Well, how can it? I cannot build linuxpluginwrapper, it alway fails 
saying:
===  linuxpluginwrapper-20051113_8 doesn't support ELF symbol 
versioning, yet..

*** Error code 1
I
I am using RELENG_7 on i386.



How to install flash with native Firefox:

portinstall nspluginwrapper
portinstall linux-flashplugin7
portinstall linux-gtk2

There should be no need to set anything in firefox, you should simply 
run nspluginwrapper -a -v -i as the user who will be using FF, open it, 
and the plugins should be there.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux firefox

2007-11-10 Thread Tino Engel

Dear FreeBSD folks,

I have a weird problem:

linux-firefox and linux-firefox-devel behave the same way.
When I quit them, and try to restart them, they complain about beeing 
already running.


I have to manually delete

/usr/compat/linux/root/.mozilla/firefox/*.prpfile/lock
/usr/compat/linux/root/.mozilla/firefox/*.profile/.parentlock

to be able to start them again.

Normal firefox and firefox-devel do not behave this way, but I want to 
be able to use the linux-flashplugin.


Any hints? (Apart from writing a wrapper removing the lockfiles... How ugly)

Regards, Tino

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Yuri Pankov
On Sun, Nov 11, 2007 at 01:53:40AM +, Tino Engel wrote:
 icantthinkofone wrote:
 Philip M. Gollucci wrote:
 Philip M. Gollucci wrote:
  
 John wrote:

 I've been struggling to get a handle on the FreeBSD system.  Making 
 good
 progress, but then I ran into the fact that Firefox on FreeBSD can't do
 flash.  Definite showstopper, for me.  Ok, then I tried to use the
 linuxpluginwrapper approach, and it didn't work.

 It made me recall, in reading up on FreeBSD, I did see where somebody
 installed both Firefox and Linx-firefox.

 So before I do battle with this Linux wrapper approach, I wondered if I
 would be better off simply installing the Linux-firefox?

 Is that easier?  More likely to work?
   
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
 
  cd /usr/ports/emulators/linux_base-fc6 ; make install clean

 There is now:
 cd /usr/ports/emulators/linux_base-f7 ; make install clean
 which you should use instead -- its newer :)


   
 btw, you don't need both native and Linux Firefox.  Native Firefox an do 
 flash just fine.
 ___
 Well, how can it? I cannot build linuxpluginwrapper, it alway fails saying:
 ===  linuxpluginwrapper-20051113_8 doesn't support ELF symbol versioning, 
 yet..
 *** Error code 1
 I
 I am using RELENG_7 on i386.

Use www/nspluginwrapper.


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Tino Engel

Philip M. Gollucci wrote:

John wrote:
  

I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?


http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

That will work just fine using flash7.  When you need flash9, thats a
different story.

works on 6.2, 6.3, 7.0-current, 7.0-betaX, and 8.0-current.


  
Flash 9 alway causes segfault when displaying flash movie in my 
linux-firefox. So what am I doing wrong.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Tino Engel

icantthinkofone wrote:

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
 

John wrote:
   
I've been struggling to get a handle on the FreeBSD system.  Making 
good
progress, but then I ran into the fact that Firefox on FreeBSD 
can't do

flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered 
if I

would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html 



 cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an 
do flash just fine.

___

Well, how can it? I cannot build linuxpluginwrapper, it alway fails saying:
===  linuxpluginwrapper-20051113_8 doesn't support ELF symbol 
versioning, yet..

*** Error code 1
I
I am using RELENG_7 on i386.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Chuck Robey

Boris Samorodov wrote:

On Fri, 9 Nov 2007 17:08:12 -0500 Philip M. Gollucci wrote:

Philip M. Gollucci wrote:

John wrote:

I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

 cd /usr/ports/emulators/linux_base-fc6 ; make install clean



There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


Wow, what great timing, I was just starting to look about for a browser 
to give me flash.  Let me ask this again, both for my own use, and for 
those folks (like me) who have googled this without success so far: if I 
wanted, as far as possible, to stay with FreeBSD-native apps (but 
willing to do whatever it takes, IF its the only way to success) how 
does someone get to having a browser run on FreeBSD, with the main 
requirement, that it run Flash.


Oh.  One more qualification (I can get a bit picky, I guess).  I notice 
that there's a port for flashplugin9, not just 7.  Is there ANY setup 
that allows flash9, not just flash7?  The only limitation I keep active 
is, I don't run MS software.  No Windows.  I suppose, if it's the best 
way, I could even choose Wine (does this make me a Wino?)


'Preciate this, I'm anxious to get started.  If I'm forced to it, I have 
a great amount of disk, I would give as much disk as it needs, to get 
this, I just need to overcome old prejudices over using too much disk. 
I guess I can't get used to having gigabytes, not megabytes, to play with.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread John
I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?

Does it perform almost as well as the native FreeBSD version?

Any input would be appreciated.

John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Philip M. Gollucci
John wrote:
 I've been struggling to get a handle on the FreeBSD system.  Making good
 progress, but then I ran into the fact that Firefox on FreeBSD can't do
 flash.  Definite showstopper, for me.  Ok, then I tried to use the
 linuxpluginwrapper approach, and it didn't work.
 
 It made me recall, in reading up on FreeBSD, I did see where somebody
 installed both Firefox and Linx-firefox.
 
 So before I do battle with this Linux wrapper approach, I wondered if I
 would be better off simply installing the Linux-firefox?
 
 Is that easier?  More likely to work?
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

That will work just fine using flash7.  When you need flash9, thats a
different story.

works on 6.2, 6.3, 7.0-current, 7.0-betaX, and 8.0-current.


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Philip M. Gollucci
Philip M. Gollucci wrote:
 John wrote:
 I've been struggling to get a handle on the FreeBSD system.  Making good
 progress, but then I ran into the fact that Firefox on FreeBSD can't do
 flash.  Definite showstopper, for me.  Ok, then I tried to use the
 linuxpluginwrapper approach, and it didn't work.

 It made me recall, in reading up on FreeBSD, I did see where somebody
 installed both Firefox and Linx-firefox.

 So before I do battle with this Linux wrapper approach, I wondered if I
 would be better off simply installing the Linux-firefox?

 Is that easier?  More likely to work?
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
 cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread icantthinkofone

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
  

John wrote:


I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html


 cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  

And all that works fine with Firefox and FreeBSD.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread icantthinkofone

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
  

John wrote:


I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html


 cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an do 
flash just fine.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Boris Samorodov
On Fri, 9 Nov 2007 17:08:12 -0500 Philip M. Gollucci wrote:
 Philip M. Gollucci wrote:
  John wrote:
  I've been struggling to get a handle on the FreeBSD system.  Making good
  progress, but then I ran into the fact that Firefox on FreeBSD can't do
  flash.  Definite showstopper, for me.  Ok, then I tried to use the
  linuxpluginwrapper approach, and it didn't work.
 
  It made me recall, in reading up on FreeBSD, I did see where somebody
  installed both Firefox and Linx-firefox.
 
  So before I do battle with this Linux wrapper approach, I wondered if I
  would be better off simply installing the Linux-firefox?
 
  Is that easier?  More likely to work?
  http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
  cd /usr/ports/emulators/linux_base-fc6 ; make install clean

 There is now:
 cd /usr/ports/emulators/linux_base-f7 ; make install clean
 which you should use instead -- its newer :)

And please keep an eye at /usr/ports/UPDATING (about linux_base
port).


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox+flash=crash

2007-09-18 Thread kalin mintchev
hi all

i wanted to put linux-firefox because i read somewhere it can use the
flash plugin. so i got the the linux-firefox on. the thing downloaded and
installed the plugin through the browser plugin interface. now every time
i go to youtube (or any other flash site) the browser crashes
immediately...

what's the trick?

thanks...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox+flash=crash

2007-09-18 Thread Andrew Pantyukhin
On Tue, Sep 18, 2007 at 04:25:18AM -0400, kalin mintchev wrote:
 hi all
 
 i wanted to put linux-firefox because i read somewhere it can use the
 flash plugin. so i got the the linux-firefox on. the thing downloaded and
 installed the plugin through the browser plugin interface. now every time
 i go to youtube (or any other flash site) the browser crashes
 immediately...
 
 what's the trick?

The trick is flash9 is still very unstable. Try removing it and
installing www/linux-flashplugin7 from ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: linux-firefox+flash=crash

2007-09-18 Thread Lisandro Grullon
Well, I have tried both plugins 7 and 9, they both seem to be giving me 
difficulties, I try installing from ports/packages, but still the same issues. 
Installation for version 7 seems a pain hence I have to crease symbolic links 
to browser_plugins in order for firefox to pick them up. I am not sure if the 
development team is working in a functional port for this for the upcoming 
release 7.0, I switch my desktop completely to FreeBSD 6.2-Release with updated 
xorg 7.2, still doing some of the administrative work in the Win boxes using 
rdesktop, but this OS seems pretty stable and when I am ready I am thinking of 
migrating all my Win Servers to FBSD, BSD rocks. The next thing that needs some 
work is Quicktime and Flash, what would be a desktop without those plugins? Any 
ideas are welcome on making these two things to work.

BTW, you guys are doing a wonderful job in the mailing list. Lisandro Grullon



 Date: Tue, 18 Sep 2007 16:38:25 +0400
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: freebsd-questions@freebsd.org
 Subject: Re: linux-firefox+flash=crash
 
 On Tue, Sep 18, 2007 at 04:25:18AM -0400, kalin mintchev wrote:
  hi all
  
  i wanted to put linux-firefox because i read somewhere it can use the
  flash plugin. so i got the the linux-firefox on. the thing downloaded and
  installed the plugin through the browser plugin interface. now every time
  i go to youtube (or any other flash site) the browser crashes
  immediately...
  
  what's the trick?
 
 The trick is flash9 is still very unstable. Try removing it and
 installing www/linux-flashplugin7 from ports.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

_
Can you find the hidden words?  Take a break and play Seekadoo!
http://club.live.com/seekadoo.aspx?icid=seek_wlmailtextlink___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox+flash=crash

2007-09-18 Thread Mel
On Tuesday 18 September 2007 15:36:00 Lisandro Grullon wrote:
 Well, I have tried both plugins 7 and 9, they both seem to be giving me
 difficulties, I try installing from ports/packages, but still the same
 issues. 

So far, swfdec (graphics/swfdec and the plugin www/swfdec-plugin) is the only 
one that works reliably and it has a nice feature (I consider it a feature) 
that it gives you a pause screen when a flash is loaded, so that you don't 
get the flashy ads flickering your screen.

Movies from youtube work, but they have a huge lag and it's more like a 
slideshow then a movie. However, it's more promising then any of the 
linux-flashplugin* stuff I've seen past few years and it looks like it's 
actively developed from scratch rather then trying to make Macromedia linux 
spaghetti work.

I had one crash, when a page loaded 5 different movies and during loading I 
clicked a slider control in the non-flash part of the page.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: linux-firefox+flash=crash

2007-09-18 Thread Lisandro Grullon
Thank you Mel,
I guess is tie to start looking into a different direction hence Macromedia do 
not want to open the code for us, I will give swfdec a try and see if the lag 
time is good enough for me to play animate pages. Thanks again for your input.



 From: [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Date: Tue, 18 Sep 2007 16:27:02 +0200
 Subject: Re: linux-firefox+flash=crash
 
 On Tuesday 18 September 2007 15:36:00 Lisandro Grullon wrote:
  Well, I have tried both plugins 7 and 9, they both seem to be giving me
  difficulties, I try installing from ports/packages, but still the same
  issues. 
 
 So far, swfdec (graphics/swfdec and the plugin www/swfdec-plugin) is the only 
 one that works reliably and it has a nice feature (I consider it a feature) 
 that it gives you a pause screen when a flash is loaded, so that you don't 
 get the flashy ads flickering your screen.
 
 Movies from youtube work, but they have a huge lag and it's more like a 
 slideshow then a movie. However, it's more promising then any of the 
 linux-flashplugin* stuff I've seen past few years and it looks like it's 
 actively developed from scratch rather then trying to make Macromedia linux 
 spaghetti work.
 
 I had one crash, when a page loaded 5 different movies and during loading I 
 clicked a slider control in the non-flash part of the page.
 -- 
 Mel
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

_
More photos; more messages; more whatever – Get MORE with Windows Live™ 
Hotmail®. NOW with 5GB storage.
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_5G_0907___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox+flash=crash

2007-09-18 Thread Andrew Pantyukhin
On Tue, Sep 18, 2007 at 11:41:08AM -0400, Lisandro Grullon wrote:
 Thank you Mel,
 I guess is tie to start looking into a different direction
 hence Macromedia do not want to open the code for us, I will
 give swfdec a try and see if the lag time is good enough for me
 to play animate pages. Thanks again for your input.

I haven't seen a single bit of flash in months on any of my
desktops. Would youtube make me more productive? Possibly, but I
have to doubt it...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox+flash=crash

2007-09-18 Thread Mel
On Tuesday 18 September 2007 22:32:51 Andrew Pantyukhin wrote:

 I haven't seen a single bit of flash in months on any of my
 desktops. Would youtube make me more productive? Possibly, but I
 have to doubt it...

I'm sure this is message is classified as productive.

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-17 Thread Andrew Pantyukhin
On Sun, Sep 16, 2007 at 10:40:44AM +, beni wrote:
 On Saturday 15 September 2007 19:10:02 Andrew Pantyukhin wrote:
  On Sat, Sep 15, 2007 at 02:51:08PM +, beni wrote:
   Hi,
  
   After updating xorg to 7.3 (and adding a new ServerFlags section to
   my /etc/X11/xorg.conf to put ignoreABI to on to get kdm back), now my
   linux-firefox does not start any more. It dies with the following error :
  
   [EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
   /home/beni/.gtkrc-2.0:12: Unable to find include file: ~/.gtkrc.mine

Could you try moving ~/.gtkrc-2.0 somewhere else temporarily?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-17 Thread beni
On Monday 17 September 2007 02:54:23 Norberto Meijome wrote:
 On Sat, 15 Sep 2007 14:51:08 +

 beni [EMAIL PROTECTED] wrote:
  I'm running 6.2-Stable with linux-firefox 2.0.0.6.

 I'm curious... do you mind if I ask why are you using linux-firefox? if it
 is due to flash, it works just as well with native firefox.

 (and yes, i went over to 7.3 with zilch issues.)


It is basicaly for the plugins, yes. Flash, mplayer,...

-- 
Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-17 Thread beni
On Monday 17 September 2007 14:42:28 Andrew Pantyukhin wrote:
 On Sun, Sep 16, 2007 at 10:40:44AM +, beni wrote:
  On Saturday 15 September 2007 19:10:02 Andrew Pantyukhin wrote:
   On Sat, Sep 15, 2007 at 02:51:08PM +, beni wrote:
Hi,
   
After updating xorg to 7.3 (and adding a new ServerFlags section to
my /etc/X11/xorg.conf to put ignoreABI to on to get kdm back),
now my linux-firefox does not start any more. It dies with the
following error :
   
[EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
/home/beni/.gtkrc-2.0:12: Unable to find include file:
~/.gtkrc.mine

 Could you try moving ~/.gtkrc-2.0 somewhere else temporarily?

Moved the file out of the way, but still the same result :

[EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 102 error_code 8 request_code 145 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[EMAIL PROTECTED] /usr/home/beni]$


-- 
Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-17 Thread Norberto Meijome
On Mon, 17 Sep 2007 17:08:12 +
beni [EMAIL PROTECTED] wrote:

 It is basicaly for the plugins, yes. Flash, mplayer,...

all working fine here with native...

_
{Beto|Norberto|Numard} Meijome

I've had a perfectly wonderful evening. But, this wasn't it.
  Groucho Marx

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-16 Thread beni
On Saturday 15 September 2007 19:10:02 Andrew Pantyukhin wrote:
 On Sat, Sep 15, 2007 at 02:51:08PM +, beni wrote:
  Hi,
 
  After updating xorg to 7.3 (and adding a new ServerFlags section to
  my /etc/X11/xorg.conf to put ignoreABI to on to get kdm back), now my
  linux-firefox does not start any more. It dies with the following error :
 
  [EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
  /home/beni/.gtkrc-2.0:12: Unable to find include file: ~/.gtkrc.mine
  The program 'firefox-bin' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 102 error_code 8 request_code 145 minor_code 3)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error()
  function.)
 
 
  Any ideas as where to look and what to change to get Firefox back ?
 
  Thanks for any help.
 
  I'm running 6.2-Stable with linux-firefox 2.0.0.6.

 Everything works fine here. Are you sure you've updated all of
 your ports?

Yes, my ports are up to date. 
And I just did a make deinstall and a make reinstall in 
www/linux-firefox. But I still get the same error when launching firefox.

-- 
Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox dies after xorg update

2007-09-16 Thread Norberto Meijome
On Sat, 15 Sep 2007 14:51:08 +
beni [EMAIL PROTECTED] wrote:

 I'm running 6.2-Stable with linux-firefox 2.0.0.6.

I'm curious... do you mind if I ask why are you using linux-firefox? if it is 
due to flash, it works just as well with native firefox.

(and yes, i went over to 7.3 with zilch issues.)

B

_
{Beto|Norberto|Numard} Meijome

Law of Conservation of Perversity: 
  we can't make something simpler without making something else more complex

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox dies after xorg update

2007-09-15 Thread beni
Hi,

After updating xorg to 7.3 (and adding a new ServerFlags section to 
my /etc/X11/xorg.conf to put ignoreABI to on to get kdm back), now my 
linux-firefox does not start any more. It dies with the following error :

[EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
/home/beni/.gtkrc-2.0:12: Unable to find include file: ~/.gtkrc.mine
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 102 error_code 8 request_code 145 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


Any ideas as where to look and what to change to get Firefox back ?

Thanks for any help.

I'm running 6.2-Stable with linux-firefox 2.0.0.6.

-- 
Beni.


signature.asc
Description: This is a digitally signed message part.


Re: linux-firefox dies after xorg update

2007-09-15 Thread Andrew Pantyukhin
On Sat, Sep 15, 2007 at 02:51:08PM +, beni wrote:
 Hi,
 
 After updating xorg to 7.3 (and adding a new ServerFlags section to 
 my /etc/X11/xorg.conf to put ignoreABI to on to get kdm back), now my 
 linux-firefox does not start any more. It dies with the following error :
 
 [EMAIL PROTECTED] /usr/home/beni]$ linux-firefox
 /home/beni/.gtkrc-2.0:12: Unable to find include file: ~/.gtkrc.mine
 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadMatch (invalid parameter attributes)'.
   (Details: serial 102 error_code 8 request_code 145 minor_code 3)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
 
 
 Any ideas as where to look and what to change to get Firefox back ?
 
 Thanks for any help.
 
 I'm running 6.2-Stable with linux-firefox 2.0.0.6.

Everything works fine here. Are you sure you've updated all of
your ports?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Sunnz

Just for reference, you meant the Dec 2006 questions archive, right?

2007/1/7, Jurjen Middendorp [EMAIL PROTECTED]:

On Fri, Jan 05, 2007 at 02:00:31AM +1100, Sunnz wrote:
Just wondering, if flash only works with linux-firefox; or if it works
with FreeBSD port of firefox?

Cheers.

--
sunnz

No, it also works with the native firefox, you can search the freebsd-questions@
archive of last month (look for flash), there was a whole thread about it and
someone posted instructions of how to install it.




--
sunnz.net - sunnz.com - sunnz.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:

Just for reference, you meant the Dec 2006 questions archive, right?


This topic seems to be discussed every month here.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Abdullah Al-Marrie

On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
 Just for reference, you meant the Dec 2006 questions archive, right?

This topic seems to be discussed every month here.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



I think it would be good if you create a page for this in the wiki ;)

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:

On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
 On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
  Just for reference, you meant the Dec 2006 questions archive, right?

 This topic seems to be discussed every month here.

I think it would be good if you create a page for this in the wiki ;)


What we really need is to make flash work out-of-the-box
(or to bomb Adobe and be done with it), but everyone who
can do this easily has already flash working perfectly,
so we don't bother... Sorry.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Gary Kline
On Sat, Jan 06, 2007 at 06:28:44PM +0300, Abdullah Al-Marrie wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
 On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
  Just for reference, you meant the Dec 2006 questions archive, right?
 
 This topic seems to be discussed every month here.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 
 I think it would be good if you create a page for this in the wiki ;)


Good idea.  A parallel issue might be having wiki pages with
cheatsheets (and even snapshots or thumbprints) for the most
FAQ's.  Esp'ly  configuration issues or
why-portX-is-missing-libY-dependency.  

gary

 
 -- 
 Regards,
 
 -Abdullah Ibn Hamad Al-Marri
 Arab Portal
 http://www.WeArab.Net/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Gary Kline
On Sat, Jan 06, 2007 at 08:49:16PM +0300, Andrew Pantyukhin wrote:
 On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
   Just for reference, you meant the Dec 2006 questions archive, right?
 
  This topic seems to be discussed every month here.
 
 I think it would be good if you create a page for this in the wiki ;)
 
 What we really need is to make flash work out-of-the-box
 (or to bomb Adobe and be done with it), but everyone who
 can do this easily has already flash working perfectly,
 so we don't bother... Sorry.


I don't wantto hijack this thread, but have a simple
flash-related question for the list: what happened to 
the Gnu effort to write a (reverse-engineered [or other]
flash?  I had flash6 working for about a month; then
after an upgrade, it quit.  (*mumble*)

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/7/07, Gary Kline [EMAIL PROTECTED] wrote:

On Sat, Jan 06, 2007 at 08:49:16PM +0300, Andrew Pantyukhin wrote:
 On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
   Just for reference, you meant the Dec 2006 questions archive, right?
 
  This topic seems to be discussed every month here.
 
 I think it would be good if you create a page for this in the wiki ;)

 What we really need is to make flash work out-of-the-box
 (or to bomb Adobe and be done with it), but everyone who
 can do this easily has already flash working perfectly,
 so we don't bother... Sorry.


I don't wantto hijack this thread, but have a simple
flash-related question for the list: what happened to
the Gnu effort to write a (reverse-engineered [or other]
flash?  I had flash6 working for about a month; then
after an upgrade, it quit.  (*mumble*)


Gnash is alive, but open-source developers prefer
to work on open technologies, in general.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Does Flash only works with linux-firefox?

2007-01-04 Thread Sunnz

Just wondering, if flash only works with linux-firefox; or if it works
with FreeBSD port of firefox?

Cheers.

--
sunnz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GTKMozEmbed with linux-firefox

2006-10-29 Thread Norberto Meijome
Hi everyone,

I use www/linux-firefox as my standard browser, as www/firefox doesn't support
flash.

/etc/make.conf has 
WITH_MOZILLA=firefox
WITH_GECKO=firefox


I am trying to install devel/devhelp, and I bumped into these issues:

1) it requires  ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so (and
if not present, it tries to install www/${MOZILLA} ) . linux-firefox doesn't
include libwidget_gtk2.so , but nvu (which I have installed) does. 

I solved this issue by symlinking nvu's libwidget_gtk2.so to the expected
firefox location.

so.. 2) when building devhelp, it sees libwidget_gtk2.so and it moves ahead...
until
[...]
checking LIBDEVHELP_LIBS... -Wl,--rpath -Wl,/usr/local/lib -pthread
-L/usr/local/lib -L/usr/X11R6/lib -lgnomevfs-2 -lgconf-2 -lORBit-2
-lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXi
-lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes
-lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lXrender
-lX11 -lXext -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking which
mozilla to use... firefox checking for firefox-gtkmozembed = 0.10
firefox-xpcom = 0.10... Package firefox-gtkmozembed was not found in the
pkg-config search path. Perhaps you should add the directory containing
`firefox-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package
'firefox-gtkmozembed' found Package firefox-xpcom was not found in the
pkg-config search path. Perhaps you should add the directory containing
`firefox-xpcom.pc' to the PKG_CONFIG_PATH environment variable No package
'firefox-xpcom' found configure: error: Library requirements
(firefox-gtkmozembed = 0.10 firefox-xpcom = 0.10) not met; consider adjusting
the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
prefix so pkg-config can find them.
[...]

Again, gtkmozembed is available from nvu, but not the .pc (no biggie I
suppose)...

anyway, the question is : is hter a way I can have the missing components (so
far, libwidget_gtk2 , gtkmozembed, mozembed, xpcom ) *without* having to
install the native firefox ? 

Would this be possible to do with a new port? (i.e., www/firefox with a special
config to only build these objects... would it be useful ? 

thanks,

_
{Beto|Norberto|Numard} Meijome

Contrary to popular belief, Unix is user friendly. It just happens to be very
selective about who it decides to make friends with.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTKMozEmbed with linux-firefox

2006-10-29 Thread Sherry Zhang

Norberto:

I am a newbie and maybe I do not know how to answer your question. but I
just follow the FreeBSD handbook chapter 6 [6.2.3 Firefox Mozilla, and Java
plugin] and have the flash plugin installed. it works fine. maybe you can
have a try?

Sherry Zhang
with best regards



On 10/30/06, Norberto Meijome [EMAIL PROTECTED] wrote:


Hi everyone,

I use www/linux-firefox as my standard browser, as www/firefox doesn't
support
flash.

/etc/make.conf has
WITH_MOZILLA=firefox
WITH_GECKO=firefox


I am trying to install devel/devhelp, and I bumped into these issues:

1) it requires  ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so
(and
if not present, it tries to install www/${MOZILLA} ) . linux-firefox
doesn't
include libwidget_gtk2.so , but nvu (which I have installed) does.

I solved this issue by symlinking nvu's libwidget_gtk2.so to the expected
firefox location.

so.. 2) when building devhelp, it sees libwidget_gtk2.so and it moves
ahead...
until
[...]
checking LIBDEVHELP_LIBS... -Wl,--rpath -Wl,/usr/local/lib -pthread
-L/usr/local/lib -L/usr/X11R6/lib -lgnomevfs-2 -lgconf-2 -lORBit-2
-lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXi
-lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes
-lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm
-lXrender
-lX11 -lXext -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking which
mozilla to use... firefox checking for firefox-gtkmozembed = 0.10
firefox-xpcom = 0.10... Package firefox-gtkmozembed was not found in the
pkg-config search path. Perhaps you should add the directory containing
`firefox-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No
package
'firefox-gtkmozembed' found Package firefox-xpcom was not found in the
pkg-config search path. Perhaps you should add the directory containing
`firefox-xpcom.pc' to the PKG_CONFIG_PATH environment variable No package
'firefox-xpcom' found configure: error: Library requirements
(firefox-gtkmozembed = 0.10 firefox-xpcom = 0.10) not met; consider
adjusting
the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard
prefix so pkg-config can find them.
[...]

Again, gtkmozembed is available from nvu, but not the .pc (no biggie I
suppose)...

anyway, the question is : is hter a way I can have the missing components
(so
far, libwidget_gtk2 , gtkmozembed, mozembed, xpcom ) *without* having to
install the native firefox ?

Would this be possible to do with a new port? (i.e., www/firefox with a
special
config to only build these objects... would it be useful ?

thanks,

_
{Beto|Norberto|Numard} Meijome

Contrary to popular belief, Unix is user friendly. It just happens to be
very
selective about who it decides to make friends with.

I speak for myself, not my employer. Contents may be hot. Slippery when
wet.
Reading disclaimers makes you go blind. Writing them is worse. You have
been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTKMozEmbed with linux-firefox

2006-10-29 Thread Norberto Meijome
On Mon, 30 Oct 2006 10:21:42 +0800
Sherry Zhang [EMAIL PROTECTED] wrote:

 I am a newbie and maybe I do not know how to answer your question. but I
 just follow the FreeBSD handbook chapter 6 [6.2.3 Firefox Mozilla, and Java
 plugin] and have the flash plugin installed.

(please keep the list in your replies so anything useful shows up in the
archives)
 Hey Sherry,
thanks - yes, i've been down that path before...

what version of the plugin are you using? does it work with video.google.com
and youtube.com?

Thanks,

_
{Beto|Norberto|Numard} Meijome

All that is necessary for the triumph of evil is that good men do nothing.
  Edmund Burke

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-08-31 Thread Boris Samorodov
On Wed, 30 Aug 2006 17:59:17 -0400 Pete C wrote:

 did a 'make install' for linux-firefox I got an error that
 libXfixes.so.3 (as part of linux-glib2, IIRC) could not be found . . .
 after some googling and a few bad leads for some reason I did another
 make install and got no errors . . . but now linux-firefox won't run
 because libXfixes.so.3 is missing . . .

 Any clues appreciated . . .

Did you read /usr/ports/UPDATING (20060616: AFFECTS users of
emulation/linux_base-*)?


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox

2006-08-30 Thread Pete C
did a 'make install' for linux-firefox I got an error that  
libXfixes.so.3 (as part of linux-glib2, IIRC) could not be found . . .  
after some googling and a few bad leads for some reason I did another  
make install and got no errors . . . but now linux-firefox won't run  
because libXfixes.so.3 is missing . . .


Any clues appreciated . . .

Pete C

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-08-30 Thread Norberto Meijome
On Wed, 30 Aug 2006 17:59:17 -0400
Pete C [EMAIL PROTECTED] wrote:

 did a 'make install' for linux-firefox I got an error that  
 libXfixes.so.3 (as part of linux-glib2, IIRC) could not be found . . .  
 after some googling and a few bad leads for some reason I did another  
 make install and got no errors . . . but now linux-firefox won't run  
 because libXfixes.so.3 is missing . . .

What linux- packages have you installed?

$ pkg_info | grep linux
linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
linux-blackdown-jdk-1.4.2_3 Blackdown Java Development Kit 1.4 for Linux
linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
linux-firefox-1.5.0.6 Web browser based on the browser portion of Mozilla
linux-flashplugin-7.0r63_1 Adobe Flash Player NPAPI Plugin
linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the
FreeDesktproject
linux-jpeg-6b.34RPM of the JPEG lib
linux-mplayerplug-in-3.25 Embed MPlayer into browser
linux-pango-1.8.1   Linux pango binary
linux-png-1.2.8_2   RPM of the PNG lib
linux-realplayer-10.0.7.785.20060201 Linux RealPlayer 10 from RealNetworks
linux-tiff-3.7.1TIFF library, Linux/i386 binary
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_8   Base set of packages needed in Linux mode (for i386/amd64)
linux_dri-6.5   Binary Linux DRI libraries for 3D hardware acceleration of
linuxpluginwrapper-20051113_4 A wrapper allowing use of linux-plugins with
native applica


and:
$ locate libXfixes
/usr/X11R6/lib/libXfixes.a
/usr/X11R6/lib/libXfixes.so
/usr/X11R6/lib/libXfixes.so.3
/usr/compat/linux/usr/X11R6/lib/libXfixes.so.3
/usr/compat/linux/usr/X11R6/lib/libXfixes.so.3.0
/usr/ports/x11/libXfixes
/usr/ports/x11/libXfixes/Makefile
/usr/ports/x11/libXfixes/distinfo
/usr/ports/x11/libXfixes/pkg-descr
/usr/ports/x11/libXfixes/pkg-plist

_
{Beto|Norberto|Numard} Meijome

The greater danger for most of us is not that our aim is too high and we miss
it. But that it is too low... and we reach it.
   Michelangelo (1475-1564)

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-08-30 Thread Norberto Meijome
On Wed, 30 Aug 2006 21:18:49 -0400
Pete C [EMAIL PROTECTED] wrote:

   On Wed, 30 Aug 2006 17:59:17 -0400
  Pete C [EMAIL PROTECTED] wrote:
 
  did a 'make install' for linux-firefox I got an error that
  libXfixes.so.3 (as part of linux-glib2, IIRC) could not be found . . .
  after some googling and a few bad leads for some reason I did another
  make install and got no errors . . . but now linux-firefox won't run
  because libXfixes.so.3 is missing . . .
 
  What linux- packages have you installed?
 
 I get . . .
 
 [jaguar] ~#  pkg_info | grep linux
 linux-XFree86-libs-4.3.99.902_7  
 XFree86 libraries, Linux binary
 linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
 linux-expat-1.95.7  Linux/i386 binary port of Expat XML-parsing library
 linux-firefox-1.5.0.6 Web browser based on the browser portion of Mozilla
 linux-fontconfig-2.2.3_2 Linux/i386 binary of Fontconfig
 linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
 linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the  
 FreeDesktop project
 linux-jpeg-6b.34RPM of the JPEG lib
 linux-pango-1.8.1   Linux pango binary
 linux-png-1.2.8_2   RPM of the PNG lib
 linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux
 linux-tiff-3.7.1TIFF library, Linux/i386 binary
 linux_base-8-8.0_14 Base set of packages needed in Linux mode (for i386/amd64)
 linux_base-fc-4_8   Base set of packages needed in Linux mode (for i386/amd64)

why do u have 2 _base ? u only need -fc (_base-8 is outdated)


 
 
  and:
  $ locate libXfixes
 
 
 [jaguar] ~#  locate libXfixes
 /usr/X11R6/lib/libXfixes.a
 /usr/X11R6/lib/libXfixes.so
 /usr/X11R6/lib/libXfixes.so.3
 /usr/ports/x11/libXfixes
 /usr/ports/x11/libXfixes/Makefile
 /usr/ports/x11/libXfixes/distinfo
 /usr/ports/x11/libXfixes/pkg-descr
 /usr/ports/x11/libXfixes/pkg-plist
 
 Pete C
 


that' very strange... my linux libXfixes is 
/usr/compat/linux/usr/X11R6/lib/libXfixes.so.3 - libXfixes.so.3.0

but neither of them is owned by any pkg (pkg_info -W ... shows zilch)
pkg_info -L linux-XFree* doesnt show them either...

sorry, cant look much more into this now... this thing called 'work' keeps
nagging ;)
B
_
{Beto|Norberto|Numard} Meijome

I was born not knowing and have had only a little time to change that here and
there. Richard Feynman

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-opera and linux-firefox

2006-08-13 Thread Jim Segrave

I've recently moved to FreeBSD 6.1 STABLE (RELENG_6_1). I've cvsupped
my ports tree Aug 9, 10:12 UTC. I removed all linux ports, deleted
/compat/linux, then tried an install of /usr/ports/www/linux-opera and
/usr/ports/www/linux-firefox. Both installed without any errors or
warning and linux-base linux_base-fc-4_6, linux-xorg-libs-6.8.2_5, and
the usual raft of other linux libraries. However neither firefox nor
opera actually run, I get:

[EMAIL PROTECTED]:/home/jes% linux-opera ERROR: ld.so: object
 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded:
ignored.
/usr/local/share/linux-opera/bin/opera: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid

and
[EMAIL PROTECTED]:/home/jes% linux-firefox 
/usr/local/lib/linux-firefox/firefox-bin: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid
[EMAIL PROTECTED]:/home/jes% 

[EMAIL PROTECTED]:/home/jes% file /usr/compat/linux/lib/libpthread*
/usr/compat/linux/lib/libpthread-2.3.6.so: ELF 32-bit LSB shared
object, Intel 80386, version 1 (SYSV), not stripped

/usr/compat/linux/lib/libpthread.so.0: symbolic link to
`libpthread-2.3.6.so'

Anyone have any suggestions as to the cause of this problem or its
solution?


-- 
Jim Segrave   [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox + proper Java support

2006-07-30 Thread Norberto Meijome
hello everyone,
I'm running linux-firefox on FBSD 6.1-i386. I also have diablo-jdk installed.
When I sym-link (what I think are) the java plugins for moz. into the
linux-firefox/plugins folder, i get some errors dure to ABI :

LoadPlugin: failed to initialize shared
library /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so
[/usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so: ELF file OS ABI
invalid] 

or

LoadPlugin: failed to initialize shared
library /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
[/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF file
OS ABI invalid]

Am I right in assuming that, if I'm using linux-firefox, i should uninstall
diablo-jdk and use linux-jdk? Any cons (other than having , sigh, more linux
stuff installed installed?)

thanks!!

Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[SOLVED] Re: linux-firefox + proper Java support

2006-07-30 Thread Norberto Meijome
On Sun, 30 Jul 2006 23:00:39 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:

 hello everyone,
 I'm running linux-firefox on FBSD 6.1-i386. I also have diablo-jdk installed.
 When I sym-link (what I think are) the java plugins for moz. into the
 linux-firefox/plugins folder, i get some errors dure to ABI :
 
 LoadPlugin: failed to initialize shared
 library /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so
 [/usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so: ELF file OS ABI
 invalid] 
 
 or
 
 LoadPlugin: failed to initialize shared
 library /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
 [/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF file
 OS ABI invalid]
 
 Am I right in assuming that, if I'm using linux-firefox, i should uninstall
 diablo-jdk and use linux-jdk? Any cons (other than having , sigh, more linux
 stuff installed installed?)
 
yeah, simply installing linux-sun-jdk14 solved it ( and symlinking
/usr/X11R6/lib/linux-firefox/plugins/libjavaplugin_oji.so
- 
/usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

:) 
B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-23 Thread Beni
On Saturday 22 July 2006 01:08, Norberto Meijome wrote:
 On Fri, 21 Jul 2006 15:32:05 +0400

 Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 7/20/06, Norberto Meijome [EMAIL PROTECTED] wrote:
   hi all,
   I recently changed www/firefox for www/linux-firefox . I now realised
   that my CUPS printers are not available from File - Print., only
   'Postcript/default' is available.
 

I have the same problem here :-)

  You should set Print command in printer properties of
  PostScript/default to /usr/local/bin/lp with arguments you
  need.

 Thanks for the reply, Andrew - but isn't that the command to use when
 printing? the cmd shown is :

 lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}


I changed this to kprinter --stdin and now I get the standard 
kprinter-window where I can chose a printer. 

Maybe it is not the easyest way but it works, I can print from whithin 
linux-firefox.

Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-23 Thread Andrew Pantyukhin

On 7/23/06, Beni [EMAIL PROTECTED] wrote:

On Saturday 22 July 2006 01:08, Norberto Meijome wrote:
 On Fri, 21 Jul 2006 15:32:05 +0400

 Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 7/20/06, Norberto Meijome [EMAIL PROTECTED] wrote:
   hi all,
   I recently changed www/firefox for www/linux-firefox . I now realised
   that my CUPS printers are not available from File - Print., only
   'Postcript/default' is available.
 

I have the same problem here :-)

  You should set Print command in printer properties of
  PostScript/default to /usr/local/bin/lp with arguments you
  need.

 Thanks for the reply, Andrew - but isn't that the command to use when
 printing? the cmd shown is :

 lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}


I changed this to kprinter --stdin and now I get the standard
kprinter-window where I can chose a printer.


Yes, it's a good way. I've used gtklp for this. Still investigation
is pending for this matter. You can file a PR if you like or poke
me in some time as I tend to forget such things.

Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-23 Thread Norberto Meijome
On Sun, 23 Jul 2006 13:17:15 +0400
Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 Yes, it's a good way. I've used gtklp for this. Still investigation
 is pending for this matter. You can file a PR if you like or poke
 me in some time as I tend to forget such things.

I'm using gtklp too now, and it works ok :) thanks for the hint.

Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-21 Thread Andrew Pantyukhin

On 7/20/06, Norberto Meijome [EMAIL PROTECTED] wrote:

hi all,
I recently changed www/firefox for www/linux-firefox . I now realised that my
CUPS printers are not available from File - Print., only 'Postcript/default' is
available.


You should set Print command in printer properties of
PostScript/default to /usr/local/bin/lp with arguments you
need.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-21 Thread Norberto Meijome
On Fri, 21 Jul 2006 15:32:05 +0400
Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 On 7/20/06, Norberto Meijome [EMAIL PROTECTED] wrote:
  hi all,
  I recently changed www/firefox for www/linux-firefox . I now realised that
  my CUPS printers are not available from File - Print., only
  'Postcript/default' is available.
 
 You should set Print command in printer properties of
 PostScript/default to /usr/local/bin/lp with arguments you
 need.

Thanks for the reply, Andrew - but isn't that the command to use when printing?
the cmd shown is :

lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}

which in itself isn't a problem (it prints to my default cups printer).

the problem is that I cannot see ALL my other printers that I have
defined in cups. I can understand that in some software that doesnt support
cups i would have to use lpr -P[printername], but freebsd based firefox DOES
detect my printers - linux-firefox doesn't show them.

B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox : cups printers not found

2006-07-19 Thread Norberto Meijome
hi all,
I recently changed www/firefox for www/linux-firefox . I now realised that my
CUPS printers are not available from File - Print., only 'Postcript/default' is
available.

Cupsd is available and managed fine on localhost:631. I can print via lpr
-Pprintername, openoffice does show the cups printers in its dropdown.

I am not sure how to proceed. Is there an option to enable cups support in
linux-firefox? Am I supposed to rebuild linux-firefox from source (but ... how
from freebsd? :-? )

The system is:
$ uname -a
FreeBSD ayiin..com 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Jul 15
12:29:06 EST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/AYIIN  i386

linux-firefox itself tells me this about it:
Generated: Thu Jul 20 2006 10:44:43 GMT+1000 (EST)
User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508
FreeBSD/i386 Firefox/1.5.0.4 Build ID: 2006050817


$ pkg_info | grep -i cups
cups-1.2.0  The Common UNIX Printing System: Metaport to install comple
cups-base-1.2.0_2   The Common UNIX Printing System
cups-pdf-2.4.1_1A virtual printer for CUPS to produce PDF files
cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS printers
cups-samba-5.0.r3   The Common UNIX Printing System:  MS Windows client drivers
libgnomecups-0.2.2_1,1 Support library for gnome cups admistration

$ pkg_info | grep firefox
firefox-remote-20040803 Wrapper scripts for firefox web browser
linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla

$ pkg_info | grep linux
linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
linux-flashplugin-7.0r63 The official Macromedia Flash Player for Linux Mozilla
and linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop
project linux-jpeg-6b.34RPM of the JPEG lib
linux-pango-1.8.1   Linux pango binary
linux-png-1.2.8_2   RPM of the PNG lib
linux-realplayer-10.0.7.785.20060201 Linux RealPlayer 10 from RealNetworks
linux-tiff-3.7.1TIFF library, Linux/i386 binary
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_6   Base set of packages needed in Linux mode (for i386/amd64)
linux_dri-6.5   Binary Linux DRI libraries for 3D hardware acceleration of
linuxpluginwrapper-20051113_4 A wrapper allowing use of linux-plugins with
native applica

Thanks for any help!!
Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-19 Thread Norberto Meijome
On Thu, 20 Jul 2006 10:46:06 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:

 hi all,
 I recently changed www/firefox for www/linux-firefox . I now realised that my
 CUPS printers are not available from File - Print., only 'Postcript/default'
 is available.
 

Interestingly, printing to this default printer pushes the data to the default
CUPS printer. (not if I say 'print to file' though).

I reinstalled cups-base to no avail.

 Cupsd is available and managed fine on localhost:631. I can print via lpr
 -Pprintername, openoffice does show the cups printers in its dropdown.
 
 I am not sure how to proceed. Is there an option to enable cups support in
 linux-firefox? Am I supposed to rebuild linux-firefox from source (but ... how
 from freebsd? :-? )
 
 The system is:
 $ uname -a
 FreeBSD ayiin..com 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Jul 15
 12:29:06 EST 2006
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AYIIN  i386
 
 linux-firefox itself tells me this about it:
 Generated: Thu Jul 20 2006 10:44:43 GMT+1000 (EST)
 User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508
 FreeBSD/i386 Firefox/1.5.0.4 Build ID: 2006050817
 
 
 $ pkg_info | grep -i cups
 cups-1.2.0  The Common UNIX Printing System: Metaport to install
 comple cups-base-1.2.0_2   The Common UNIX Printing System
 cups-pdf-2.4.1_1A virtual printer for CUPS to produce PDF files
 cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS
 printers cups-samba-5.0.r3   The Common UNIX Printing System:  MS Windows
 client drivers libgnomecups-0.2.2_1,1 Support library for gnome cups
 admistration
 
 $ pkg_info | grep firefox
 firefox-remote-20040803 Wrapper scripts for firefox web browser
 linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
 
 $ pkg_info | grep linux
 linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
 linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
 linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
 linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
 linux-flashplugin-7.0r63 The official Macromedia Flash Player for Linux
 Mozilla and linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
 linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
 linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
 linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the
 FreeDesktop project linux-jpeg-6b.34RPM of the JPEG lib
 linux-pango-1.8.1   Linux pango binary
 linux-png-1.2.8_2   RPM of the PNG lib
 linux-realplayer-10.0.7.785.20060201 Linux RealPlayer 10 from RealNetworks
 linux-tiff-3.7.1TIFF library, Linux/i386 binary
 linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
 linux_base-fc-4_6   Base set of packages needed in Linux mode (for i386/amd64)
 linux_dri-6.5   Binary Linux DRI libraries for 3D hardware acceleration of
 linuxpluginwrapper-20051113_4 A wrapper allowing use of linux-plugins with
 native applica
 
 Thanks for any help!!
 Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox and multimedia

2006-05-02 Thread dick hoogendijk
I have mplayerplug-in show most of my multimedia in the *native*
firefox.

However, linux-firefox runs very smooth too and runs flash7.
I know how I can isntall java on this non-native version, BUT, how do I
go about when I want the multimedia functions back that I had in the
freebsd version of firefox?
I don't see a linux-mplayer(plug-in) port? Anybody have linux-firefox,
plus java plus mplayerplug-in or something like it running? Tips?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox and multimedia

2006-05-02 Thread Andrew Pantyukhin

On 5/2/06, dick hoogendijk [EMAIL PROTECTED] wrote:

I have mplayerplug-in show most of my multimedia in the *native*
firefox.

However, linux-firefox runs very smooth too and runs flash7.
I know how I can isntall java on this non-native version, BUT, how do I
go about when I want the multimedia functions back that I had in the
freebsd version of firefox?
I don't see a linux-mplayer(plug-in) port? Anybody have linux-firefox,
plus java plus mplayerplug-in or something like it running? Tips?

--
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



I'm working on linux mplayer plug-in. It will probably be
available after the move to fc3. Thanks for your interest.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-04-02 Thread Warren Block

On Sat, 1 Apr 2006, Beech Rintoul wrote:


I deinstalled both versions of firefox and deleted any reference to mozilla or
firefox. I carefully went through /var/run and /root. I rebooted and
reinstalled linux-firefox. Still get the error. This is getting old.


Maybe something left hanging around in /compat/linux?

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-04-02 Thread Andrew Pantyukhin
On 4/2/06, Warren Block [EMAIL PROTECTED] wrote:
 On Sat, 1 Apr 2006, Beech Rintoul wrote:

  I deinstalled both versions of firefox and deleted any reference to mozilla 
  or
  firefox. I carefully went through /var/run and /root. I rebooted and
  reinstalled linux-firefox. Still get the error. This is getting old.

 Maybe something left hanging around in /compat/linux?

Anyway, we need a good truss/ktrace dump.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox

2006-04-01 Thread Beech Rintoul
I'm trying to get linux-firefox running on a box that also has native firefox 
installed. When I try to start it I get the Already Running error. I have 
tried renaming the .mozilla file and checked for a PID or lockfile 
in /var/run, found nothing. There is no firefox or mozilla process running. 
Does anybody have a suggestion?

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpcLQK8H7iYJ.pgp
Description: PGP signature


Re: linux-firefox

2006-04-01 Thread hackmiester / Hunter Fuller
On Monday 27 March 2006 04:01, Beech Rintoul wrote:
 I'm trying to get linux-firefox running on a system that also has native
 firefox installed. When I try and start linux-firefox I get a message
 saying that firefox is already running (which it's not).
You sure?
ps ax|grep firefox
killall firefox-bin
killall linux-firefox
killall linux-firefox-bin
 I tried rebooting 
 but the message remains.
Rebooting shouldn't be necessary.
 Does anyone have a suggestion? 

 Beech

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp14unhOnvTB.pgp
Description: PGP signature


Re: linux-firefox

2006-04-01 Thread Beech Rintoul
On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote:
 On Monday 27 March 2006 04:01, Beech Rintoul wrote:
  I'm trying to get linux-firefox running on a system that also has native
  firefox installed. When I try and start linux-firefox I get a message
  saying that firefox is already running (which it's not).

 You sure?
 ps ax|grep firefox
 killall firefox-bin
 killall linux-firefox
 killall linux-firefox-bin

  I tried rebooting
  but the message remains.

 Rebooting shouldn't be necessary.

  Does anyone have a suggestion?
 
  Beech

stargate# ps waux | grep firefox-bin
stargate# ps waux | grep linux-firefox
stargate# ps waux | grep firefox


stargate# killall firefox-bin
No matching processes were found
stargate# killall linux-firefox
No matching processes were found
stargate# killall linux-firefox-bin
No matching processes were found
stargate# killall firefox
No matching processes were found

#firefox 

Same error. I even deleted the .mozilla directory.

Beech


-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgp80x3VtNV4f.pgp
Description: PGP signature


Re: linux-firefox

2006-04-01 Thread Lars Cleary

Beech Rintoul wrote:

On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote:

On Monday 27 March 2006 04:01, Beech Rintoul wrote:

I'm trying to get linux-firefox running on a system that also has native
firefox installed. When I try and start linux-firefox I get a message
saying that firefox is already running (which it's not).

You sure?
ps ax|grep firefox
killall firefox-bin
killall linux-firefox
killall linux-firefox-bin


I tried rebooting
but the message remains.

Rebooting shouldn't be necessary.


Does anyone have a suggestion?

Beech


stargate# ps waux | grep firefox-bin
stargate# ps waux | grep linux-firefox
stargate# ps waux | grep firefox


stargate# killall firefox-bin
No matching processes were found
stargate# killall linux-firefox
No matching processes were found
stargate# killall linux-firefox-bin
No matching processes were found
stargate# killall firefox
No matching processes were found

#firefox 

Same error. I even deleted the .mozilla directory.

Beech



You have a lock file somewhere that needs to be deleted.

It's either in /var/run or in your homedir, I can't remember
where I found it when I had the same problem, sorry.

HTH
Lars
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox

2006-04-01 Thread Beech Rintoul
On Saturday 01 April 2006 15:15, Lars Cleary wrote:
 Beech Rintoul wrote:
  On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote:
  On Monday 27 March 2006 04:01, Beech Rintoul wrote:
  I'm trying to get linux-firefox running on a system that also has
  native firefox installed. When I try and start linux-firefox I get a
  message saying that firefox is already running (which it's not).
 
  You sure?
  ps ax|grep firefox
  killall firefox-bin
  killall linux-firefox
  killall linux-firefox-bin
 
  I tried rebooting
  but the message remains.
 
  Rebooting shouldn't be necessary.
 
  Does anyone have a suggestion?
 
  Beech
 
  stargate# ps waux | grep firefox-bin
  stargate# ps waux | grep linux-firefox
  stargate# ps waux | grep firefox
 
 
  stargate# killall firefox-bin
  No matching processes were found
  stargate# killall linux-firefox
  No matching processes were found
  stargate# killall linux-firefox-bin
  No matching processes were found
  stargate# killall firefox
  No matching processes were found
 
  #firefox 
 
  Same error. I even deleted the .mozilla directory.
 
  Beech

 You have a lock file somewhere that needs to be deleted.

 It's either in /var/run or in your homedir, I can't remember
 where I found it when I had the same problem, sorry.

I deinstalled both versions of firefox and deleted any reference to mozilla or 
firefox. I carefully went through /var/run and /root. I rebooted and 
reinstalled linux-firefox. Still get the error. This is getting old.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpJqMkn4y0HI.pgp
Description: PGP signature


linux-firefox

2006-03-27 Thread Beech Rintoul
I'm trying to get linux-firefox running on a system that also has native 
firefox installed. When I try and start linux-firefox I get a message saying 
that firefox is already running (which it's not). I tried rebooting but the 
message remains. Does anyone have a suggestion?

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgp26ylqrzZla.pgp
Description: PGP signature


Re: linux-firefox

2006-03-27 Thread Norberto Meijome
On Mon, 27 Mar 2006 01:01:33 -0900
Beech Rintoul [EMAIL PROTECTED] wrote:

 I'm trying to get linux-firefox running on a system that also has
 native firefox installed. When I try and start linux-firefox I get a
 message saying that firefox is already running (which it's not). I
 tried rebooting but the message remains. Does anyone have a
 suggestion?
 
 Beech

Check for .mozilla/firefox/[PROFILE_DIR]/.parentlock and remove it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >