OT: libstartup-notification?
Nick Schermer
nickschermer at gmail.com
Tue Feb 26 12:52:06 CET 2008
2008/2/25, Enrico Tröger <enrico.troeger at uvena.de>:
> So, does startup notification already work without any need of any
> action of the started app itself?
Gtk does everything for you like (almost) everyone said. No need to
link against libstartup-notification (gtk already is). You only call
gdk_notify_startup_complete() when you contact another geany instance
using dbus/pipe and exit without opening a window*, which geany
doesn't do afaik, so you can remove startup-notification from the todo
list ^_^.
Nick
* You won't notice this since the panel and thunar close their sn
session when the pid dies. But calling gdk_notify_startup_complete()
(when you need to) is the way it should.
More information about the Xfce4-dev
mailing list