<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>…for the adult in you &#187; Uncategorized</title>
	<atom:link href="http://blogs.gnome.org/metacity/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/metacity</link>
	<description>"Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios."</description>
	<lastBuildDate>Tue, 18 Jan 2011 20:10:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>		<item>
		<title>Squib of the day: named colours</title>
		<link>http://blogs.gnome.org/metacity/2009/03/27/squib-of-the-day-named-colours/</link>
		<comments>http://blogs.gnome.org/metacity/2009/03/27/squib-of-the-day-named-colours/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 01:40:54 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Bug of the day]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Themes v3]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=548</guid>
		<description><![CDATA[GNOME bug 121866 would like a way to set drawing colours according to palette entries in bitmap images in the same theme, as well as giving literal RGB values or giving a reference to a GTK colour.  It is suggested by the reporter that this could be done with the XPM format, which allows colours&#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a title="drawing in colors by Bern@t, on Flickr" href="http://www.flickr.com/photos/bernatcg/2215433121/"><img src="http://farm3.static.flickr.com/2353/2215433121_6573bcd8b1.jpg" alt="drawing in colors" width="500" height="314" align="right" /></a> <a href='http://bugzilla.gnome.org/show_bug.cgi?id=121866' class='bug-link bug-link-gnome'>GNOME bug 121866</a> would like a way to set drawing colours according to palette entries in bitmap images in the same theme, as well as giving literal RGB values or giving a reference to a GTK colour.  It is suggested by the reporter that this could be done with the <a href="http://www.ip97.com/phpgtk/tutorials.pixmaps.aboutxpm.html">XPM format</a>, which allows colours&#8211; or rather, entries in the palette&#8211; to be named instead of specified: <em>foreground</em>, for example.</p>
<p>This is quite a vague requirement.  <a href="http://blogs.gnome.org/metacity/2009/03/05/policy-about-theme-versions/">Because this requires a change to the theme format, it must be committed first on a branch.</a> However, using bitmaps in themes at all is somewhat deprecated.</p>
<p>A useful variation on this idea would be to allow a set of colours to be undefined within a theme, which could be done by extending v2&#8242;s support for colour constants, and then allowing other sub-themes to specify only the missing colours.  Or perhaps the user could choose the colours for themselves as parameters to the theme; this part we could even do already <em>with no change to the theme format</em>, by adding a new GConf key which allowed redefinition of colour constants in the current theme.  You can imagine a standard utility which would read the theme file and give the user colour pickers for each constant, then set the values in GConf.</p>
<p>This would then bring us back to the original problem and might require us to be able to change a specific colour in bitmaps as appropriate; alternatively, we could just say it was one more reason why bitmaps in themes are a bad idea.</p>
<p><em>Photo © <a href="http://bernatcasero.com">Bernat Casero</a>, cc-by-nc-nd.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2009/03/27/squib-of-the-day-named-colours/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Squib of the day: Restore z-order</title>
		<link>http://blogs.gnome.org/metacity/2009/03/10/squib-of-the-day-restore-z-order/</link>
		<comments>http://blogs.gnome.org/metacity/2009/03/10/squib-of-the-day-restore-z-order/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 00:00:15 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=426</guid>
		<description><![CDATA[In GNOME bug 85793, someone points out that when a session is restored, the windows are restored out of order.  (The z-order is the depth of the window in the stack on the screen, so called by analogy with Cartesian X and Y coordinates.)  So if a window was on top when you logged out, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Z Mosaic by Leo Reynolds, on Flickr" href="http://www.flickr.com/photos/lwr/101574238/"><img src="http://farm1.static.flickr.com/29/101574238_f77fb679ef.jpg" alt="Z Mosaic" width="500" height="500" align="right" /></a>In  <a href='http://bugzilla.gnome.org/show_bug.cgi?id=85793' class='bug-link bug-link-gnome'>GNOME bug 85793</a>, someone points out that when a session is restored, the windows are restored out of order.  (The z-order is the depth of the window in the stack on the screen, so called by analogy with Cartesian X and Y coordinates.)  So if a window was on top when you logged out, it might be on the bottom when you logged back in.</p>
<p>Session restoration is currently broken anyway, but whether we fix that by making sessions work again or <a href="http://blogs.gnome.org/metacity/2009/02/20/zenity-sessions-and-window-matching/">by implementing window matching</a>, we need to make sure that z-order is restored correctly.</p>
<p><em>Photo © Leo Reynolds, cc-by-nc-sa.  Mashup of previous Flickr work.  Isn&#8217;t free content wonderful?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2009/03/10/squib-of-the-day-restore-z-order/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick mention: a theme editor</title>
		<link>http://blogs.gnome.org/metacity/2009/02/23/quick-mention-a-theme-editor/</link>
		<comments>http://blogs.gnome.org/metacity/2009/02/23/quick-mention-a-theme-editor/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 12:20:29 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=400</guid>
		<description><![CDATA[Someone is working on a Metacity theme editor called Metacity Themer. It appears to take rather a different approach from Opacity; it&#8217;ll be interesting to see how this turns out. I&#8217;m not sure whether I should abandon Opacity; I wasn&#8217;t working on it anyway much (though I had thought about it quite a bit) and [...]]]></description>
			<content:encoded><![CDATA[<p>Someone is <a href="http://ubuntuforums.org/showthread.php?t=1077875">working on</a> a Metacity theme editor called <a href="http://launchpad.net/mct">Metacity Themer</a>.  It appears to take rather a different approach from <a href="http://blogs.gnome.org/metacity/2009/01/12/half-finished-code-finishing-marathon-time/">Opacity</a>; it&#8217;ll be interesting to see how this turns out.  I&#8217;m not sure whether I should abandon Opacity; I wasn&#8217;t working on it anyway much (though I had thought about it quite a bit) and I don&#8217;t really have time to finish a theme editor anyway with the amount of work that Metacity needs, so Opacity would have been a while off prime time anyway.  Let us know what you think of Metacity Themer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2009/02/23/quick-mention-a-theme-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, why is Human slow?</title>
		<link>http://blogs.gnome.org/metacity/2009/02/06/so-why-is-human-slow/</link>
		<comments>http://blogs.gnome.org/metacity/2009/02/06/so-why-is-human-slow/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 04:24:06 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=367</guid>
		<description><![CDATA[I mentioned a while back that Human is the slowest of all common themes, taking 6ms to draw the average frame.  It occurred to me to wonder why this might be, of course, so I took the opportunity to instrument it.  Here are the results.  The height of the diagram spans six milliseconds.  You will [...]]]></description>
			<content:encoded><![CDATA[<p><a title="A Man And A Woman by just.Luc, on Flickr" href="http://www.flickr.com/photos/9619972@N08/2902456868/"><img src="http://farm4.static.flickr.com/3023/2902456868_b64c26794b.jpg" alt="A Man And A Woman" width="500" height="333" align="right" /></a><a href="http://blogs.gnome.org/metacity/2008/12/29/theme-speed/">I mentioned a while back</a> that <em>Human</em> is the slowest of all common themes, taking 6ms to draw the average frame.  It occurred to me to wonder why this might be, of course, so I took the opportunity to instrument it.  <a href="http://www.gnome.org/~tthurman/pics/metacity/human-timing-1.svg">Here are the results</a>.  The height of the diagram spans six milliseconds.  You will note firstly that the theme carries out a large number of very simple operations like lines and rectangles, which are very fast, and next that there are four long pauses which I have numbered in red:</p>
<ol>
<li>Drawing a gradient.  This is the first gradient in <em>title_background</em>, covering the entire width of the titlebar and half its height. There are three other gradient operations, and none of them take that long; this could be some caching mechanism in GDK but is more likely to be because at least one of them is only a single pixel high.  The other two are a bit of a mystery; the output says they should be part of piece 11, <em>bottom_edge</em>, but that isn&#8217;t used in Human.</li>
<li>Drawing a tint.  Again, it&#8217;s the first one in <em>corners_hilight_shaded</em>, so maybe some caching effect, but this is also the only tint which is 1&#215;2 pixels high instead of just 1&#215;1; there is one tint which is 2&#215;1, and this is visible taking longer slightly below the number 2.</li>
<li>Drawing the title text.  This happens four times, and two are very fast and one is very slow.  I can&#8217;t account for this.</li>
<li>Drawing the title text again; see above.</li>
</ol>
<p>I think this shows that gradients and tints need to be faster.</p>
<p style="text-align: right;">(<a href="http://blogs.gnome.org/metacity/2009/02/07/more-on-themes-and-on-why-humans-slow/">Update follows &gt;&gt;&gt;</a>)</p>
<p><em>Photo © just.Luc, cc-by-nc-sa.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2009/02/06/so-why-is-human-slow/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>metacity 2.25.34</title>
		<link>http://blogs.gnome.org/metacity/2008/12/02/metacity-22534/</link>
		<comments>http://blogs.gnome.org/metacity/2008/12/02/metacity-22534/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 10:20:43 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=194</guid>
		<description><![CDATA[Matt Kraai noticed a stupid mistake in last night&#8217;s release, so this is a brown paper bag fix.  It was too late at night to write anything sensible, clearly. What is it ? Metacity is a simple compositing window manager that integrates nicely with GNOME 2. What&#8217;s changed ? Fixes to Thomas&#8217;s earlier fixes (Matt [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ftbfs.org">Matt Kraai</a> noticed a stupid mistake in last night&#8217;s release, so this is a brown paper bag fix.  It was too late at night to write anything sensible, clearly.</p>
<p><strong>What is it ?</strong></p>
<ul>
<li> Metacity is a simple compositing window manager that integrates nicely<br />
with GNOME 2.</li>
</ul>
<p><strong>What&#8217;s changed ?</strong></p>
<ul>
<li> Fixes to Thomas&#8217;s earlier fixes (Matt ) (<a href='http://bugzilla.gnome.org/show_bug.cgi?id=562939' class='bug-link bug-link-gnome'>GNOME bug 562939</a>)</li>
</ul>
<p><em>Translations:</em></p>
<ul>
<li> None</li>
</ul>
<p><strong>Where can I get it ?</strong></p>
<ul>
<li> <a href="http://download.gnome.org/sources/metacity/2.25/metacity-2.25.34.tar.bz2">6149e8261e49d636d535926b7ebdc5a5</a> bz2</li>
<li> <a href="http://download.gnome.org/sources/metacity/2.25/metacity-2.25.34.tar.gz">7a0ccb2bb6eec3bc4eb4846602fcc2d7</a> gz</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/12/02/metacity-22534/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2-25-5 released</title>
		<link>http://blogs.gnome.org/metacity/2008/10/23/2-25-5/</link>
		<comments>http://blogs.gnome.org/metacity/2008/10/23/2-25-5/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 11:53:44 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=154</guid>
		<description><![CDATA[What is it ? Metacity is a simple compositing window manager that integrates nicely with GNOME 2. What&#8217;s changed ? Thanks to Thomas Thurman for improvements in this version. Allow third-party apps to decide whether a window appears on all workspaces (Thomas ) (GNOME bug 557536) Fixed keybindings script (again) (Thomas) Translations David Planella (ca), [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it ?<br />
</strong>Metacity is a simple compositing window manager that integrates nicely<br />
with GNOME 2.</p>
<p><strong>What&#8217;s changed ?</strong><br />
Thanks to Thomas Thurman for improvements in this version.</p>
<ul>
<li>Allow third-party apps to decide whether a window appears on all workspaces (Thomas ) (<a href='http://bugzilla.gnome.org/show_bug.cgi?id=557536' class='bug-link bug-link-gnome'>GNOME bug 557536</a>)</li>
<li>Fixed keybindings script (again) (Thomas)</li>
</ul>
<p><strong>Translations<br />
</strong> David Planella (ca), Robert Millan (ca@valencia)</p>
<p><strong>Where can I get it ?<br />
</strong></p>
<p>bad30bc7a0e935a1dd0ed31f863dd05f  <a href="http://download.gnome.org/sources/metacity/2.25/metacity-2.25.5.tar.bz2">metacity-2.25.5.tar.bz2</a><br />
9ff4b32d3255ad477ae1f1273b8e0abb  <a href="http://download.gnome.org/sources/metacity/2.25/metacity-2.25.5.tar.gz">metacity-2.25.5.tar.gz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/10/23/2-25-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging again</title>
		<link>http://blogs.gnome.org/metacity/2008/03/13/i-should-have-been-a-lumberjack/</link>
		<comments>http://blogs.gnome.org/metacity/2008/03/13/i-should-have-been-a-lumberjack/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 16:28:55 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/2008/03/13/i-should-have-been-a-lumberjack/</guid>
		<description><![CDATA[As I mentioned earlier, Metacity has quite a good logging system, but it&#8217;s almost never turned on; you have to set some environment variables. If someone reports a bug, we have to ask them specifically to turn it on, and then run Metacity again, and see whether the problem recurs. Federico and Luke suggested earlier [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned earlier, Metacity has quite a good logging system, but it&#8217;s almost never turned on; you have to <a href="http://blogs.gnome.org/metacity/2008/03/07/logging/">set some environment variables</a>.  If someone reports a bug, we have to ask them specifically to turn it on, and then run Metacity again, and see whether the problem recurs. <a href="http://blogs.gnome.org/metacity/2008/03/09/debug/#comments">Federico and Luke suggested earlier</a> that it could be supplanted by a gconf key, which users find easier to turn on and off than an environment variable; I think that&#8217;s a generally good idea.</p>
<p>I&#8217;m also floating the idea here of encouraging people to log all the time, at least on unstable builds, perhaps by making it the default.  In that way, when something went wrong there&#8217;d be a logfile to refer to, even when you couldn&#8217;t recreate the bug.  Obviously you&#8217;d be able to turn it off as well.</p>
<p>The files would be dated as <a href="http://www.gnome.org/~federico/news-2007-04.html#sabayon-logging">Sabayon now can</a>.  Since we also have the ability (for session management) to dump a list of window details, it might be useful to dump them in the file when it got closed, too.  Perhaps we could do some kind of logrotate thing so that the files didn&#8217;t grow like <a href="http://www.bookloons.com/cgi-bin/Review.asp?bookid=729">that fish</a> (no, not our own Wanda).</p>
<p>Federico mentions that <a href="http://mail.gnome.org/archives/devel-announce-list/2006-November/msg00008.html">bug-buddy now has the ability to attach logfiles to bug reports</a>; I think this would be enormously <em>useful</em>, and save us days of debugging time, but is still a bad idea because nobody wants a list of all the names and movements of all their windows for the past few hours attached to a public bug (some people may remember the unfortunate side-effects last year of having a stack trace of someone&#8217;s totem process attached in such a way).  This is an existing problem, since it&#8217;s inherent to the use of logfiles in a window manager, and applies whether the log is supplied by bug-buddy or attached by a human. I&#8217;m having trouble thinking of a good way around it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/03/13/i-should-have-been-a-lumberjack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8211;debug?</title>
		<link>http://blogs.gnome.org/metacity/2008/03/09/debug/</link>
		<comments>http://blogs.gnome.org/metacity/2008/03/09/debug/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 03:49:25 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/2008/03/09/debug/</guid>
		<description><![CDATA[What do people think about adding a new &#8220;metacity &#8211;debug&#8221; switch which did the same as the logging environment variables? Would users find it easier to use or remember when necessary?]]></description>
			<content:encoded><![CDATA[<p>What do people think about adding a new &#8220;metacity &#8211;debug&#8221; switch which did the same as <a href="http://blogs.gnome.org/metacity/2008/03/07/logging/">the logging environment variables</a>? Would users find it easier to use or remember when necessary?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/03/09/debug/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>On the non-existence of shirts</title>
		<link>http://blogs.gnome.org/metacity/2008/02/29/on-the-non-existence-of-shirts/</link>
		<comments>http://blogs.gnome.org/metacity/2008/02/29/on-the-non-existence-of-shirts/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 15:26:02 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/2008/02/29/on-the-non-existence-of-shirts/</guid>
		<description><![CDATA[* patoh wants a metacity shirt! &#60;marnanel&#62; patoh: we don&#8217;t have a logo or a home page and you want shirts?! :) &#60;patoh&#62; marnanel: sure you have a logo, the default window icon! &#60;marnanel&#62; patoh: then you are wearing a metacity shirt if you go naked!]]></description>
			<content:encoded><![CDATA[<p>* patoh wants a metacity shirt!<br />
&lt;marnanel&gt; patoh: we don&#8217;t have a logo or a home page and you want shirts?! :)<br />
&lt;patoh&gt; marnanel: sure you have a logo, the default window icon!<br />
&lt;marnanel&gt; patoh: then you are wearing a metacity shirt if you go naked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/02/29/on-the-non-existence-of-shirts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My goals for 2.23</title>
		<link>http://blogs.gnome.org/metacity/2008/02/12/my-goals-for-223/</link>
		<comments>http://blogs.gnome.org/metacity/2008/02/12/my-goals-for-223/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 16:27:18 +0000</pubDate>
		<dc:creator>Thomas Thurman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/metacity/2008/02/12/my-goals-for-223/</guid>
		<description><![CDATA[These are just my (Thomas&#8217;s) thoughts; I haven&#8217;t discussed them with the others yet. A decent set of regression tests that gets run every night. (This is under development.) Documentation of every function and struct. No outstanding bugs in the bug queue; everything needs to be resolved (maybe wontfix), be being worked on, be scheduled [...]]]></description>
			<content:encoded><![CDATA[<p>These are just my (Thomas&#8217;s) thoughts; I haven&#8217;t discussed them with the others yet.
<ol>
<li>A decent set of regression tests that gets run every night. (This is under development.)</li>
<li><a href="http://www.gnome.org/~tthurman/docs/metacity/">Documentation</a> of every function and struct.</li>
<li>No outstanding bugs in the bug queue; everything needs to be resolved (maybe wontfix), be being worked on, be scheduled to have work done on it, or have a reason we&#8217;re not working on it right now.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/metacity/2008/02/12/my-goals-for-223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/metacity/category/uncategorized/feed/ ) in 1.34192 seconds, on Feb 11th, 2012 at 1:34 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 2:34 am UTC -->
