From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 10:35:20 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 80A50CB4 for ; Mon, 22 Sep 2014 10:35:20 +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 49D88F82 for ; Mon, 22 Sep 2014 10:35:19 +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 0M2NyU-1YLVeN39JU-00s4fq; Mon, 22 Sep 2014 12:35:13 +0200 Message-ID: <541FFB5E.6010109@wholesum.net> Date: Mon, 22 Sep 2014 06:35:10 -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: Gtk-Message: Failed to load module Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:OnPh2X/0KGnFAgNQlccNnDtuqwju1i1jU4t4Du7iLmM u0pIKM8lUlMebRrd3Myb+VlVygnPffGHF1T4tPMfHEd58ECH8g YhSJ79Wj/6gHwQRjLM87vD7TvQu/3Bq7aLydYRn5yimfkuuTV5 +JH9TMWoS3KUaEEr74MbyNp7lxgoAR/HvWjp/GpwYuXAdRdCFd MzpAYeKt07AyINSCStZtnLlpGm9Vz5po0sDtTNjDyJZEf1PGvU 3daA+Xo+fk02Ymu/YYqj7m+tgh27qwMvcMGxCdCGFKNlv9IxvL ZaiizgEl07Zd4HJGK+4tuQryYo0gs+0G0xko8SnBGVPpT59rf9 QWcKDBb/UOT63mnlMla0= 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: Mon, 22 Sep 2014 10:35:20 -0000 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 running on 8.4-STABLE FreeBSD 8.4-STABLE #0 r270492 switched from using ports to pkg about a month or two ago, however I think this problem has been there longer than that. Thanks, Nick