From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 11 21:08:57 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A8F106566C; Fri, 11 Apr 2008 21:08:57 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1108FC0A; Fri, 11 Apr 2008 21:08:57 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JkQUS-000OZB-AA; Sat, 12 Apr 2008 01:08:56 +0400 To: Alexander Leidinger References: <05090334@bs1.sp34.ru> <06768573@bb.ipt.ru> <40687193@bb.ipt.ru> <20080409082256.99811dkk7v4ox23o@webmail.leidinger.net> From: Boris Samorodov Date: Sat, 12 Apr 2008 01:08:55 +0400 In-Reply-To: <20080409082256.99811dkk7v4ox23o@webmail.leidinger.net> (Alexander Leidinger's message of "Wed\, 09 Apr 2008 08\:22\:56 +0200") Message-ID: <96003736@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org, "Sean C. Farley" Subject: Re: linux_base-f8/Linux emulation notes X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 21:08:57 -0000 On Wed, 09 Apr 2008 08:22:56 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (from Wed, 09 Apr 2008 01:33:10 +0400): > > On Wed, 09 Apr 2008 01:10:10 +0400 Boris Samorodov wrote: > > > >> > > 5. The "Beyond Adobe Reader" window that acroread shows if not run > >> > > with a file to load is blank. According to this FAQ[1] #10 by Adobe, > >> > > it could be a problem with gtkembedmoz (installed by the linux-nvu > >> > > port). > > > >> > I don't see this with acroread7. > > > >> Confirmed with acroread8. And I don't install linux-nvu. BTW what > >> is the purpose ot that window? To show an error message or smth else? > > > > As a workaround at "Edit -> Preferences -> Internet" for > > libgtkembedmoz folder I choosed a frolder from linux-seamonkey > > (/usr/local/lib/linux-seamonkey). After reloading of acroread8 > > a right window was displayed and I checked-up "Don't show this > > message again". > I think there's some kind of env variable for ports which use mozilla > stuff. MOZEMBEDDED maybe? Don't remember. Check some stuff in the > shell wrappers of the mozilla based ports. Maybe we can find something > there which fits (linux-firefox may be a better dependency then). Speaking about Acrobat Reader, the needed value is defined at LOCALEBASE/bin/acroread script (for Acrobat Reader 8 only). It's a variable MOZILLA_COMP_PATH. We can't predefine it because it is not tested but just defined: ----- case ${ADOBE_VER} in 7) ACROBASE=Adobe/Acrobat7.0 BINPREFIX=bin ;; 8) ACROBASE=Adobe/Reader8 BINPREFIX=Adobe/Reader8/bin MOZILLA_COMP_PATH=/..//usr/local/lib/linux-nvu export MOZILLA_COMP_PATH ;; esac ----- WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve