<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Terminator 0.90 progress</title>
	<atom:link href="http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/</link>
	<description>Pondering the mystery...</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cmsj</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-710</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-710</guid>
		<description>Andrew: no thank you, I really appreciate it. It will take me ages to find all these bugs if people don&#039;t exercise it by using it their way :)</description>
		<content:encoded><![CDATA[<p>Andrew: no thank you, I really appreciate it. It will take me ages to find all these bugs if people don&#8217;t exercise it by using it their way :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-706</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 19 Jan 2010 22:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-706</guid>
		<description>Yes, setup.py is also fixed. Thank you!</description>
		<content:encoded><![CDATA[<p>Yes, setup.py is also fixed. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmsj</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-705</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Tue, 19 Jan 2010 20:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-705</guid>
		<description>ok, I *think* I&#039;ve fixed up the setup.py to more correctly install everything, but I&#039;m not very experienced with distutils, so maybe it&#039;s still wrong.</description>
		<content:encoded><![CDATA[<p>ok, I *think* I&#8217;ve fixed up the setup.py to more correctly install everything, but I&#8217;m not very experienced with distutils, so maybe it&#8217;s still wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmsj</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-703</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Tue, 19 Jan 2010 20:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-703</guid>
		<description>@Andrew: Thanks, I&#039;ve just pushed a fix for the icon error. It worked after doing a setup.py install because that would have installed the icon. I&#039;ll fix up the setup.py now since that&#039;s obviously important to have!</description>
		<content:encoded><![CDATA[<p>@Andrew: Thanks, I&#8217;ve just pushed a fix for the icon error. It worked after doing a setup.py install because that would have installed the icon. I&#8217;ll fix up the setup.py now since that&#8217;s obviously important to have!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-702</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-702</guid>
		<description>Oh, and the weird part is that after running setup.py, like I said in my first comment, running Terminator from the menu doesn&#039;t work. Instead, running it from the epic-refactor (./terminator) now works...</description>
		<content:encoded><![CDATA[<p>Oh, and the weird part is that after running setup.py, like I said in my first comment, running Terminator from the menu doesn&#8217;t work. Instead, running it from the epic-refactor (./terminator) now works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-701</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-701</guid>
		<description>@cmsj: Without running setup.py on my computer (actually I tested it on 3 computers, all running Ubuntu Karmic 32 bit), simply running ./terminator doesn&#039;t work. Here&#039;s the output:

Unable to find python bindings for deskbar, &quot;hide_window&quot; is notavailable.
Traceback (most recent call last):
  File &quot;./terminator&quot;, line 54, in 
    WINDOW = MAKER.make(&#039;Window&#039;)
  File &quot;/home/andrei/epic-refactor/terminatorlib/factory.py&quot;, line 71, in make
    return(func(**kwargs))
  File &quot;/home/andrei/epic-refactor/terminatorlib/factory.py&quot;, line 76, in make_window
    return(window.Window(**kwargs))
  File &quot;/home/andrei/epic-refactor/terminatorlib/window.py&quot;, line 49, in __init__
    self.apply_icon()
  File &quot;/home/andrei/epic-refactor/terminatorlib/window.py&quot;, line 124, in apply_icon
    icon = icon_theme.load_icon(APP_NAME, 48, 0)
glib.GError: Icon &#039;terminator&#039; not present in theme</description>
		<content:encoded><![CDATA[<p>@cmsj: Without running setup.py on my computer (actually I tested it on 3 computers, all running Ubuntu Karmic 32 bit), simply running ./terminator doesn&#8217;t work. Here&#8217;s the output:</p>
<p>Unable to find python bindings for deskbar, &#8220;hide_window&#8221; is notavailable.<br />
Traceback (most recent call last):<br />
  File &#8220;./terminator&#8221;, line 54, in<br />
    WINDOW = MAKER.make(&#8216;Window&#8217;)<br />
  File &#8220;/home/andrei/epic-refactor/terminatorlib/factory.py&#8221;, line 71, in make<br />
    return(func(**kwargs))<br />
  File &#8220;/home/andrei/epic-refactor/terminatorlib/factory.py&#8221;, line 76, in make_window<br />
    return(window.Window(**kwargs))<br />
  File &#8220;/home/andrei/epic-refactor/terminatorlib/window.py&#8221;, line 49, in __init__<br />
    self.apply_icon()<br />
  File &#8220;/home/andrei/epic-refactor/terminatorlib/window.py&#8221;, line 124, in apply_icon<br />
    icon = icon_theme.load_icon(APP_NAME, 48, 0)<br />
glib.GError: Icon &#8216;terminator&#8217; not present in theme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmsj</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-698</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Tue, 19 Jan 2010 17:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-698</guid>
		<description>John: yeah right now switching profile won&#039;t execute the right command, I&#039;m trying to decide if it should or not. Switching profile shouldn&#039;t necessarily kill what you&#039;re already running, I think.
Profiles you create are saved to ~/.config/terminator/epic-refactor for now, but when we release that&#039;ll be ~/.config/terminator/config and we&#039;ll have some kind of tool to migrate the old config file format.</description>
		<content:encoded><![CDATA[<p>John: yeah right now switching profile won&#8217;t execute the right command, I&#8217;m trying to decide if it should or not. Switching profile shouldn&#8217;t necessarily kill what you&#8217;re already running, I think.<br />
Profiles you create are saved to ~/.config/terminator/epic-refactor for now, but when we release that&#8217;ll be ~/.config/terminator/config and we&#8217;ll have some kind of tool to migrate the old config file format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmsj</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-697</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Tue, 19 Jan 2010 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-697</guid>
		<description>Andrew: I should probably remove setup.py for now. I would only suggest running this branch from within the branch itself. Sorry for the confusion :$</description>
		<content:encoded><![CDATA[<p>Andrew: I should probably remove setup.py for now. I would only suggest running this branch from within the branch itself. Sorry for the confusion :$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Navarro</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-695</link>
		<dc:creator>John Navarro</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-695</guid>
		<description>Ubuntu 9.10 64bit. App loads and runs just fine. Can&#039;t seem to get profiles to work. When I create one and then select it the profile doesn&#039;t run the command which should SSH to a server. Also, how easy is it to back up any profiles I create?

Thanks,
John</description>
		<content:encoded><![CDATA[<p>Ubuntu 9.10 64bit. App loads and runs just fine. Can&#8217;t seem to get profiles to work. When I create one and then select it the profile doesn&#8217;t run the command which should SSH to a server. Also, how easy is it to back up any profiles I create?</p>
<p>Thanks,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.tenshu.net/archives/2010/01/19/terminator-0-90-progress/comment-page-1/#comment-694</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=378#comment-694</guid>
		<description>There is an error in setup.py

It points out to &quot;data/preferences.glade&quot;, while preferences.glade is in &quot;terminatorlib&quot;

Also, after installing it, running &quot;terminator&quot; from the menu does nothing. Here&#039;s the error:

andrei@andrei-desktop:~/epic-refactor$ terminator
Traceback (most recent call last):
  File &quot;/usr/local/bin/terminator&quot;, line 40, in 
    import terminatorlib.optionparse
  File &quot;/usr/local/lib/python2.6/dist-packages/terminatorlib/optionparse.py&quot;, line 25, in 
    import config
  File &quot;/usr/local/lib/python2.6/dist-packages/terminatorlib/config.py&quot;, line 68, in 
    from configobj.configobj import ConfigObj, flatten_errors
ImportError: No module named configobj


However, running ./terminator works ok :)</description>
		<content:encoded><![CDATA[<p>There is an error in setup.py</p>
<p>It points out to &#8220;data/preferences.glade&#8221;, while preferences.glade is in &#8220;terminatorlib&#8221;</p>
<p>Also, after installing it, running &#8220;terminator&#8221; from the menu does nothing. Here&#8217;s the error:</p>
<p>andrei@andrei-desktop:~/epic-refactor$ terminator<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/local/bin/terminator&#8221;, line 40, in<br />
    import terminatorlib.optionparse<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/terminatorlib/optionparse.py&#8221;, line 25, in<br />
    import config<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/terminatorlib/config.py&#8221;, line 68, in<br />
    from configobj.configobj import ConfigObj, flatten_errors<br />
ImportError: No module named configobj</p>
<p>However, running ./terminator works ok :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
