From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 31 21:28:26 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B4016A4E2 for ; Mon, 31 Jul 2006 21:28:26 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8004743D6E for ; Mon, 31 Jul 2006 21:28:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so237395nzd for ; Mon, 31 Jul 2006 14:28:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IiCrKDi8CMklOhbx4pCOXZhvVuo1G3oI1Roe+RsqjTV9+bt1MUEFYe87/7FsZHeB0JsW7WqVXOyvMBsPQKqDdoHkJEMC7FWXYX2imfD800gwVJfA0sb+f3Zw9uyUY4AZPHTpdNKuI63eHDOYTdZCNClcgvI26f8DVjN00Y12WOw= Received: by 10.65.84.5 with SMTP id m5mr4146556qbl; Mon, 31 Jul 2006 14:28:22 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Mon, 31 Jul 2006 14:28:22 -0700 (PDT) Message-ID: Date: Tue, 1 Aug 2006 01:28:22 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kevin Oberman" In-Reply-To: <20060731200104.097AD45053@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060731200104.097AD45053@ptavv.es.net> X-Google-Sender-Auth: 4aaf40418ff103b2 Cc: gnome@freebsd.org Subject: Re: linux-firefox moved to LOCALBASE so icon not found X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 21:28:26 -0000 On 8/1/06, Kevin Oberman wrote: > linux-firefox now is installed in /usr/local instead of /usr/X11R6. When > the gnome desktop tries to access the icon for it, it fails as it is > still looking in X11R6. > > I don't know if this is a port issue of a gnome one, but it's broken. The linux-firefox.desktop has been updated to reference the icon file at the right location, but the file itself has moved from X11BASE to LOCALBASE. A workaround would be to ln -s /usr/local/share/applications/linux-firefox.desktop /usr/X11R6/share/applications/ The problem is we're in X11BASE->LOCALBASE transition, so it should all be settled some time soon, but there probably will be a lot of minor issues like this one before it does.