From owner-freebsd-questions@FreeBSD.ORG Mon May 31 15:11:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EE13106564A for ; Mon, 31 May 2010 15:11:26 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 219A88FC17 for ; Mon, 31 May 2010 15:11:25 +0000 (UTC) Received: by vws10 with SMTP id 10so1586264vws.13 for ; Mon, 31 May 2010 08:11:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.87.169 with SMTP id w41mr1722948qal.292.1275318684733; Mon, 31 May 2010 08:11:24 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.229.88.12 with HTTP; Mon, 31 May 2010 08:11:24 -0700 (PDT) Date: Mon, 31 May 2010 11:11:24 -0400 X-Google-Sender-Auth: SYlxlGy2xgSH2Lk6PavGeTaIWaA Message-ID: From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Some icons broken in Gnome after libpng upgrade 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: Mon, 31 May 2010 15:11:26 -0000 Hi, I updated libpng and Gnome (gdm) refused to start because it was looking for libpng.so.5 and I had upgraded to libpng.so.6 . I create a softlink to trick Gnome but some icons broke and no longer show up, particularly those in the taskbars, but those on the Desktop are fine. This Gnome is installed via binary package so if I re-install it will probably rewrite my current libpng and break other stuff. The other option is to compile libpng from source and place only the specific .5 file in the libr directory. Has anyone else had this problem? I did some searches and nothing obvious. What do you recommend I do? Thanks, Alejandro Imass