[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to enable dbus by default
From: |
Tom Tromey |
Subject: |
Re: Patch to enable dbus by default |
Date: |
Sat, 02 Feb 2008 14:55:21 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) |
>>>>> "Michael" == Michael Olson <address@hidden> writes:
>> I think dbus support should default to 'on', not 'off'. If dbus is
>> not detected, it will not be used, so this patch should not break
>> anything.
Michael> Does anyone have a strong opinion on this? As I'm interested
Michael> in Tom's systray work, and this goes along with it, I'm going
Michael> to apply this patch tomorrow, unless we have
Michael> objections/discussion.
FWIW, the notification bits do need dbus, but they don't actually
require that the Emacs dbus support be enabled. You can configure
'--without-dbus --with-libnotify'; dbus will still be linked in, just
not visible to elisp.
BTW I've been playing with your test cases some more. I think we are
seeing generic gtk bug. This bug seems relevant:
http://bugzilla.gnome.org/show_bug.cgi?id=348971
Perhaps I can make this work by waiting for a size-change signal. I'm
not sure if this is reliable, though. Maybe I can have it either wait
for a size-change or a timeout, and throw an error in the timeout
case.
Tom