#! /usr/bin/python2.4
import pygtk; pygtk.require("2.0")
from gnomeosd import client

client.main()
