<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>El Tramo | LGMTray</title>
  <subtitle>Remko Tronçon's Homepage</subtitle>
  <link href="http://el-tramo.be/blog/tag/lgmtray/feed/" rel="self" type="application/rss+xml"/>
  <link href="http://el-tramo.be/"/>
  <updated>2011-12-30T17:00:29+01:00</updated>
  <id>http://el-tramo.be/</id>
  <author>
    <name>Remko Tronçon</name>
    <uri>http://el-tramo.be/about/</uri>
  </author>
  
  <entry>
    <title>LGMTray: A Lightweight GMail Notifier</title>
    <author>
      <name>Remko Tronçon</name>
      <uri>http://el-tramo.be/about/</uri>
    </author>
    <link href="http://el-tramo.be/blog/lgmtray"/>
    <updated>2007-10-19T00:00:00+02:00</updated>
    <id>http://el-tramo.be/blog/lgmtray</id>
    <content type="html">I have been looking for a Linux system tray application to notify me of new mail on my GMail account. Unfortunately, all the notifiers I found either did not run on Linux, or had dependencies I was unable to meet on my machine (because I lack system administrator privileges). This is why I wrote &lt;a href=&quot;http://el-tramo.be/software/lgmtray&quot;&gt;LGMTray&lt;/a&gt;, a very basic GMail notifier, with very few dependencies.

&lt;!--more--&gt; LGMTray is implemented in C++, and only depends on &lt;a href=&quot;http://curl.haxx.se/&quot;&gt;libcurl&lt;/a&gt; (for opening secure connections to the GMail server),  &lt;a href=&quot;http://xmlsoft.org/&quot;&gt;LibXML2&lt;/a&gt; (for parsing the GMail feed), and libxpm (for rendering the icons). It uses the &lt;a href=&quot;http://standards.freedesktop.org/systemtray-spec/latest/&quot;&gt;FreeDesktop.org System Tray Specification&lt;/a&gt; to dock the application to the system tray, and uses Xlib directly for all the graphical functions (drawing the icons, communicating with the tray, ...). It is currently very limited in features, but will probably evolve in the future (depending on personal and other people's interest).
</content>
  </entry>
  
</feed>

