<div dir="ltr"><div class="gmail_quote">On Wed, Dec 14, 2011 at 19:42, Ludo Brands <span dir="ltr"><<a href="mailto:ludo.brands@free.fr">ludo.brands@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

A small suggestion for the example: test the libnotify version. The header<br>
conversion is based on 0.7.0 which is fairly recent. Ubuntu 10.04, the<br>
latest LTS, still only has version 0.4.5. The example crashes miserably with<br>
this version since notify_notification_new had an additional parameter.<br></blockquote><div><br>Wow 0.4.5 is from 2008 and unmaintained anymore. In Arch we have newer version :)<br>I'll create also binding for the 0.4 version.<br>

 </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Note also that the example could be reduced to a one-liner without header<br>
conversion:<br>
<br>
Sysutils.ExecuteProcess('/usr/bin/notify-send','-i dialog-information<br>
"Example for libnotify" "This is a simple example how to use libnotify."');<br>
<br>
Notify-send comes with the libnotify package. I guess you need the header<br>
translation for doing things that aren't possible with notify-send but for<br>
the average user it is an easier alternative.<br></blockquote><div><br>Actually I started translating notify-send into Pascal as a bigger example (and mostly test).<br>Theidea is to use the library problematically and not  executing external programs (unlike "normal" users :))<br>

<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Ludo<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>