Xi Shen <davidshe...@gmail.com> writes:

> Well~that's good news. But I think dbus requires X11 to work. But in Cygwin 
> environment, people usually
> do not configure a full X11 environment.
>
I don't think that's true: dbus is "just" a message bus - an IPC
mechanism that different processes use to communicate. It has nothing to
do with X11 or any other windowing protocol.

The dbus-daemon manual page says:

       The systemwide daemon is largely used for broadcasting system events, 
such as changes
       to the printer queue, or adding/removing devices.

       The per-session daemon is used for various interprocess communication 
among desktop
       applications (however, it is not tied to X or the GUI in any way).


What makes you think that it requires X11?

> Besides, for org-notify, could dbus help it playing a notification sound on 
> Windows? Or popup a
> notification message?
>

Sure it could: you send a message on the dbus saying "play a sound" and some 
other
process listening on the dbus gets the message and plays a sound.

> So what I am thinking is to get some Windows native behavior for org-notify 
> on Windows/Cygwin
> environment.
>

Bad idea imo.

> On Tue, Jun 21, 2016 at 10:25 PM Fabrice Popineau 
> <fabrice.popin...@centralesupelec.fr> wrote:
>
>     Le 21 juin 2016 16:14, "Xi Shen" <davidshe...@gmail.com> a écrit :
>     >
>     > Yeah...getting dbus to work on Windows will be hard.
>    
>     Actually, not so much. Dbus does work on windows. It doesn't work right 
> now on emacs. I'm looking
>     into it.
>    
>     Fabrice
>    
> --
>
> Thanks,
> David S.
>

-- 
Nick


Reply via email to