<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=6101&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] Panel: Window Buttons: disable auto-fill]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6101</link>
		<description><![CDATA[The most recent posts in [Solved] Panel: Window Buttons: disable auto-fill.]]></description>
		<lastBuildDate>Fri, 28 Dec 2012 15:23:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28387#p28387</link>
			<description><![CDATA[<div class="quotebox"><cite>ErikE wrote:</cite><blockquote><div><div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>That behavior has been changed for 4.10. <a href="http://git.xfce.org/xfce/xfce4-panel/commit/?id=080db5582e9f522206bf865a19407499e3682d21" rel="nofollow">http://git.xfce.org/xfce/xfce4-panel/co … 99e3682d21</a></p></div></blockquote></div><p>Would it be possible to have the old behaviour as an configuration option?&#160; I really, really, REALLY seriously hate it when the plugins I have to the right of the window buttons jump back an forth whenever I close old or open new windows.</p></div></blockquote></div><p>Aha! Just found out I can insert a separator, and set it to &#039;expand&#039;.&#160; Problem solved - no need for bringing old features back after all.</p>]]></description>
			<author><![CDATA[dummy@example.com (ErikE)]]></author>
			<pubDate>Fri, 28 Dec 2012 15:23:18 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28387#p28387</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28385#p28385</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>That behavior has been changed for 4.10. <a href="http://git.xfce.org/xfce/xfce4-panel/commit/?id=080db5582e9f522206bf865a19407499e3682d21" rel="nofollow">http://git.xfce.org/xfce/xfce4-panel/co … 99e3682d21</a></p></div></blockquote></div><p>Would it be possible to have the old behaviour as an configuration option?&#160; I really, really, REALLY seriously hate it when the plugins I have to the right of the window buttons jump back an forth whenever I close old or open new windows.</p>]]></description>
			<author><![CDATA[dummy@example.com (ErikE)]]></author>
			<pubDate>Thu, 27 Dec 2012 20:09:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28385#p28385</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22183#p22183</link>
			<description><![CDATA[<p>Not expanding is different from the new shrink feature, but it will sorta work if you don&#039;t open too many windows.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sat, 09 Jul 2011 08:02:09 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22183#p22183</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22181#p22181</link>
			<description><![CDATA[<p>So I was wondering whether it would be easy to rebuild the panel package without auto-fill. It was, and this is how i did on Xubuntu 11.04/Xfce 4.8:</p><p>First: install build tools and dependencies for xfce4-panel.</p><div class="codebox"><pre><code>sudo apt-get install build-essential fakeroot dpkg-dev devscripts
sudo apt-get build-dep xfce4-panel</code></pre></div><p>Make build directory and download package source. Please note that the last two numbers of the version might be different.</p><div class="codebox"><pre><code>mkdir build &amp;&amp; cd build
apt-get source xfce4-panel
cd xfce4-panel-4.8.3</code></pre></div><p>Optional: set email address and increase version number. This also allows you to write a line or two about the change.</p><div class="codebox"><pre><code>EMAIL=your@e.mail dch -i</code></pre></div><p>Make changes to xfce4-panel-4.8.3/plugins/tasklist/tasklist.c: Remove/comment line 147:</p><div class="codebox"><pre><code>144:  xfce_panel_plugin_menu_show_configure (XFCE_PANEL_PLUGIN (plugin));
145:
146:  /* expand the plugin */
147:  /* xfce_panel_plugin_set_expand (panel_plugin, TRUE); */
148:
149:  /* bind all properties */</code></pre></div><p>Build package:</p><div class="codebox"><pre><code>dpkg-buildpackage -rfakeroot -b</code></pre></div><p>Now you can install the package with dpkg -i. If the panel looks wierd after logging out and in again, just add a separator right after the Window Buttons item and make the separator expand.</p><p>I hope someone will find this useful. Thanks to <a href="http://sleeksorrow.blogspot.com/2010/02/yet-another-ubuntu-package-rebuild.html" rel="nofollow">Sleeksorrow</a> for a short guide to rebuilding debs.</p><p>Very small font: I&#039;m not and Xfce developer and I don&#039;t know whether this change causes system instability or security issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (kkjaergaard)]]></author>
			<pubDate>Fri, 08 Jul 2011 23:49:30 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22181#p22181</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22178#p22178</link>
			<description><![CDATA[<p>I&#039;ll be looking forward to 4.10 then <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (kkjaergaard)]]></author>
			<pubDate>Fri, 08 Jul 2011 16:52:43 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22178#p22178</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22176#p22176</link>
			<description><![CDATA[<p>That behavior has been changed for 4.10. <a href="http://git.xfce.org/xfce/xfce4-panel/commit/?id=080db5582e9f522206bf865a19407499e3682d21" rel="nofollow">http://git.xfce.org/xfce/xfce4-panel/co … 99e3682d21</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Fri, 08 Jul 2011 16:41:02 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22176#p22176</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Panel: Window Buttons: disable auto-fill]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22175#p22175</link>
			<description><![CDATA[<p>I have a panel with three items: two random items (A and B) and Window Buttons. The items are in this order: A (left) - Window Buttons - B (right).</p><p>Why does Window Buttons push B all the way to the right, even though the actual buttons on the Window Buttons item only occupy a fraction of the available space? Is it possible to disable this auto-fill/auto-expand?</p><p>This picture shows what I&#039;m talking about (look at the green rectangle).</p><p><a href="http://pix.toile-libre.org/?img=1310139813.png" rel="nofollow"><span class="postimg"><img src="http://pix.toile-libre.org/upload/img/1310139813.png" alt="1310139813.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (kkjaergaard)]]></author>
			<pubDate>Fri, 08 Jul 2011 15:46:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22175#p22175</guid>
		</item>
	</channel>
</rss>
