<?xml version="1.0" encoding="UTF-8"?>
<feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
   >
  <title type="text">byronc bits</title>
  <subtitle type="text">breaking old technology, one bit at a time</subtitle>

  <updated>2012-01-11T04:59:47Z</updated>
  <generator uri="http://blogofile.com/">Blogofile</generator>

  <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog" />
  <id>http://byron.theclarkfamily.name/blog/feed/atom/</id>
  <link rel="self" type="application/atom+xml" href="http://byron.theclarkfamily.name/blog/feed/atom/" />
  <entry>
    <author>
      <name></name>
      <uri>http://byron.theclarkfamily.name/blog</uri>
    </author>
    <title type="html"><![CDATA[gnome-screensaver and alternative window managers]]></title>
    <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog/2009/06/30/gnome-screensaver-and-alternative-window-managers" />
    <id>http://byron.theclarkfamily.name/blog/2009/06/30/gnome-screensaver-and-alternative-window-managers</id>
    <updated>2009-06-30T22:15:18Z</updated>
    <published>2009-06-30T22:15:18Z</published>
    <category scheme="http://byron.theclarkfamily.name/blog" term="psa" />
    <summary type="html"><![CDATA[gnome-screensaver and alternative window managers]]></summary>
    <content type="html" xml:base="http://byron.theclarkfamily.name/blog/2009/06/30/gnome-screensaver-and-alternative-window-managers"><![CDATA[<p>I've been using gnome-screensaver with <a href="http://awesome.naquadah.org/">awesome</a>
for a while without any problems.  Unfortunately that all came to an end when
GNOME 2.26 hit Debian Sid last week.  Just so that no-one else has to dig for
this, gnome-screensaver now uses gnome-session to determine idle time.
gnome-screensaver will run without gnome-session, but the screensaver and
locking mechanism will never kick in.  Fortunately, there is an easy fix.  I changed
my</p>
<pre><code>gnome-power-manager &amp;
</code></pre>
<p>line to</p>
<pre><code>gnome-session &amp;
</code></pre>
<p>in <code>~/.xsession</code> and everything works now.</p>]]></content>
  </entry>
  <entry>
    <author>
      <name></name>
      <uri>http://byron.theclarkfamily.name/blog</uri>
    </author>
    <title type="html"><![CDATA[pcapy]]></title>
    <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog/2009/05/21/pcapy" />
    <id>http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</id>
    <updated>2009-05-21T09:21:35Z</updated>
    <published>2009-05-21T09:21:35Z</published>
    <category scheme="http://byron.theclarkfamily.name/blog" term="python" />
    <category scheme="http://byron.theclarkfamily.name/blog" term="psa" />
    <summary type="html"><![CDATA[pcapy]]></summary>
    <content type="html" xml:base="http://byron.theclarkfamily.name/blog/2009/05/21/pcapy"><![CDATA[<p>So, <a href="http://oss.coresecurity.com/projects/pcapy.html">pcapy</a> is a great, simple
library to interface with libpcap.  It works well for reading live packets and
dump files.  There's only one problem: there is no way to modify or create a
<code>struct pcap_header</code> from Python code.  So there's really no way to add data to
the packets and add them to a dump file.</p>]]></content>
  </entry>
</feed>

