From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 01:42:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A2216A4CE for ; Fri, 2 Jul 2004 01:42:27 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447E643D41 for ; Fri, 2 Jul 2004 01:42:27 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq69-157.dial.allstream.net [216.123.142.125]) by outbox.allstream.net (Allstream MTA) with SMTP id 4A7CC1EC480; Thu, 1 Jul 2004 16:45:40 -0400 (EDT) Date: Thu, 1 Jul 2004 16:45:26 -0400 From: epilogue To: Dan Finn Message-Id: <20040701164526.61f2f7cb@localhost> In-Reply-To: <89ceee70407011046277dabe8@mail.gmail.com> References: <1088645947.32566.8.camel@solid.solisixoffice.com> <20040630234845.2f8002b0@localhost> <75f3f705040630211863661ddc@mail.gmail.com> <20040701120337.07a0b8d7@localhost> <89ceee70407011046277dabe8@mail.gmail.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Gnome installing Mozilla by default X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 01:42:27 -0000 On Thu, 1 Jul 2004 10:46:04 -0700 Dan Finn wrote: > On Thu, 1 Jul 2004 12:03:37 -0400, epilogue > wrote: > > > > On Thu, 01 Jul 2004 07:04:47 -0400 > > Aaron Walker wrote: > > > > > Roop Nanuwa wrote: > > > > > > > I'll join in on the praise for Opera. It really is the best web > > > > browser that's extremely light but still has all the "modern day" > > > > features one would expect from a web browser and then some. I will > > > > warn you about a couple of things, though. > > > > > > > > 1] The native FreeBSD version is not going to run Flash. I've > > > > pulled out many, many hairs about this but have never gotten the > > > > two to work together. If you want to view Flash, then install the > > > > linux-opera port. > > > > 2] You'll be spoiled after using Opera for any length of time. I've > > > > been using Opera for a long time and I simply can't tolerate any > > > > other browsers. The feature set it provides is so expansive that > > > > other browsers will seem utterly gutted in comparison. Ever use vi > > > > for a while and then notice that random ':w' or ':wq' start > > > > appearing in places where they shouldn't because you've gotten so > > > > used to the commands? Same idea here. 3] The default interface is > > > > not for everyone. Just realize that the interface is highly > > > > configurable so don't let it turn you off if it's not to your > > > > liking. > > > > > > > > --roop > > > > > > Just curious, but which version of flash are you using with Opera? I > > > did a search of the ports tree and found quite a few flash ports and > > > was confused on which one to install. > > > > > > > um, this one... > > > > ~> pkg_info | grep -i flash > > > > linux-flashplugin-7.0r25 The official Macromedia Flash Player for Linux > > Mozilla and > > > > hth, > > epi > > > > all this talk of opera got me interested so I thought I would go ahead > and install it. > > a "make install" of /usr/ports/www/linux-opera seemed to work fine. I > get this when I try and run it: > > [ dfinn @ stewie : ~] : linux-opera > opera: Could not initialize spell checker interface. File not found or > could not be opened (-7) > Segmentation fault (core dumped) well, i've never run into this problem before, but the ports have a tendency to change from day to day and funny things can happen. my guess is that the linux-aspell (ports/textproc) dependency wasn't installed. try adding that and see what happens. also, just to be certain, do you have one of the linux-base ports installed and linux_enable="YES" in /etc/rc.conf? if not, this will definitely cause you all sorts of grief. if you end up installing a linux-base and adding that setting to rc.conf, just be aware that it will take a reboot (or some other less drastic wizardry that i don't know) in order for the new rc.conf setting to take effect. for the record, i'm using linux_base-8 and haven't had any problems whatsoever. some ports (acroread, for example) will ask for a different linux_base version but will install anyway. after the install of any such program, you just pkgdb -Fu and tell it to depend upon the version you have installed. give all this a shot and let us know what comes of it. i'm not sure that i've hit upon 'your' problem, but i've got my fingers crossed. cheers, epi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >