From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 01:10:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A890516A400 for ; Fri, 17 Mar 2006 01:10:20 +0000 (UTC) (envelope-from don@donhayford.com) Received: from pop-7.dnv.wideopenwest.com (pop-7.dnv.wideopenwest.com [64.233.207.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A14D43D53 for ; Fri, 17 Mar 2006 01:10:20 +0000 (GMT) (envelope-from don@donhayford.com) Received: from [192.168.1.101] (d60-65-141-141.col.wideopenwest.com [65.60.141.141]) by pop-7.dnv.wideopenwest.com (8.12.8/8.12.8) with ESMTP id k2H1Ck7v020793 for ; Thu, 16 Mar 2006 19:12:46 -0600 Message-ID: <441A0C89.7000303@donhayford.com> Date: Thu, 16 Mar 2006 20:10:33 -0500 From: Donald T Hayford User-Agent: Thunderbird 1.5 (X11/20060218) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <441229E3.80208@donhayford.com> <44d5gt2gfa.fsf@be-well.ilk.org> <44134D48.9010105@donhayford.com> <447j6ycqmh.fsf@be-well.ilk.org> In-Reply-To: <447j6ycqmh.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Problem running Adobe acroread7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:10:20 -0000 Lowell Gilbert wrote: > Donald T Hayford writes: > > >> Lowell Gilbert wrote: >> >>> Donald T Hayford writes: >>> >>> >>> >>>> I get the following error message when I try to open a file in Adobe >>>> acroread7, after which acroread quits: >>>> >>>> (acroread:7605): Gtk-WARNING **: Could not find the icon >>>> 'gnome-fs-home'. The 'hicolor' theme >>>> was not found either, perhaps you need to install it. >>>> You can get a copy from: >>>> http://freedesktop.org/Software/icon-theme/releases >>>> >>>> When I run pkg_info, I find the following items installed (among many >>>> others): >>>> >>>> gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) >>>> gtk-2.8.12 Gimp Toolkit for X11 GUI (current stable version) >>>> hicolor-icon-theme-0.5 A high-color icon theme shell from the >>>> FreeDesktop project >>>> >>>> I couldn't find anything on 'gnome-fs-home'. I am running the KDE >>>> desktop, not gnome. >>>> >>>> >>> Are you running acroread from a command line? It doesn't require any >>> FreeBSD Gnome or gtk support; it does the linux-gtk2 and linux-pango >>> ports, but those are direct dependencies. >>> >>> >> The message above came when running from the command line and trying >> to open a file. If I run it from the KDE gui (by adding it to the >> menu), it just quietly disappears when I try to open a file. I didn't >> see any logged messages with the same information, but I don't know >> where to look. >> > > I don't feel like tracing the dependency trail just now, but on my > system, that graphic is installed by gnome-icon-theme-2.12.1_2. > Apparently there were some problems with the acroread port that caused the port managers to revert to an earlier version See UPDATING in the /usr/ports directory (after updating your port tree). Whether that was my problem, or there was some other problem that was also fixed by running portupgrade, I don't know, but I did a portupgrade and acroread works fine now. Thanks for the assistance --- Don