<?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: Completely Hide GNOME Panel</title>
	<atom:link href="http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bruno</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-14892</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sat, 27 Aug 2011 18:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-14892</guid>
		<description>What about Ubuntu 11; Unity?? How to hide the top panel??
thanks</description>
		<content:encoded><![CDATA[<p>What about Ubuntu 11; Unity?? How to hide the top panel??<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tont</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-14807</link>
		<dc:creator>Tont</dc:creator>
		<pubDate>Thu, 23 Jun 2011 20:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-14807</guid>
		<description>&lt;a href=&quot;#comment-14624&quot; rel=&quot;nofollow&quot;&gt;@Ian Kluhsman &lt;/a&gt; oh yes thank you. That worked.</description>
		<content:encoded><![CDATA[<p><a href="#comment-14624" rel="nofollow">@Ian Kluhsman </a> oh yes thank you. That worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Kluhsman</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-14624</link>
		<dc:creator>Ian Kluhsman</dc:creator>
		<pubDate>Thu, 03 Mar 2011 00:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-14624</guid>
		<description>You can also use the value apps &gt; panel &gt; general &gt; toplevel_id_list and remove the string [top_panel] from this string list. This will effectively remove the panel completely from the screen, as opposed to the object still being drawn on the desktop hidden and invisible.</description>
		<content:encoded><![CDATA[<p>You can also use the value apps &gt; panel &gt; general &gt; toplevel_id_list and remove the string [top_panel] from this string list. This will effectively remove the panel completely from the screen, as opposed to the object still being drawn on the desktop hidden and invisible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11796</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 02 Aug 2010 09:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11796</guid>
		<description>Configuring the Panel is always the first thing I do. However, there are limitations. For example, changing the color of the Panel (upper or lower panel) affects only one part of the Panel. The result is an anesthetically looking. The upper panel will be shown like three pieces: The part that contains &quot;Applications&quot;, Places&quot; and &quot;System&quot; remains unchanged. Then only the middle part of the Panel cahnges the color; finally, the right part (containing the clock, calendar and swtich button,etc) also remains unchanged.

That is really anoying. I mean, KDE 3.5 had that possibility, but Gnome cannot custom create a homogeneously colored panel. Gnome walks backwards....unless I am missing something???</description>
		<content:encoded><![CDATA[<p>Configuring the Panel is always the first thing I do. However, there are limitations. For example, changing the color of the Panel (upper or lower panel) affects only one part of the Panel. The result is an anesthetically looking. The upper panel will be shown like three pieces: The part that contains &#8220;Applications&#8221;, Places&#8221; and &#8220;System&#8221; remains unchanged. Then only the middle part of the Panel cahnges the color; finally, the right part (containing the clock, calendar and swtich button,etc) also remains unchanged.</p>
<p>That is really anoying. I mean, KDE 3.5 had that possibility, but Gnome cannot custom create a homogeneously colored panel. Gnome walks backwards&#8230;.unless I am missing something???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11300</link>
		<dc:creator>x</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11300</guid>
		<description>hmm now i see the problem. when i copy paste this script i get AltGr+0 char and not Shift+2 char</description>
		<content:encoded><![CDATA[<p>hmm now i see the problem. when i copy paste this script i get AltGr+0 char and not Shift+2 char</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11299</link>
		<dc:creator>x</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11299</guid>
		<description>i set line
WID=`xdotool search –class “gnome-panel”`
to
WID=`xdotool search –class &quot;gnome-panel&quot;`

and line
curWID=`expr substr “$WID” $(( $i*9+1 )) 8`
to
curWID=`expr substr &quot;$WID&quot; $(( $i*9+1 )) 8`

and now script is working without error but i still have top panel :) (lucid also)</description>
		<content:encoded><![CDATA[<p>i set line<br />
WID=`xdotool search –class “gnome-panel”`<br />
to<br />
WID=`xdotool search –class &#8220;gnome-panel&#8221;`</p>
<p>and line<br />
curWID=`expr substr “$WID” $(( $i*9+1 )) 8`<br />
to<br />
curWID=`expr substr &#8220;$WID&#8221; $(( $i*9+1 )) 8`</p>
<p>and now script is working without error but i still have top panel <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (lucid also)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11253</link>
		<dc:creator>x</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11253</guid>
		<description>and line 12 in script is this:

if [ $(expr &quot;$infWID&quot; &#124; fgrep &quot;Window id&quot; &#124; tail -c8) = &quot;Panel\&quot;&quot; ]; then</description>
		<content:encoded><![CDATA[<p>and line 12 in script is this:</p>
<p>if [ $(expr "$infWID" | fgrep "Window id" | tail -c8) = "Panel\"" ]; then</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11252</link>
		<dc:creator>x</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11252</guid>
		<description>Mike your 1st script gives me this output:

&quot;
./HideGnomePanel.sh 
usage: windowmap wid
&quot;

and 2nd one this:

&quot;
...
...
./HideGnomePanel.sh: line 12: [: =: unary operator expected
expr: syntax error
./HideGnomePanel.sh: line 12: [: =: unary operator expected
...
...
&quot;</description>
		<content:encoded><![CDATA[<p>Mike your 1st script gives me this output:</p>
<p>&#8221;<br />
./HideGnomePanel.sh<br />
usage: windowmap wid<br />
&#8221;</p>
<p>and 2nd one this:</p>
<p>&#8221;<br />
&#8230;<br />
&#8230;<br />
./HideGnomePanel.sh: line 12: [: =: unary operator expected<br />
expr: syntax error<br />
./HideGnomePanel.sh: line 12: [: =: unary operator expected<br />
&#8230;<br />
&#8230;<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11011</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 11 May 2010 17:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11011</guid>
		<description>&lt;a href=&quot;#comment-11007&quot; rel=&quot;nofollow&quot;&gt;@Mike &lt;/a&gt; 

Just found out that the script doesn&#039;t work very well if there&#039;s more than one panel.  This one should be a bit better:

hidePanel.sh
-----------------------------------------------
#!/bin/bash

# Toggles on/off gnome-panel visibility

WID=`xdotool search --class &quot;gnome-panel&quot;`

for i in $(seq 0 $(( ${#WID}/9 ))); do

	curWID=`expr substr &quot;$WID&quot; $(( $i*9+1 )) 8`
	infWID=`xwininfo -id $curWID 2&gt;/dev/null`

	if [ $(expr &quot;$infWID&quot; &#124; fgrep &quot;Window id&quot; &#124; tail -c8) = &quot;Panel\&quot;&quot; ]; then

		if [ $(expr &quot;$infWID&quot; &#124; fgrep &quot;Map State&quot; &#124; tail -c9) = &quot;Viewable&quot; ]; then

			xdotool windowunmap $curWID
		else

			xdotool windowmap  $curWID

		fi

	fi

done

exit 0
-----------------------------------------------

Also, I forgot to add the &quot;. /&quot; before the execution path.  To run the script, run: &quot;. /(chosen directory)/hidePanel.sh&quot; without quotes.  I should also mention that I&#039;ve only tried this on Lucid (Ubuntu 10.04).

Hope you enjoy.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11007" rel="nofollow">@Mike </a> </p>
<p>Just found out that the script doesn&#8217;t work very well if there&#8217;s more than one panel.  This one should be a bit better:</p>
<p>hidePanel.sh<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#!/bin/bash</p>
<p># Toggles on/off gnome-panel visibility</p>
<p>WID=`xdotool search &#8211;class &#8220;gnome-panel&#8221;`</p>
<p>for i in $(seq 0 $(( ${#WID}/9 ))); do</p>
<p>	curWID=`expr substr &#8220;$WID&#8221; $(( $i*9+1 )) 8`<br />
	infWID=`xwininfo -id $curWID 2&gt;/dev/null`</p>
<p>	if [ $(expr "$infWID" | fgrep "Window id" | tail -c8) = "Panel\"" ]; then</p>
<p>		if [ $(expr "$infWID" | fgrep "Map State" | tail -c9) = "Viewable" ]; then</p>
<p>			xdotool windowunmap $curWID<br />
		else</p>
<p>			xdotool windowmap  $curWID</p>
<p>		fi</p>
<p>	fi</p>
<p>done</p>
<p>exit 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Also, I forgot to add the &#8220;. /&#8221; before the execution path.  To run the script, run: &#8220;. /(chosen directory)/hidePanel.sh&#8221; without quotes.  I should also mention that I&#8217;ve only tried this on Lucid (Ubuntu 10.04).</p>
<p>Hope you enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comment-11007</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 11 May 2010 04:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276#comment-11007</guid>
		<description>I was looking for a way to toggle the panel today and I couldn&#039;t find anything so eventually I found a way to write up my own script.  This was the most recent article/thread on the topic that I found on the first page of Google so I figured I&#039;d post this here.

Note: requires xdotool (which is one function that I find really useful btw for keyboard-shortcut scripts)

hidePanel.sh:

-----------------------------------------------
#!/bin/bash

# Toggles on/off gnome-panel visibility

WID=`xdotool search --class &quot;gnome-panel&quot; &#124; head -1`
winStat=`xwininfo -id $WID 2&gt;/dev/null &#124; fgrep &quot;Map State&quot; &#124; tail -c8`

if [ &quot;X$winStat&quot; = &quot;Xiewable&quot; ]; then

	xdotool windowunmap $WID

else

	xdotool windowmap $WID

fi

exit 0
-----------------------------------------------

Run chmod +x (chosen directory)/hidePanel.sh
Then add (chosen directory)/hidePanel.sh to a custom keybinding or a startup script.

xdotool, xwininfo, and ps aux with grep are useful in cases like these for finding windows and processes and enabling/disabling or running/killing them.</description>
		<content:encoded><![CDATA[<p>I was looking for a way to toggle the panel today and I couldn&#8217;t find anything so eventually I found a way to write up my own script.  This was the most recent article/thread on the topic that I found on the first page of Google so I figured I&#8217;d post this here.</p>
<p>Note: requires xdotool (which is one function that I find really useful btw for keyboard-shortcut scripts)</p>
<p>hidePanel.sh:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#!/bin/bash</p>
<p># Toggles on/off gnome-panel visibility</p>
<p>WID=`xdotool search &#8211;class &#8220;gnome-panel&#8221; | head -1`<br />
winStat=`xwininfo -id $WID 2&gt;/dev/null | fgrep &#8220;Map State&#8221; | tail -c8`</p>
<p>if [ "X$winStat" = "Xiewable" ]; then</p>
<p>	xdotool windowunmap $WID</p>
<p>else</p>
<p>	xdotool windowmap $WID</p>
<p>fi</p>
<p>exit 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Run chmod +x (chosen directory)/hidePanel.sh<br />
Then add (chosen directory)/hidePanel.sh to a custom keybinding or a startup script.</p>
<p>xdotool, xwininfo, and ps aux with grep are useful in cases like these for finding windows and processes and enabling/disabling or running/killing them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 1/12 queries in 0.004 seconds using disk: basic
Object Caching 317/333 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 05:29:03 -->
