From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 10:55:02 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02377503 for ; Tue, 23 Sep 2014 10:55:02 +0000 (UTC) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id 9425D79D for ; Tue, 23 Sep 2014 10:55:01 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnMGANtMIVRbsISZ/2dsb2JhbABggw5TV8lIh1EBgQ8XAXqEBAEBBDocIxALDgoJJQ8qHgYTiEIBxHMBF5AHB4RLAQSWD4cFlVODYzsvgkoBAQE Received: from 153.132-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.132.153]) by relay.skynet.be with ESMTP; 23 Sep 2014 12:54:53 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s8NAsqSs002066; Tue, 23 Sep 2014 12:54:52 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 23 Sep 2014 12:54:52 +0200 From: Tijl Coosemans To: Nikolai Wendorf Subject: Re: Gtk-Message: Failed to load module Message-ID: <20140923125452.163780f6@kalimero.tijl.coosemans.org> In-Reply-To: <54209FCA.5040603@wholesum.net> References: <541FFB5E.6010109@wholesum.net> <20140922182652.0ef79715@kalimero.tijl.coosemans.org> <54209FCA.5040603@wholesum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 10:55:02 -0000 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?