From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 12:18:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FBEF346 for ; Tue, 23 Sep 2014 12:18:15 +0000 (UTC) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.perfora.net", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA7461C5 for ; Tue, 23 Sep 2014 12:18:14 +0000 (UTC) Received: from [172.27.2.50] (107-145-15-87.res.bhn.net [107.145.15.87]) by mrelay.perfora.net (node=mreueus003) with ESMTP (Nemesis) id 0MQg7H-1Xi83f2xVF-00Tyyc; Tue, 23 Sep 2014 14:18:08 +0200 Message-ID: <542164FD.4010008@wholesum.net> Date: Tue, 23 Sep 2014 08:18:05 -0400 From: Nikolai Wendorf User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Gtk-Message: Failed to load module References: <541FFB5E.6010109@wholesum.net> <20140922182652.0ef79715@kalimero.tijl.coosemans.org> <54209FCA.5040603@wholesum.net> <20140923125452.163780f6@kalimero.tijl.coosemans.org> In-Reply-To: <20140923125452.163780f6@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:y98llx9mEqpKo0+pI1ycQ1pw0WJKGnO6j4O7l67AfLX ZrtuO1PMNCrULf0ZtSuZ2URoyFllBoeDAfyp/ocWQdrK0462q/ DtJ48+TSX9SQB9RGQQjMAMAVGq9WpJKZd75V//0iCrJ25b65FJ wigE9Kae0YYoRkC2INC/MGMO6c2kzR8BidUtg9aXKUmc19B0nL D7XtBUxvwK6uDQ3fTT6kVI0ESCqGY/RJKSP+RlqN1potJwMS3v 1VsLvm/sn0cCen3bOQUf5cPuoc4UvGnoEYse6TIrntr9HbekFB 1y3WKop0BaLuLh9bUPTcDkwDiD9tNbN2avSjAlbXoVqCgUhXZt uQ1SeElXvDBivF2x+eQw= X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 12:18:15 -0000 On 9/23/2014 6:54 AM, Tijl Coosemans wrote: > On Mon, 22 Sep 2014 18:16:42 -0400 Nikolai Wendorf wrote: >> On 9/22/2014 12:26 PM, Tijl Coosemans wrote: >>> On Mon, 22 Sep 2014 06:35:10 -0400 Nikolai Wendorf wrote: >>>> I've been trying to fix an error I've been seeing in .xsession-errors: >>>> >>>> Gtk-Message: Failed to load module "canberra-gtk-module": >>>> libcanberra-gtk-module.so: cannot open shared object file: No such file >>>> or directory >>>> Gtk-Message: Failed to load module "gnomesegvhandler": >>>> libgnomesegvhandler.so: cannot open shared object file: No such file or >>>> directory >>>> >>>> find says: >>>> 3>find /usr/local/lib -name libcanberra-gtk-module.so >>>> /usr/local/lib/gtk-2.0/modules/libcanberra-gtk-module.so >>>> /usr/local/lib/gtk-3.0/modules/libcanberra-gtk-module.so >>> Check the output of: >>> >>> ldd /usr/local/lib/gtk-2.0/modules/libcanberra-gtk-module.so >>> >>> See if any of the libraries it depends on is missing. >> I don't see any complaints: >> 1>ldd /usr/local/lib/gtk-2.0/modules/libcanberra-gtk-module.so > Ok. How about the gtk-3.0 module? > _______________________________________________ > 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" > That gave the same answer. Nick