<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Squib of the day: all (or some) menu options should have icons</title>
	<atom:link href="http://blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/</link>
	<description>"Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios."</description>
	<lastBuildDate>Sun, 26 Sep 2010 15:08:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Calum</title>
		<link>http://blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/comment-page-1/#comment-969</link>
		<dc:creator>Calum</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=532#comment-969</guid>
		<description>(Unless, of course, you count the title bar as a &#039;toolbar&#039;-- in which case, I guess, it makes sense to continue to show the icons for Minimize, Maximize, Unmaximize and Close on the menu, which was probably the original rationale for the current situation anyway....)</description>
		<content:encoded><![CDATA[<p>(Unless, of course, you count the title bar as a &#8216;toolbar&#8217;&#8211; in which case, I guess, it makes sense to continue to show the icons for Minimize, Maximize, Unmaximize and Close on the menu, which was probably the original rationale for the current situation anyway&#8230;.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calum</title>
		<link>http://blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/comment-page-1/#comment-968</link>
		<dc:creator>Calum</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=532#comment-968</guid>
		<description>The initial idea of icons on menus, when Microsoft foisted it upon us, was so that you could easily identify menu items that had an equivalent on the application&#039;s toolbar.

Since none of the window menu icons appear on any toolbar, I don&#039;t see any need for icons on the menu at all.</description>
		<content:encoded><![CDATA[<p>The initial idea of icons on menus, when Microsoft foisted it upon us, was so that you could easily identify menu items that had an equivalent on the application&#8217;s toolbar.</p>
<p>Since none of the window menu icons appear on any toolbar, I don&#8217;t see any need for icons on the menu at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Screwtape</title>
		<link>http://blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/comment-page-1/#comment-935</link>
		<dc:creator>Screwtape</dc:creator>
		<pubDate>Sun, 22 Mar 2009 03:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=532#comment-935</guid>
		<description>I have to say that the opinions in the bug all look pretty well-thought-out and reasonable.

- If a menu item has an icon in one state, it should continue to have an icon when its state is toggled, such as the &quot;Maximize&quot; menu becoming &quot;Unmaximize&quot; on an already-maximized window (the writeup suggests that there may be two items appearing in the same menu that are inverses of each other; it turns out that&#039;s not actually the case). It might even have the same icon in both states.

- Not every menu-item should have an icon, just the most important ones.

- The current menu item icons correspond to Windows&#039; standard button-glyphs, but the actual button glyphs of the window are drawn by the Metacity theme; it only seems fair for consistency that the menu icons are drawn by the theme too. Making menu-icons from existing themes would be difficult - you&#039;d have to draw a full titlebar to a pixmap and crop out the button-shapes you needed. The alternative is to add special &quot;window parts&quot; used to draw the menu-icons, so the theme can create icons that resemble the buttons, but are designed to work in a menu context (for example, in a menu a theme can&#039;t control the background colour).

- If a Metacity theme doesn&#039;t supply specific instructions for drawing menu icons, it seems quite a good idea to load menu icons from the icon theme - bundling an icon theme with a Metacity theme seems a pretty easy thing to do.

- Another idea only lightly brushed on in the bug is that the existing icons don&#039;t work very well in many GTK+ themes - since they&#039;re plain black, they can be hard to see if you&#039;re using a dark theme, or if you&#039;re using a light theme with a dark highlight-colour.</description>
		<content:encoded><![CDATA[<p>I have to say that the opinions in the bug all look pretty well-thought-out and reasonable.</p>
<p>- If a menu item has an icon in one state, it should continue to have an icon when its state is toggled, such as the &#8220;Maximize&#8221; menu becoming &#8220;Unmaximize&#8221; on an already-maximized window (the writeup suggests that there may be two items appearing in the same menu that are inverses of each other; it turns out that&#8217;s not actually the case). It might even have the same icon in both states.</p>
<p>- Not every menu-item should have an icon, just the most important ones.</p>
<p>- The current menu item icons correspond to Windows&#8217; standard button-glyphs, but the actual button glyphs of the window are drawn by the Metacity theme; it only seems fair for consistency that the menu icons are drawn by the theme too. Making menu-icons from existing themes would be difficult &#8211; you&#8217;d have to draw a full titlebar to a pixmap and crop out the button-shapes you needed. The alternative is to add special &#8220;window parts&#8221; used to draw the menu-icons, so the theme can create icons that resemble the buttons, but are designed to work in a menu context (for example, in a menu a theme can&#8217;t control the background colour).</p>
<p>- If a Metacity theme doesn&#8217;t supply specific instructions for drawing menu icons, it seems quite a good idea to load menu icons from the icon theme &#8211; bundling an icon theme with a Metacity theme seems a pretty easy thing to do.</p>
<p>- Another idea only lightly brushed on in the bug is that the existing icons don&#8217;t work very well in many GTK+ themes &#8211; since they&#8217;re plain black, they can be hard to see if you&#8217;re using a dark theme, or if you&#8217;re using a light theme with a dark highlight-colour.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/metacity/2009/03/22/squib-of-the-day-all-or-some-menu-options-should-have-icons/feed/ ) in 1.19503 seconds, on Feb 12th, 2012 at 7:12 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 8:12 am UTC -->
