<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Florida &#187; python</title>
	<atom:link href="http://www.ubuntu-fl.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntu-fl.org</link>
	<description>Ubuntu Florida Local Community Team</description>
	<lastBuildDate>Tue, 25 May 2010 20:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Learning Django</title>
		<link>http://www.ubuntu-fl.org/2010/02/23/learning-django/</link>
		<comments>http://www.ubuntu-fl.org/2010/02/23/learning-django/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:14:15 +0000</pubDate>
		<dc:creator>mhall119</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=499</guid>
		<description><![CDATA[All this week I will be teaching classes on Django at 1pm Eastern (1800 UTC) in #ubuntu-classroom.  It is a series of 4 classes, taking you from getting Django setup to a working application, learning about Views, Models, Forms and Templates.  We started off getting a Django project setup and will continue tomorrow with creating [...]]]></description>
			<content:encoded><![CDATA[<p>All this week I will be teaching classes on Django at 1pm Eastern (1800 UTC) in #ubuntu-classroom.  It is a series of 4 classes, taking you from getting Django setup to a working application, learning about Views, Models, Forms and Templates.  We started off getting a Django project setup and will continue tomorrow with creating our first models.  At the end of this course series, we will have a working application that can be used to track other sessions being held in #ubuntu-classroom.</p>
<p>Logs from today&#8217;s class can be read here: <a title="IRC Logs" href="http://irclogs.ubuntu.com/2010/02/23/%23ubuntu-classroom.html#t18:01" target="_blank">http://irclogs.ubuntu.com/2010/02/23/%23ubuntu-classroom.html#t18:01</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2010/02/23/learning-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacklet: Remove Gwibber tray icon</title>
		<link>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/</link>
		<comments>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:24:42 +0000</pubDate>
		<dc:creator>mhall119</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[indicator applet]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=342</guid>
		<description><![CDATA[Get the most out of Gwibber and Indicator Applet by doing away with the Gwibber tray icon.]]></description>
			<content:encoded><![CDATA[<p>Like Pidgin, Gwibber offers you the option to &#8220;minimize to tray&#8221; when you close the Gwibber window, it also has an option to not show a tray icon.  However, I&#8217;d imagine to keep the window from being lost to the user, you can&#8217;t do both.  If you make Gwibber minimize to the system tray, it will automatically turn on the tray icon.</p>
<p>Ubuntu 9.04 (Jaunty) introduced the new Indicator Applet, which lets applications that need to show indications/notifications to a user congregate all in one place.  Gwibber is one such application that makes use of the Indicator Applet, but the sanity check I mentioned above means you still get tray clutter.  Here is a quick, simple hack you can make to the Gwibber code to override this behavior.</p>
<p>1. sudo gedit <strong>/usr/share/pyshared/gwibber/client.py</strong> (If you installed Gwibber from the repos, if you&#8217;ve checked out the source it&#8217;s under $src/gwibber/client.py)</p>
<p>2. Locate the <strong>on_window_close</strong> method.</p>
<p>3. Comment out the line: <strong>self.preferences["show_tray_icon"] = True</strong> (Put a # at the beginning of the line)</p>
<p>4. Save and restart Gwibber!  Now you can minimize to tray without showing a tray icon.  Use the Gwibber entry in the Indicator Applet menu to bring the window back up.</p>
<div id="attachment_343" class="wp-caption alignnone" style="width: 401px"><img class="size-full wp-image-343" title="client.py changes" src="http://www.ubuntu-fl.org/wp-content/uploads/2009/06/edit.png" alt="client.py changes" width="391" height="218" /><p class="wp-caption-text">client.py changes</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
