[Gambas-user] Desktop notification

Fabien Bodard gambas.fr at ...626...
Sun Jun 28 22:44:50 CEST 2015


2015-06-28 22:32 GMT+02:00 Moviga Technologies <moviga at ...3488...>:
>
>
> This is another feature request for Gambas - desktop notifications. I
> know KDE5 uses 'notify-send', but not sure about all the others.
it's a dbus thing. It use the notifier deamon provided by each modern
complient desktop.

dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp","2",
Null, "About My Notify", "This is a Notifications!!!", Null, Null, 5)

so something can be done like for the trayicon

>
>
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors
> network devices and physical & virtual servers, alerts via email & sms
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list