<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://crunchbang.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=179" rel="self" type="application/rss+xml" />
		<title><![CDATA[CrunchBang Linux Forums / Gnome-do]]></title>
		<link>http://crunchbang.org/forums/viewtopic.php?id=179</link>
		<description><![CDATA[The most recent posts in Gnome-do.]]></description>
		<lastBuildDate>Fri, 05 Dec 2008 02:33:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=1009#p1009</link>
			<description><![CDATA[<div class="codebox"><pre><code>gnome-do --quiet </code></pre></div><p>Will launch gnome-do in the background. </p><p>I was planning to use it, but dmenu seems to&#160; be doing just what I want.</p><p>Yeah, the key on rc.xml has to be changed. </p><p>For me I go with &quot;<strong>W-space</strong>&quot; to launch dmenu, &quot;<strong>C-space</strong>&quot; for the root menu, and &quot;<strong>C-A-q</strong>&quot; for the open windows.</p>]]></description>
			<author><![CDATA[dummy@example.com (razienwolf)]]></author>
			<pubDate>Fri, 05 Dec 2008 02:33:11 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=1009#p1009</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=1006#p1006</link>
			<description><![CDATA[<div class="quotebox"><cite>corenominal wrote:</cite><blockquote><div><p>will both gnome-do and the Openbox menu appear? Or will gnome-do override the Openbox keybindings? Place your bets! <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/big_smile.png" alt="big_smile" /></p></div></blockquote></div><p>And the winner is ..... the menu!</p><div class="codebox"><pre><code>omns@cbm:~$ gnome-do &amp;
[1] 21831
omns@cbm:~$ 
(Do:21831): libdo-WARNING **: Binding &#039;&lt;Super&gt;space&#039; failed!</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rizzo)]]></author>
			<pubDate>Fri, 05 Dec 2008 00:54:46 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=1006#p1006</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=1004#p1004</link>
			<description><![CDATA[<p>I&#039;d recommend Launchy. I&#039;ve used Both Gnome-Do and Launchy, and Katapult, and Quicksilver. Launchy wins.. hands down. And it&#039;s nice that it works on Linux, Windows and Mac, so I can have it on whatever OS I&#039;m on.</p>]]></description>
			<author><![CDATA[dummy@example.com (marf)]]></author>
			<pubDate>Fri, 05 Dec 2008 00:40:02 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=1004#p1004</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=1002#p1002</link>
			<description><![CDATA[<div class="quotebox"><cite>omns wrote:</cite><blockquote><div><p>hmm, that&#039;s a tricky one because gnome-do is linked to the super-space key sequence which the default menu is already linked to.</p></div></blockquote></div><p>Doh! Forgot about that <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /> Oh well, it will be interesting to see it conflicts, will both gnome-do and the Openbox menu appear? Or will gnome-do override the Openbox keybindings? Place your bets! <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/big_smile.png" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (corenominal)]]></author>
			<pubDate>Fri, 05 Dec 2008 00:16:17 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=1002#p1002</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=999#p999</link>
			<description><![CDATA[<p>Corenominal -- I didn&#039;t realize that&#039;s what the autostart.sh file did.&#160; I&#039;m increasingly impressed at how intuitive and customizable Openbox is.</p>]]></description>
			<author><![CDATA[dummy@example.com (zopio)]]></author>
			<pubDate>Thu, 04 Dec 2008 23:54:48 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=999#p999</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=998#p998</link>
			<description><![CDATA[<p>Hi unspoken000</p><p>You can automatically start any application at the beginning of your Openbox session by editing your autostart.sh file. There is menu link to it under &quot;Preferences -&gt; Openbox Config -&gt; Edit autostart.sh&quot;. You can also edit it by entering the following terminal command:</p><div class="codebox"><pre><code>gedit ~/.config/openbox/autostart.sh</code></pre></div><p>Once ready for editing, add the following lines somewhere near the bottom and you should be good to go:</p><div class="codebox"><pre><code># Start GNOME DO
(sleep 2s &amp;&amp; gnome-do) &amp;</code></pre></div><p>Depending on the speed of your system, you might want to lose the sleep command. It is generally used on older systems.</p><div class="codebox"><pre><code># Start GNOME DO
gnome-do &amp;</code></pre></div><p>Also, I think the version of GNOME Do in Intrepid has a preference option to start silently. It used to be a start-up argument but I am not sure if it still is.</p><p>Hope this helps <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (corenominal)]]></author>
			<pubDate>Thu, 04 Dec 2008 23:51:05 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=998#p998</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=997#p997</link>
			<description><![CDATA[<p>hmm, that&#039;s a tricky one because gnome-do is linked to the super-space key sequence which the default menu is already linked to.</p>]]></description>
			<author><![CDATA[dummy@example.com (rizzo)]]></author>
			<pubDate>Thu, 04 Dec 2008 23:49:49 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=997#p997</guid>
		</item>
		<item>
			<title><![CDATA[Gnome-do]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=990#p990</link>
			<description><![CDATA[<p>I&#039;m a total noob so please be easy on me.&#160; I installed gnome-do through apt and everything went ok.&#160; My question is how do I get it to auto start at login?&#160; </p><p>Thx in advance.</p><br /><br /><br /><br /><br /><br /><br /><br /><p>&quot; Why do I need I.D. to get I.D.? &quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (unspoken000)]]></author>
			<pubDate>Thu, 04 Dec 2008 22:58:15 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=990#p990</guid>
		</item>
	</channel>
</rss>
