From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 15:08:16 2011 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 52F3B106564A for ; Fri, 26 Aug 2011 15:08:16 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DE3DE8FC16 for ; Fri, 26 Aug 2011 15:08:15 +0000 (UTC) Received: by ewy1 with SMTP id 1so2087130ewy.13 for ; Fri, 26 Aug 2011 08:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=I9P7dnB0/e8daomWTdDlljxSnk20NFDV8YHrGLmq2Nc=; b=YkAaFjCxUxo8U/J+Fo7yoeHjQCfPLEuKKTZ5eBHAsu6TyjolLazFkvWHzXSlcVNaGk fqT5JLtn0dtV0zmBogDg2oFE6239koOl4u3ydDXalGl2bwlwZNfBf1N/4QZQrDYkcN3R N6WDjUKRNf88rV1GirnZ8CashmYjpcf4Y+c4A= Received: by 10.213.28.18 with SMTP id k18mr560115ebc.57.1314371294789; Fri, 26 Aug 2011 08:08:14 -0700 (PDT) Received: from jimmiejaz.org (bas2-toronto44-3096460822.dsl.bell.ca [184.144.62.22]) by mx.google.com with ESMTPS id u44sm1120571eef.48.2011.08.26.08.08.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Aug 2011 08:08:13 -0700 (PDT) Message-ID: <4E57B6DB.3040701@gmail.com> Date: Fri, 26 Aug 2011 11:08:11 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110825 Thunderbird/6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 26 Aug 2011 16:14:21 +0000 Cc: freebsd-questions@freebsd.org Subject: libnotify & notification-daemon oddness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 15:08:16 -0000 libnotify-0.7.3_1 notification-daemon-0.7.1 FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 After following the portupgrade steps to update libnotify and libproxy (notification-daemon got rebuild as well), I've lost pop-up notifications in XFCE4. Thunderbird, transmission were rebuilt as well. Before, thunderbird, transmission would show a box with information when they wanted attention, now they don't. All I'm seeing is "libnotify-WARNING **: Failed to connect to proxy" when the event is supposed to happen. The only thing I can really see is: /usr/local/share/dbus-1/services/org.freedesktop.Notifications.service is no longer installed. From the notification-daemon Makefile is it's not using GTK3. Is anyone else seeing this, have an idea how to restore the expected behavior?