<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1088</id>
	<title>Nabble - Free Desktop - xdg</title>
	<updated>2009-11-28T04:26:27Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Free-Desktop---xdg-f1088.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Free-Desktop---xdg-f1088.html" />
	<subtitle type="html">freedesktop.org's standards and specifications.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26552693</id>
	<title>Re: Actions extensions in File Manager</title>
	<published>2009-11-28T04:26:27Z</published>
	<updated>2009-11-28T04:26:27Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;br&gt;----- &amp;quot;David Faure&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26552693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;faure@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Why not use &amp;quot;Desktop Action&amp;quot;, even if it's not in the spec anymore?
&lt;br&gt;&lt;br&gt;Well, this was my first thought also. But I do worry about the
&lt;br&gt;reasons behind the removal:
&lt;br&gt;- if authors (hey, are you here ?) believed this group won't be
&lt;br&gt;used, it could make sense to not overload a spec with it ; and
&lt;br&gt;it makes sense today to reintroduce it
&lt;br&gt;- if there was another reason, it seems to me that it could be
&lt;br&gt;important to know it before taking a different decision
&lt;br&gt;&lt;br&gt;Does this imply that :
&lt;br&gt;- we have an 'Actions' key in 'Desktop Entry' group, which
&lt;br&gt;defines an ordered list of actions as
&lt;br&gt;&amp;nbsp; &amp;nbsp; Actions=action1;action2;
&lt;br&gt;- and a 'Desktop Action &amp;lt;action&amp;gt;' which describes the action
&lt;br&gt;itself,
&lt;br&gt;- where actions not referenced in the 'Actions' list are just
&lt;br&gt;ignored ?
&lt;br&gt;&lt;br&gt;However, at least Nautilus-Actions extension defines that an
&lt;br&gt;action may have several profiles. Each profile is supposed to
&lt;br&gt;apply to different conditions, so that a same action may 
&lt;br&gt;behave differently depending of the current environment.
&lt;br&gt;&lt;br&gt;This is why I need also something as:
&lt;br&gt;- in 'Desktop Action' group, a 'Profiles' key which defines
&lt;br&gt;an ordered list of profiles
&lt;br&gt;- a 'Desktop Profile &amp;lt;action_profile&amp;gt;' group which describes
&lt;br&gt;the profiles itself,
&lt;br&gt;- where profiles not referenced in the 'Profiles' list are just
&lt;br&gt;ignored.
&lt;br&gt;&lt;br&gt;&amp;gt; This would make the format somewhat compatible with KDE servicemenus,
&lt;br&gt;&amp;gt; although 
&lt;br&gt;&amp;gt; we have to agree on where to install them and how to flag them as
&lt;br&gt;&amp;gt; servicemenus
&lt;br&gt;&amp;gt; (the answers to these two questions are currently kde-specific for 
&lt;br&gt;&amp;gt; servicemenus).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;In my first alpha code, I'm searching for desktop files in
&lt;br&gt;XDG_DATA_DIRS/file-manager-actions/, though I'm conscious this is
&lt;br&gt;not the path used by Konqueror Service Menus according to [1]
&lt;br&gt;&lt;br&gt;It would not be difficult to have a list of search paths in
&lt;br&gt;addition to XDG_DATA_DIRS &amp;quot;standards&amp;quot; (usages ?).
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://developer.kde.org/documentation/tutorials/dot/servicemenus.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.kde.org/documentation/tutorials/dot/servicemenus.html&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26552693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Actions-extensions-in-File-Manager-tp26541833p26552693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26552385</id>
	<title>Re: Actions extensions in File Manager</title>
	<published>2009-11-28T03:30:56Z</published>
	<updated>2009-11-28T03:30:56Z</updated>
	<author>
		<name>Bugzilla from faure@kde.org</name>
	</author>
	<content type="html">On Friday 27 November 2009, Pierre Wieser wrote:
&lt;br&gt;&amp;gt; Maybe the authors of Desktop Entry spec may give us some rationales
&lt;br&gt;&amp;gt; about the 'Desktop Action' disappearance ?
&lt;br&gt;&lt;br&gt;I would very much like to know as well.
&lt;br&gt;&lt;br&gt;&amp;gt; Nonetheless, I'm afraid that I'll have to write my own extension
&lt;br&gt;&amp;gt; spec, hoping that other file managers will take benefit of it...:(
&lt;br&gt;&lt;br&gt;Why not use &amp;quot;Desktop Action&amp;quot;, even if it's not in the spec anymore?
&lt;br&gt;This would make the format somewhat compatible with KDE servicemenus, although 
&lt;br&gt;we have to agree on where to install them and how to flag them as servicemenus
&lt;br&gt;(the answers to these two questions are currently kde-specific for 
&lt;br&gt;servicemenus).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Faure, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26552385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;faure@...&lt;/a&gt;, &lt;a href=&quot;http://www.davidfaure.fr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidfaure.fr&lt;/a&gt;&lt;br&gt;Sponsored by Nokia to work on KDE, incl. Konqueror (&lt;a href=&quot;http://www.konqueror.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.konqueror.org&lt;/a&gt;).
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26552385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Actions-extensions-in-File-Manager-tp26541833p26552385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541833</id>
	<title>Re: Actions extensions in File Manager</title>
	<published>2009-11-27T04:31:59Z</published>
	<updated>2009-11-27T04:31:59Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;br&gt;----- &amp;quot;Ted Gould&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ted@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, 2009-11-26 at 14:30 +0100, Pierre Wieser wrote:
&lt;br&gt;&amp;gt; &amp;gt; However, these two threads refer to a 'Desktop Action' which
&lt;br&gt;&amp;gt; &amp;gt; was present in current 0.9.4 spec, but has disappeared from
&lt;br&gt;&amp;gt; &amp;gt; latest 1.1. Does this mean the 'Desktop Action' entry has been
&lt;br&gt;&amp;gt; &amp;gt; obsoleted ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; More specifically, it was deleted in the 0.9.6 version as it was in
&lt;br&gt;&amp;gt; 0.9.5. &amp;nbsp;I am too curious about these, as I was looking at trying
&lt;br&gt;&amp;gt; something similar for a couple messaging menu features. &amp;nbsp;I'd much
&lt;br&gt;&amp;gt; prefer
&lt;br&gt;&amp;gt; to use something standard.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One thing that seems to be lacking is there is not ShownIn/NotShownIn
&lt;br&gt;&amp;gt; keys for the actions. &amp;nbsp;It would seem like that'd be useful for them.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 		--Ted
&lt;/div&gt;&lt;br&gt;Humm.. As I understand the &amp;quot;Extending the format&amp;quot; paragraph,
&lt;br&gt;it appears to me that only new keys (or extended semantics for
&lt;br&gt;existing keys, I imagine) in 'Desktop Entry' group would require
&lt;br&gt;a more or less formal group discussion.
&lt;br&gt;&lt;br&gt;Having 'X-Product' groups and your own keys in these is already
&lt;br&gt;accepted by the spec.
&lt;br&gt;&lt;br&gt;Maybe the authors of Desktop Entry spec may give us some rationales
&lt;br&gt;about the 'Desktop Action' disappearance ?
&lt;br&gt;&lt;br&gt;Nonetheless, I'm afraid that I'll have to write my own extension
&lt;br&gt;spec, hoping that other file managers will take benefit of it...:(
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541833&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Actions-extensions-in-File-Manager-tp26541833p26541833.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541517</id>
	<title>Re: Fwd: Actions extensions in File Manager</title>
	<published>2009-11-27T03:59:35Z</published>
	<updated>2009-11-27T03:59:35Z</updated>
	<author>
		<name>Kevin Krammer</name>
	</author>
	<content type="html">On Friday, 2009-11-27, Ted Gould wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, 2009-11-26 at 14:30 +0100, Pierre Wieser wrote:
&lt;br&gt;&amp;gt; &amp;gt; However, these two threads refer to a 'Desktop Action' which
&lt;br&gt;&amp;gt; &amp;gt; was present in current 0.9.4 spec, but has disappeared from
&lt;br&gt;&amp;gt; &amp;gt; latest 1.1. Does this mean the 'Desktop Action' entry has been
&lt;br&gt;&amp;gt; &amp;gt; obsoleted ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; More specifically, it was deleted in the 0.9.6 version as it was in
&lt;br&gt;&amp;gt; 0.9.5. &amp;nbsp;I am too curious about these, as I was looking at trying
&lt;br&gt;&amp;gt; something similar for a couple messaging menu features. &amp;nbsp;I'd much prefer
&lt;br&gt;&amp;gt; to use something standard.
&lt;/div&gt;&lt;/div&gt;Good question, since it seems it had already been implemented by at least two 
&lt;br&gt;file managers.
&lt;br&gt;Maybe there is a commit log detailing the removal reasoning?
&lt;br&gt;&lt;br&gt;&amp;gt; One thing that seems to be lacking is there is not ShownIn/NotShownIn
&lt;br&gt;&amp;gt; keys for the actions. &amp;nbsp;It would seem like that'd be useful for them.
&lt;br&gt;&lt;br&gt;Wouldn't that already be covered by the respective value of the desktop file 
&lt;br&gt;itself?
&lt;br&gt;I.e. if the application shows up in the launcher menu, why would its action 
&lt;br&gt;not show up in the file manager or vice versa?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Kevin
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541517&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (197 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26541517/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Actions-extensions-in-File-Manager-tp26529458p26541517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537984</id>
	<title>Re: Fwd: Actions extensions in File Manager</title>
	<published>2009-11-26T21:02:00Z</published>
	<updated>2009-11-26T21:02:00Z</updated>
	<author>
		<name>Ted Gould</name>
	</author>
	<content type="html">On Thu, 2009-11-26 at 14:30 +0100, Pierre Wieser wrote:
&lt;br&gt;&amp;gt; However, these two threads refer to a 'Desktop Action' which
&lt;br&gt;&amp;gt; was present in current 0.9.4 spec, but has disappeared from
&lt;br&gt;&amp;gt; latest 1.1. Does this mean the 'Desktop Action' entry has been
&lt;br&gt;&amp;gt; obsoleted ?
&lt;br&gt;&lt;br&gt;More specifically, it was deleted in the 0.9.6 version as it was in
&lt;br&gt;0.9.5. &amp;nbsp;I am too curious about these, as I was looking at trying
&lt;br&gt;something similar for a couple messaging menu features. &amp;nbsp;I'd much prefer
&lt;br&gt;to use something standard.
&lt;br&gt;&lt;br&gt;One thing that seems to be lacking is there is not ShownIn/NotShownIn
&lt;br&gt;keys for the actions. &amp;nbsp;It would seem like that'd be useful for them.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --Ted
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26537984/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Actions-extensions-in-File-Manager-tp26529458p26537984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529458</id>
	<title>Fwd: Actions extensions in File Manager</title>
	<published>2009-11-26T05:30:25Z</published>
	<updated>2009-11-26T05:30:25Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;br&gt;----- &amp;quot;Kevin Krammer&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529458&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevin.krammer@...&lt;/a&gt;&amp;gt; a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; While this might not entirely be the same thing, a quick check of my
&lt;br&gt;&amp;gt; local 
&lt;br&gt;&amp;gt; archive of this list found two related sounding threads:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.freedesktop.org/archives/xdg/2006-February/006094.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/archives/xdg/2006-February/006094.html&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.freedesktop.org/archives/xdg/2006-June/006612.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/archives/xdg/2006-June/006612.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not sure whether this kind of action handling is deprecated or an
&lt;br&gt;&amp;gt; orthogonal 
&lt;br&gt;&amp;gt; concept but it might make sense to at least have a look it :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Kevin
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hi Kevin,
&lt;br&gt;&lt;br&gt;Oop's, my own searches were obviously just too fast. Thanks for
&lt;br&gt;these links I've conscientiously bookmarked.
&lt;br&gt;&lt;br&gt;Yes, this sounds very close of what we do in Nautilus. Though I
&lt;br&gt;understand that these only refer to mimetype-based actions,
&lt;br&gt;where N-A actions have some more conditions.
&lt;br&gt;&lt;br&gt;However, these two threads refer to a 'Desktop Action' which
&lt;br&gt;was present in current 0.9.4 spec, but has disappeared from
&lt;br&gt;latest 1.1. Does this mean the 'Desktop Action' entry has been
&lt;br&gt;obsoleted ?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529458&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Actions-extensions-in-File-Manager-tp26529458p26529458.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528501</id>
	<title>Re: Fwd: Actions extensions in File Manager</title>
	<published>2009-11-26T04:06:07Z</published>
	<updated>2009-11-26T04:06:07Z</updated>
	<author>
		<name>Kevin Krammer</name>
	</author>
	<content type="html">Hi Pierre,
&lt;br&gt;&lt;br&gt;On Thursday, 2009-11-26, Pierre Wieser wrote:
&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm the Nautilus-Actions (N-A) maintainer.
&lt;br&gt;&amp;gt; N-A is an extension to Nautilus, the Gnome file manager,
&lt;br&gt;&amp;gt; which allows (advanced) users to add their own actions
&lt;br&gt;&amp;gt; in the context menu.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is so very similar to Konqueror Service Menus and
&lt;br&gt;&amp;gt; thunar-actions-plugin.
&lt;br&gt;&lt;br&gt;While this might not entirely be the same thing, a quick check of my local 
&lt;br&gt;archive of this list found two related sounding threads:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/archives/xdg/2006-February/006094.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/archives/xdg/2006-February/006094.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/archives/xdg/2006-June/006612.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/archives/xdg/2006-June/006612.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Not sure whether this kind of action handling is deprecated or an orthogonal 
&lt;br&gt;concept but it might make sense to at least have a look it :)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Kevin
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Kevin Krammer, KDE developer, xdg-utils developer
&lt;br&gt;KDE user support, developer mentoring
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (197 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26528501/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Actions-extensions-in-File-Manager-tp26528241p26528501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528241</id>
	<title>Fwd: Actions extensions in File Manager</title>
	<published>2009-11-26T03:44:28Z</published>
	<updated>2009-11-26T03:44:28Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;&lt;br&gt;I'm the Nautilus-Actions (N-A) maintainer.
&lt;br&gt;N-A is an extension to Nautilus, the Gnome file manager,
&lt;br&gt;which allows (advanced) users to add their own actions
&lt;br&gt;in the context menu.
&lt;br&gt;&lt;br&gt;This is so very similar to Konqueror Service Menus and
&lt;br&gt;thunar-actions-plugin.
&lt;br&gt;&lt;br&gt;While N-A actions used to be stored in GConf system, which
&lt;br&gt;is the general Gnome system for configuration storage, I'm
&lt;br&gt;currently working on making use of desktop entry files.
&lt;br&gt;&lt;br&gt;I know Konqueror Service Menus already makes use of desktop
&lt;br&gt;files ([1]), as Thunar does, or is going to do, in Xfce.
&lt;br&gt;&lt;br&gt;Do you think it would be possible, and profitable for our
&lt;br&gt;users, to be able to share actions between Xfce-KDE-Gnome ?
&lt;br&gt;(this would probably imply having common search path, common
&lt;br&gt;interpretation of extension keys, and so on...)
&lt;br&gt;&lt;br&gt;Actually, I've already started to work with Jelle de Jong
&lt;br&gt;(Xfce), and Michael Pyne (KDE) suggested me to ping this list.
&lt;br&gt;&lt;br&gt;Is this list the correct place to host such a discussion ?
&lt;br&gt;Or should this list only receive some sort of regular
&lt;br&gt;progress points ?
&lt;br&gt;Or does this list not care at all of such a topic ?
&lt;br&gt;&lt;br&gt;A very first draft of draft is available at [2].
&lt;br&gt;&lt;br&gt;Thanks in advance for your opinions
&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://developer.kde.org/documentation/tutorials/dot/servicemenus.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.kde.org/documentation/tutorials/dot/servicemenus.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.nautilus-actions.org/?q=node/375&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nautilus-actions.org/?q=node/375&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Actions-extensions-in-File-Manager-tp26528241p26528241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26408498</id>
	<title>Re: Third draft of Free Music Player Specifications ready</title>
	<published>2009-11-18T06:08:51Z</published>
	<updated>2009-11-18T06:08:51Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Jeff Mitchell wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've implemented suggestions from those that responded to the second
&lt;br&gt;&amp;gt; draft and updated the document to a third draft, available here:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/d3fef64aa1e2e0528b991b0313fd5b68d78761bd/specifications/FMPSpecs/specification.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/d3fef64aa1e2e0528b991b0313fd5b68d78761bd/specifications/FMPSpecs/specification.txt&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll be on vacation for two weeks starting Wed. and won't have access to
&lt;br&gt;&amp;gt; email, so if you comment on the spec during that time and don't hear
&lt;br&gt;&amp;gt; back from me/don't see updates, don't worry...
&lt;/div&gt;&lt;/div&gt;Just a reminder -- I'll be out of touch for two weeks. If you have
&lt;br&gt;issues or concerns with this draft please comment while I'm gone so we
&lt;br&gt;can move quicklyish when I get back.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26408498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26408498/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Third-draft-of-Free-Music-Player-Specifications-ready-tp26341665p26408498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26355409</id>
	<title>KDE, Gnome and &quot;Public Infrastructure&quot;</title>
	<published>2009-11-14T16:52:15Z</published>
	<updated>2009-11-14T16:52:15Z</updated>
	<author>
		<name>nf2.email</name>
	</author>
	<content type="html">On Mon, Nov 9, 2009 at 4:05 PM, Thiago Macieira &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26355409&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As for your argument on &amp;quot;living on the same apartment&amp;quot;, I disagree a bit. I
&lt;br&gt;&amp;gt; think we're still at the &amp;quot;same building&amp;quot; stage, where we share our piping,
&lt;br&gt;&amp;gt; heating, electricity, we cooperate in the building council, but we haven't yet
&lt;br&gt;&amp;gt; moved into the same unit.
&lt;br&gt;&lt;br&gt;I'm afraid you are condemned to live in the same unit. At least if you
&lt;br&gt;want more applications to move in. :-)
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another way to see it is from the &amp;quot;Innovator's Solution&amp;quot; book. The author
&lt;br&gt;&amp;gt; expresses a theory in which companies and entities go through cycles of
&lt;br&gt;&amp;gt; interdependency and modularity. I think that applies to us: we're still in the
&lt;br&gt;&amp;gt; state of interdependency, where the product is &amp;quot;not good enough&amp;quot; yet and we
&lt;br&gt;&amp;gt; need a high level of flexibility and the ability to make non-standard
&lt;br&gt;&amp;gt; interfaces, in order to stay competitive.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;KDE and GNOME are definitely acting like companies, there are a lot of
&lt;br&gt;competitive feelings involved. The problem is, that you are not only
&lt;br&gt;trying to build different cars, but also your own roads. This won't
&lt;br&gt;turn out well.
&lt;br&gt;&lt;br&gt;&amp;quot;[...] uncoordinated markets driven by parties working in their own
&lt;br&gt;self interest are unable to provide these goods in desired
&lt;br&gt;quantities.&amp;quot; (&lt;a href=&quot;http://en.wikipedia.org/wiki/Public_good&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Public_good&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Norbert
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26355409&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE%2C-Gnome-and-%22Public-Infrastructure%22-tp26355409p26355409.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26352217</id>
	<title>&quot;distro&quot; devrooms at FOSDEM, possible non-linux devroom</title>
	<published>2009-11-14T09:56:10Z</published>
	<updated>2009-11-14T09:56:10Z</updated>
	<author>
		<name>François Revol</name>
	</author>
	<content type="html">Hi there.
&lt;br&gt;This year FOSDEM orgs tried to group all the distros devroom in 
&lt;br&gt;specific rooms, to try to free up slots for other projects.
&lt;br&gt;&lt;br&gt;Last year I tried to set up a non-linux OS devroom for other OSes like 
&lt;br&gt;AROS, Haiku, ReactOS, Minix... but couldn't get a slot.
&lt;br&gt;I think it should be possible this year.
&lt;br&gt;&lt;br&gt;In any case, it should be interesting to see cross-distro talks, likely 
&lt;br&gt;FreeDesktop.org should be represented there.
&lt;br&gt;&lt;a href=&quot;http://fosdem.org/2010/distrominiconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fosdem.org/2010/distrominiconf&lt;/a&gt;&lt;br&gt;&lt;br&gt;As for the non-linux room if we get one, it'd be still interesting to 
&lt;br&gt;discuss which recommendations each OS is willing to follow.
&lt;br&gt;Interestingly also, several OSes (Haiku and now AROS) started porting 
&lt;br&gt;Gallium3D for ex.
&lt;br&gt;&lt;br&gt;François.
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352217&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22distro%22-devrooms-at-FOSDEM%2C-possible-non-linux-devroom-tp26352217p26352217.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344972</id>
	<title>Re: Desktop Entry Standard: Path key</title>
	<published>2009-11-13T15:05:02Z</published>
	<updated>2009-11-13T15:05:02Z</updated>
	<author>
		<name>Bugzilla from faure@kde.org</name>
	</author>
	<content type="html">On Tuesday 01 July 2008, David Faure wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Monday 30 June 2008, Brian J. Tarricone wrote:
&lt;br&gt;&amp;gt; &amp;gt; Haha, I'd call that &amp;quot;good design,&amp;quot; not a hack: isn't the best way to
&lt;br&gt;&amp;gt; &amp;gt; extend a format to find a way to do so while remaining compatible with
&lt;br&gt;&amp;gt; &amp;gt; it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, exactly. And this syntax allows for more modifiers to be added in the
&lt;br&gt;&amp;gt; &amp;nbsp;future. KDE support [$i] for &amp;quot;immutable&amp;quot; (i.e. cannot be overridden by a
&lt;br&gt;&amp;gt; &amp;nbsp;local file), and [$d] for &amp;quot;deleted&amp;quot; (when a local file wants to mark a key
&lt;br&gt;&amp;gt; &amp;nbsp;from a global file as being deleted, not just set to empty) Those can be
&lt;br&gt;&amp;gt; &amp;nbsp;combined like [$ei], [$di] etc.
&lt;br&gt;&amp;gt; [$e] also supports shell commands, like Host[$e]=$(hostname)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not asking for all those features to be in the spec (although I
&lt;br&gt;&amp;gt; &amp;nbsp;wouldn't mind that either :), I'm just showing why this solution is nice:
&lt;br&gt;&amp;gt; &amp;nbsp;it's extendable for other things in the future, by providing a location
&lt;br&gt;&amp;gt; &amp;nbsp;where to put key-specific (or group-specific, using [group][$i]) flags.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The issue of backwards compatibility remains, though, current non-kde
&lt;br&gt;&amp;gt; &amp;nbsp;implementations cannot handle Path[$e]=$HOME/Documents. However KDE 3
&lt;br&gt;&amp;gt; &amp;nbsp;already generated such files, so the simplest course of action would be to
&lt;br&gt;&amp;gt; &amp;nbsp;just add support for it in the spec, and see interoperability increase
&lt;br&gt;&amp;gt; &amp;nbsp;over time, while other implementations start supporting this.
&lt;/div&gt;&lt;br&gt;Ping?
&lt;br&gt;Is this something we can hope to see in the desktop entry standard and in 
&lt;br&gt;other implementations of it?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Faure, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344972&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;faure@...&lt;/a&gt;, &lt;a href=&quot;http://www.davidfaure.fr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidfaure.fr&lt;/a&gt;&lt;br&gt;Sponsored by Nokia to work on KDE, incl. Konqueror (&lt;a href=&quot;http://www.konqueror.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.konqueror.org&lt;/a&gt;).
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344972&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Desktop-Entry-Standard%3A-Path-key-tp18136582p26344972.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341665</id>
	<title>Third draft of Free Music Player Specifications ready</title>
	<published>2009-11-13T10:59:04Z</published>
	<updated>2009-11-13T10:59:04Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I've implemented suggestions from those that responded to the second
&lt;br&gt;draft and updated the document to a third draft, available here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/d3fef64aa1e2e0528b991b0313fd5b68d78761bd/specifications/FMPSpecs/specification.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/d3fef64aa1e2e0528b991b0313fd5b68d78761bd/specifications/FMPSpecs/specification.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'll be on vacation for two weeks starting Wed. and won't have access to
&lt;br&gt;email, so if you comment on the spec during that time and don't hear
&lt;br&gt;back from me/don't see updates, don't worry...
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (269 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26341665/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Third-draft-of-Free-Music-Player-Specifications-ready-tp26341665p26341665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26239890</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-06T14:49:40Z</published>
	<updated>2009-11-06T14:49:40Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Peter van Hardenberg wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Nov 5, 2009 at 2:29 PM, Jeff Mitchell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239890&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; OK, so you're thinking:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating (canonical user-defined rating)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Critic_Ralph=Gleason
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Critic_Metacritic
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Sounds good to me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, except FTMPS_Rating_Critic_Ralph=Gleason would violate the rule below.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; I like where this is going. I'm thinking something like -- any keys in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the form FMPS_Rating{_*} must be in the range of 0.0 - 1.0.
&lt;/div&gt;&lt;/div&gt;I don't follow:
&lt;br&gt;&lt;br&gt;FMPS_Rating:0.95
&lt;br&gt;FMPS_Rating_Critic_Ralph=Gleason:0.85
&lt;br&gt;FMPS_Rating_Critic_Metacritic:0.82
&lt;br&gt;&lt;br&gt;Is there some violation there?
&lt;br&gt;&lt;br&gt;&amp;gt; Looking at &lt;a href=&quot;http://wiki.musicbrainz.org/Picard_Tag_Mapping&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.musicbrainz.org/Picard_Tag_Mapping&lt;/a&gt;&amp;nbsp;suggests that
&lt;br&gt;&amp;gt; for MP3
&lt;br&gt;&amp;gt; leaving a space would be more common, and for Vorbis, using an underscore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For MP4 we already have a namespace tool, so it would probably be
&lt;br&gt;&amp;gt; something like:
&lt;br&gt;&amp;gt; ----:org.kde.taglib:RATING as per the unit tests.
&lt;br&gt;&lt;br&gt;I can live with that, except I believe org.freedesktop.fmps (or
&lt;br&gt;org.freedesktop.xdg.fmps) would be more appropriate. I would imagine the
&lt;br&gt;latter as it's more fully-descriptive.
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239890&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26239890/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26239890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222536</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-05T13:36:51Z</published>
	<updated>2009-11-05T13:36:51Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Peter van Hardenberg wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'd still really like to see the so-called canonical rating take the root of
&lt;br&gt;&amp;gt; the rating namespace. This is, I think, more self-documenting; when in
&lt;br&gt;&amp;gt; doubt, read the least specialized rating. I suppose there may also be
&lt;br&gt;&amp;gt; applications out there which would want to set the rating automatically.
&lt;br&gt;&amp;gt; These would be &amp;quot;canonical&amp;quot; (within the context of this discussion), but
&lt;br&gt;&amp;gt; not &amp;quot;user&amp;quot;.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_User (canonical rating, set by user)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Critic_Ralph=Gleason
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Critic_Metacritic
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Algorithm_Supercool (collaborative)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; FMPS_Rating_Algorithm_AmarokAutorating (player-specific)
&lt;/div&gt;&lt;/div&gt;OK, so you're thinking:
&lt;br&gt;&lt;br&gt;FMPS_Rating (canonical user-defined rating)
&lt;br&gt;FMPS_Rating_Critic_Ralph=Gleason
&lt;br&gt;FMPS_Rating_Critic_Metacritic
&lt;br&gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&lt;br&gt;Sounds good to me.
&lt;br&gt;&lt;br&gt;&amp;gt; I like where this is going. I'm thinking something like -- any keys in
&lt;br&gt;&amp;gt; the form FMPS_Rating{_*} must be in the range of 0.0 - 1.0.
&lt;br&gt;&lt;br&gt;Yes, this should be explicitly mentioned.
&lt;br&gt;&lt;br&gt;&amp;gt; One issue we haven't discussed here is how to approach the varying
&lt;br&gt;&amp;gt; styles used in different tag formats. I'd prefer it if we followed local
&lt;br&gt;&amp;gt; conventions. For example, APE and Vorbis comment tags are
&lt;br&gt;&amp;gt; usually CAPSSMUSHEDTOGETHER, whereas ASF is NameSpace/TagName.
&lt;br&gt;&lt;br&gt;I can live with local conventions, but for ease of readability for
&lt;br&gt;someone actually trying to modify their tags by hand -- plus ease of
&lt;br&gt;parsing -- I'd prefer to keep the underscores. So FMPS_Rating on MP3 and
&lt;br&gt;FMPS_RATING on Vorbis work?
&lt;br&gt;&lt;br&gt;&amp;gt; It's worth mentioning that MUSICBRAINZ has claimed its own namespace and
&lt;br&gt;&amp;gt; we should probably follow their lead with that.
&lt;br&gt;&lt;br&gt;Yes, I was planning on that for ASF (just haven't written that in yet).
&lt;br&gt;&lt;br&gt;&amp;gt; I would suggest we include an Appendix section which would give the
&lt;br&gt;&amp;gt; recommended forms for currently available tag formats and advise
&lt;br&gt;&amp;gt; implementors to try to follow local conventions and to propose
&lt;br&gt;&amp;gt; unspecified forms to the XDG list for adoption by the group.
&lt;br&gt;&lt;br&gt;That sounds good.
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26222536&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (269 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26222536/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26222536.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26208753</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T19:27:44Z</published>
	<updated>2009-11-04T19:27:44Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Daniel Stone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Nov 04, 2009 at 09:21:13AM -0500, Jeff Mitchell wrote:
&lt;br&gt;&amp;gt;&amp;gt; However, those four little letters &amp;quot;TLDR&amp;quot; established you not as a less
&lt;br&gt;&amp;gt;&amp;gt; experienced person simply asking a question but as a jackass who is
&lt;br&gt;&amp;gt;&amp;gt; wasting everyone's time by commenting on a spec that he couldn't be
&lt;br&gt;&amp;gt;&amp;gt; bothered to read that deals with metadata specifications that he already
&lt;br&gt;&amp;gt;&amp;gt; admitted he's not savvy about.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I read the 'TL;DR' in his original email as being a one-sentence précis
&lt;br&gt;&amp;gt; of the paragraph above: a lightning summary for people who couldn't be
&lt;br&gt;&amp;gt; bothered to read his email properly. &amp;nbsp;So you may have quite radically
&lt;br&gt;&amp;gt; misunderstood his point there ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; TL;DR: The abuse may have been unwarranted.
&lt;/div&gt;&lt;/div&gt;I don't buy it. Nor do I accept your conclusion of &amp;quot;abuse&amp;quot;.
&lt;br&gt;&lt;br&gt;Let's move on. There's a spec to discuss.
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26208753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26208753/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26208753.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26207971</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T17:54:22Z</published>
	<updated>2009-11-04T17:54:22Z</updated>
	<author>
		<name>Daniel Stone</name>
	</author>
	<content type="html">On Wed, Nov 04, 2009 at 09:21:13AM -0500, Jeff Mitchell wrote:
&lt;br&gt;&amp;gt; However, those four little letters &amp;quot;TLDR&amp;quot; established you not as a less
&lt;br&gt;&amp;gt; experienced person simply asking a question but as a jackass who is
&lt;br&gt;&amp;gt; wasting everyone's time by commenting on a spec that he couldn't be
&lt;br&gt;&amp;gt; bothered to read that deals with metadata specifications that he already
&lt;br&gt;&amp;gt; admitted he's not savvy about.
&lt;br&gt;&lt;br&gt;I read the 'TL;DR' in his original email as being a one-sentence précis
&lt;br&gt;of the paragraph above: a lightning summary for people who couldn't be
&lt;br&gt;bothered to read his email properly. &amp;nbsp;So you may have quite radically
&lt;br&gt;misunderstood his point there ...
&lt;br&gt;&lt;br&gt;TL;DR: The abuse may have been unwarranted.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26207971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26207971/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26207971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26197202</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T06:26:54Z</published>
	<updated>2009-11-04T06:26:54Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Philipp Wolfer wrote:
&lt;br&gt;&amp;gt; I'm not sure if I understood Tom's comment as it was intended, but I
&lt;br&gt;&amp;gt; see a valid point here:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In every section 1.1, 1.2 and 1.3 there are notes about storing the
&lt;br&gt;&amp;gt; tags as UTF-8 and subsections about storing the tag in ID3 and Vorbis
&lt;br&gt;&amp;gt; Comments. Since those rules should apply for all tags it would be good
&lt;br&gt;&amp;gt; to extract them into a separate Implementation section. This would
&lt;br&gt;&amp;gt; make it easier to extend it to other tagging formats.
&lt;br&gt;&lt;br&gt;This wasn't what Tom was suggesting, but it is indeed a good idea to
&lt;br&gt;consolidate those commonalities into an implementation section. It helps
&lt;br&gt;improve cleanliness, although doesn't really have anything to do with
&lt;br&gt;extending to other tagging formats.
&lt;br&gt;&lt;br&gt;What Tom was suggesting was to remove the bits that cover how to
&lt;br&gt;implement the spec in MP3 and Vorbis and consolidate them in some way
&lt;br&gt;that's not clear. This makes no sense. If the various tags all had
&lt;br&gt;support for this stuff built-in, there'd be no need to even be having
&lt;br&gt;this discussion on finding a workable way to store these values. So you
&lt;br&gt;need to have the spec discuss how to actually implement these values in
&lt;br&gt;the context of what is available with the various tag formats (MP3 using
&lt;br&gt;frame X, Vorbis using normal comments, eventually MP4 using atom Y, and
&lt;br&gt;so on).
&lt;br&gt;&lt;br&gt;The values themselves (and the identifiers) are standardized across the
&lt;br&gt;tag formats, which is the best we can do; but you certainly need to
&lt;br&gt;specify where in each tag format to store them.
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197202&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26197202/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26197202.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26197114</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T06:21:13Z</published>
	<updated>2009-11-04T06:21:13Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Tom Haste wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; 2009/11/4 Jeff Mitchell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197114&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tom Haste wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Sigh. Im going to unsubscribe from the xdg list, as it always
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; dives into
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; snarky comments. Im not going to bother sending this to the list as
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; well. All I was simply asking, in a light and querying manner, was if
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the 2 sections could be left out. Instead of informing me (if it was
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; such a SIMPLE issue it wouldnt take long to explain) ], you've
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; gone and
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; made a fairly rude comment in a public forum about me and my SIMPLE
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; query. Feel free to reply to me and the list if you would like to
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; explain in a simple and understanding way that merging the 2 concepts
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; into 1 is such a rediculous idea.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; But again, refer to my first statement, as I will not be recieving it.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; TL;DR
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; --Jeff
&lt;br&gt;&amp;gt; Let me simplify it for you;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fuck you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sincerly,
&lt;br&gt;&amp;gt; Toma.
&lt;/div&gt;&lt;/div&gt;OK. Since you obviously can't grasp it yourself, I'll provide the
&lt;br&gt;explanation.
&lt;br&gt;&lt;br&gt;In your original email to the list, you asked if it wouldn't be better
&lt;br&gt;to make a specific change, which you qualified by &amp;quot;Im not entirely savvy
&lt;br&gt;in this area, but it would seem like something that would be better to
&lt;br&gt;have across the board.&amp;quot;
&lt;br&gt;&lt;br&gt;No problems there. Totally reasonable thing to ask, especially for
&lt;br&gt;someone not so familiar with the tag specifications as you said you are.
&lt;br&gt;&lt;br&gt;However, those four little letters &amp;quot;TLDR&amp;quot; established you not as a less
&lt;br&gt;experienced person simply asking a question but as a jackass who is
&lt;br&gt;wasting everyone's time by commenting on a spec that he couldn't be
&lt;br&gt;bothered to read that deals with metadata specifications that he already
&lt;br&gt;admitted he's not savvy about.
&lt;br&gt;&lt;br&gt;That you then followed this up with a direct command (no &amp;quot;wouldn't it be
&lt;br&gt;better&amp;quot; or &amp;quot;I suggest&amp;quot; in it) that doesn't actually help or contribute
&lt;br&gt;to the specification (and in fact is flat-out wrong) makes it all the
&lt;br&gt;more irritating.
&lt;br&gt;&lt;br&gt;I've spent a lot of time getting various people together from all sorts
&lt;br&gt;of projects to work on this, as well as spent a lot of time writing the
&lt;br&gt;first two drafts. So excuse me if I ask a jackass (see above) with
&lt;br&gt;nothing to contribute (which will be explained in my response to
&lt;br&gt;Philipp's email) to stay out of the discussion.
&lt;br&gt;&lt;br&gt;&amp;quot;Fuck you&amp;quot; was classy, though. Real classy.
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197114&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26197114/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26197114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26196946</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T06:11:30Z</published>
	<updated>2009-11-04T06:11:30Z</updated>
	<author>
		<name>Philipp Wolfer-2</name>
	</author>
	<content type="html">On Wed, Nov 4, 2009 at 2:33 PM, Jeff Mitchell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Tom Haste wrote:
&lt;br&gt;&amp;gt;&amp;gt; Howdy,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there anyway of unifying and some-what future-proofing the MP3/Vorbis
&lt;br&gt;&amp;gt;&amp;gt; sections? What if some other codec becomes popular and uses some sort of
&lt;br&gt;&amp;gt;&amp;gt; other method? Im not entirely savvy in this area, but it would seem like
&lt;br&gt;&amp;gt;&amp;gt; something that would be better to have across the board. I guess with
&lt;br&gt;&amp;gt;&amp;gt; the current layout additional subsections could be added later.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; TLDR; Lose mp3/vorbis specific bits, change spec to cover both in 1 swoop.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since you a) didn't bother to read it, and b) don't know what you're
&lt;br&gt;&amp;gt; talking about, please refrain from sticking your nose into discussions
&lt;br&gt;&amp;gt; where you can contributing nothing useful.
&lt;/div&gt;&lt;br&gt;I'm not sure if I understood Tom's comment as it was intended, but I
&lt;br&gt;see a valid point here:
&lt;br&gt;&lt;br&gt;In every section 1.1, 1.2 and 1.3 there are notes about storing the
&lt;br&gt;tags as UTF-8 and subsections about storing the tag in ID3 and Vorbis
&lt;br&gt;Comments. Since those rules should apply for all tags it would be good
&lt;br&gt;to extract them into a separate Implementation section. This would
&lt;br&gt;make it easier to extend it to other tagging formats.
&lt;br&gt;&lt;br&gt;Otherwise good work on the specification so far. I've a few points I
&lt;br&gt;want to address, but I will comment later when I have more time.
&lt;br&gt;&lt;br&gt;Philipp
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196946&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26196946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26196368</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-04T05:33:51Z</published>
	<updated>2009-11-04T05:33:51Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Tom Haste wrote:
&lt;br&gt;&amp;gt; Howdy,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there anyway of unifying and some-what future-proofing the MP3/Vorbis
&lt;br&gt;&amp;gt; sections? What if some other codec becomes popular and uses some sort of
&lt;br&gt;&amp;gt; other method? Im not entirely savvy in this area, but it would seem like
&lt;br&gt;&amp;gt; something that would be better to have across the board. I guess with
&lt;br&gt;&amp;gt; the current layout additional subsections could be added later.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; TLDR; Lose mp3/vorbis specific bits, change spec to cover both in 1 swoop.
&lt;br&gt;&lt;br&gt;Since you a) didn't bother to read it, and b) don't know what you're
&lt;br&gt;talking about, please refrain from sticking your nose into discussions
&lt;br&gt;where you can contributing nothing useful.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196368&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26196368/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26196368.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26190672</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-03T19:54:29Z</published>
	<updated>2009-11-03T19:54:29Z</updated>
	<author>
		<name>Toma-4</name>
	</author>
	<content type="html">Howdy,&lt;br&gt;&lt;br&gt;Is there anyway of unifying and some-what future-proofing the MP3/Vorbis sections? What if some other codec becomes popular and uses some sort of other method? Im not entirely savvy in this area, but it would seem like something that would be better to have across the board. I guess with the current layout additional subsections could be added later.&lt;br&gt;
&lt;br&gt;TLDR; Lose mp3/vorbis specific bits, change spec to cover both in 1 swoop.&lt;br&gt;&lt;br&gt;Toma&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/4 Jeff Mitchell &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hello,&lt;br&gt;
&lt;br&gt;
The second draft of the Free Music Player Specifications is ready. A few&lt;br&gt;
words before the link.&lt;br&gt;
&lt;br&gt;
First, for those new to the discussion, an archive of previous emails in&lt;br&gt;
the discussion can be found at&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://groups.google.com/group/fmps/topics&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/fmps/topics&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The group is read-only, and per agreement with those involved (that&lt;br&gt;
replied) further discussion will take place on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I want to thank Milosz Derezynski and Peter van Hardenberg, who replied&lt;br&gt;
to the first draft with suggestions.&lt;br&gt;
&lt;br&gt;
Now, some comments about this second draft.&lt;br&gt;
&lt;br&gt;
It was suggested that instead of both integer and float values, one or&lt;br&gt;
the other should be picked. It made sense to have floats in all but one&lt;br&gt;
instance (user playcounts), so floats is what I went with. Overall this&lt;br&gt;
decreases the spec&amp;#39;s complexity a good amount.&lt;br&gt;
&lt;br&gt;
I attempted to clarify things where confusion seemed to exist in&lt;br&gt;
replies; for instance, Milosz&amp;#39;s suggestion that it be encouraged that&lt;br&gt;
applications should treat values as they are whenever possible, even if&lt;br&gt;
in some cases they need to round them to display them to the user (for&lt;br&gt;
instance, in a graphical fashion).&lt;br&gt;
&lt;br&gt;
I cleaned up the filesystem directive section at Peter&amp;#39;s request; it&amp;#39;s&lt;br&gt;
indeed simpler (and probably quicker) to just check each directory for a&lt;br&gt;
fmps_ignore file than to check it for text values inside that file and&lt;br&gt;
react appropriately.&lt;br&gt;
&lt;br&gt;
I looked at Performer Roles on the MusicBrainz site at Milosz&amp;#39;s request,&lt;br&gt;
and decided to keep them in the spec for now. The main reason is that&lt;br&gt;
while MusicBrainz supports MP3 and VorbisComments formats, it has no&lt;br&gt;
capability to support performer roles for WMA or MP4 formats, whereas&lt;br&gt;
there is no reason why support for these formats could not be included&lt;br&gt;
in this specification. Another reason is that the FMPS spec defines&lt;br&gt;
using comments (TXXX for MP3) which eases processing as TXXX is easily&lt;br&gt;
supported by almost any tagging library. By contrast, for MP3 at least,&lt;br&gt;
parsing the TMCL list can be difficult.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
That all said, here&amp;#39;s the second draft of the spec:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://gitorious.org/%7Ejefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&lt;/a&gt;&lt;br&gt;

&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--Jeff&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
xdg mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190672&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190672&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26190672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26190087</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-03T18:23:42Z</published>
	<updated>2009-11-03T18:23:42Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Peter van Hardenberg wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry I didn't get a chance to respond again to the last version of the
&lt;br&gt;&amp;gt; thread. Thanks for posting a second draft of the specs. They're shaping
&lt;br&gt;&amp;gt; up nicely and this version is a good improvement.
&lt;br&gt;&lt;br&gt;No problem.
&lt;br&gt;&lt;br&gt;&amp;gt; Deciding on floats for rating seems like mostly a good decision. If a
&lt;br&gt;&amp;gt; number is &amp;gt; 0 and &amp;lt; 1 it's a pretty safe conclusion that it's a float
&lt;br&gt;&amp;gt; rating. On the other hand, it means any track rated maximally will be a
&lt;br&gt;&amp;gt; &amp;quot;1&amp;quot;, which is widely used as a very low value. Perhaps the solution
&lt;br&gt;&amp;gt; there is to say that the float value must include a decimal point and a
&lt;br&gt;&amp;gt; zero to eliminate ambiguity of interpretation.
&lt;br&gt;&lt;br&gt;Good idea. I'll put that in the next draft.
&lt;br&gt;&lt;br&gt;&amp;gt; I'd like to voice some concern about writing two forms of rating to the
&lt;br&gt;&amp;gt; file. Also, though Amarok tracks two forms of rating, I don't think the
&lt;br&gt;&amp;gt; current automatic vs user distinction makes sense. For example, if I
&lt;br&gt;&amp;gt; introduce automatic rating to Songbird through an extension, I don't
&lt;br&gt;&amp;gt; think it would be good for me to overwrite the existing Amarok inserted
&lt;br&gt;&amp;gt; value created by a different algorithm. If you feel strongly about
&lt;br&gt;&amp;gt; including it, perhaps instead of using two specific forms of rating
&lt;br&gt;&amp;gt; (auto and user), we could consider arbitrary types of rating.
&lt;br&gt;&lt;br&gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&lt;br&gt;I have an alternate proposal, based off of yours: what if the automatic
&lt;br&gt;ratings were identified by the algorithm used. The algorithm could
&lt;br&gt;include User as the canonical rating, and Critic ratings -- I really
&lt;br&gt;like that idea and could see interesting uses for it -- as human brains
&lt;br&gt;are an algorithm unto themselves. Then algorithms could be identified by
&lt;br&gt;name. That way, if two players wanted to collaborate on a rating
&lt;br&gt;algorithm, they could easily interoperate; otherwise, no one will
&lt;br&gt;(hopefully) clobber each other. So you'd end up with something like:
&lt;br&gt;&lt;br&gt;FMPS_Rating_User (canonical rating, set by user)
&lt;br&gt;FMPS_Rating_Critic_Ralph=Gleason
&lt;br&gt;FMPS_Rating_Critic_Metacritic
&lt;br&gt;FMPS_Rating_Algorithm_Supercool (collaborative)
&lt;br&gt;FMPS_Rating_Algorithm_AmarokAutorating (player-specific)
&lt;br&gt;&lt;br&gt;Of course, nothing stops one from putting in a frame like
&lt;br&gt;&lt;br&gt;&amp;gt; Amarok_AutomaticRating
&lt;br&gt;&amp;gt; Songbird_AutomaticRating
&lt;br&gt;&amp;gt; Songbird_Rating_User:pvh
&lt;br&gt;&amp;gt; Songbird_Rating_Metacritic
&lt;br&gt;&lt;br&gt;but one could be assured that if it starts with FMPS, it adheres to the
&lt;br&gt;spec.
&lt;br&gt;&lt;br&gt;Thoughts?
&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190087&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (269 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26190087/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26190087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26187068</id>
	<title>Re: Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-03T13:37:18Z</published>
	<updated>2009-11-03T13:37:18Z</updated>
	<author>
		<name>Peter van Hardenberg-2</name>
	</author>
	<content type="html">Hi all,&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;br&gt;Sorry I didn&amp;#39;t get a chance to respond again to the last version of the thread. Thanks for posting a second draft of the specs. They&amp;#39;re shaping up nicely and this version is a good improvement. &lt;br&gt;

&lt;br&gt;Deciding on floats for rating seems like mostly a good decision. If a number is &amp;gt; 0 and &amp;lt; 1 it&amp;#39;s a pretty safe conclusion that it&amp;#39;s a float rating. On the other hand, it means any track rated maximally will be a &amp;quot;1&amp;quot;, which is widely used as a very low value. Perhaps the solution there is to say that the float value must include a decimal point and a zero to eliminate ambiguity of interpretation.&lt;br&gt;

&lt;br&gt;I&amp;#39;d like to voice some concern about writing two forms of rating to the file. Also, though Amarok tracks two forms of rating, I don&amp;#39;t think the current automatic vs user distinction makes sense. For example, if I introduce automatic rating to Songbird through an extension, I don&amp;#39;t think it would be good for me to overwrite the existing Amarok inserted value created by a different algorithm. If you feel strongly about including it, perhaps instead of using two specific forms of rating (auto and user), we could consider arbitrary types of rating.&lt;br&gt;

&lt;br&gt;For example, the syntax could be something along the lines of:&lt;br&gt;&lt;br&gt;FMPS_Rating&lt;br&gt;or for more specific kinds of rating&lt;br&gt;FMPS_Rating_Automatic&lt;br&gt;or&lt;br&gt;FMPS_Rating_Critic&lt;br&gt;or&lt;br&gt;FMPS_Rating_User:pvh&lt;br&gt;&lt;br&gt;Perhaps;&lt;br&gt;

&lt;br&gt;FMPS_Rating&lt;br&gt;Amarok_AutomaticRating&lt;br&gt;Songbird_AutomaticRating&lt;br&gt;Songbird_Rating_User:pvh&lt;br&gt;Songbird_Rating_Metacritic&lt;br&gt;&lt;br&gt;and so on. I think having a single canonical rating would be a big advantage, even if there are other values present.&lt;br&gt;
&lt;br&gt;-pvh&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Tue, Nov 3, 2009 at 1:07 PM, Jeff Mitchell &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187068&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchell@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello,&lt;br&gt;
&lt;br&gt;
The second draft of the Free Music Player Specifications is ready. A few&lt;br&gt;
words before the link.&lt;br&gt;
&lt;br&gt;
First, for those new to the discussion, an archive of previous emails in&lt;br&gt;
the discussion can be found at&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://groups.google.com/group/fmps/topics&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/fmps/topics&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The group is read-only, and per agreement with those involved (that&lt;br&gt;
replied) further discussion will take place on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187068&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I want to thank Milosz Derezynski and Peter van Hardenberg, who replied&lt;br&gt;
to the first draft with suggestions.&lt;br&gt;
&lt;br&gt;
Now, some comments about this second draft.&lt;br&gt;
&lt;br&gt;
It was suggested that instead of both integer and float values, one or&lt;br&gt;
the other should be picked. It made sense to have floats in all but one&lt;br&gt;
instance (user playcounts), so floats is what I went with. Overall this&lt;br&gt;
decreases the spec&amp;#39;s complexity a good amount.&lt;br&gt;
&lt;br&gt;
I attempted to clarify things where confusion seemed to exist in&lt;br&gt;
replies; for instance, Milosz&amp;#39;s suggestion that it be encouraged that&lt;br&gt;
applications should treat values as they are whenever possible, even if&lt;br&gt;
in some cases they need to round them to display them to the user (for&lt;br&gt;
instance, in a graphical fashion).&lt;br&gt;
&lt;br&gt;
I cleaned up the filesystem directive section at Peter&amp;#39;s request; it&amp;#39;s&lt;br&gt;
indeed simpler (and probably quicker) to just check each directory for a&lt;br&gt;
fmps_ignore file than to check it for text values inside that file and&lt;br&gt;
react appropriately.&lt;br&gt;
&lt;br&gt;
I looked at Performer Roles on the MusicBrainz site at Milosz&amp;#39;s request,&lt;br&gt;
and decided to keep them in the spec for now. The main reason is that&lt;br&gt;
while MusicBrainz supports MP3 and VorbisComments formats, it has no&lt;br&gt;
capability to support performer roles for WMA or MP4 formats, whereas&lt;br&gt;
there is no reason why support for these formats could not be included&lt;br&gt;
in this specification. Another reason is that the FMPS spec defines&lt;br&gt;
using comments (TXXX for MP3) which eases processing as TXXX is easily&lt;br&gt;
supported by almost any tagging library. By contrast, for MP3 at least,&lt;br&gt;
parsing the TMCL list can be difficult.&lt;br&gt;
 &lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;br&gt;
That all said, here&amp;#39;s the second draft of the spec:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://gitorious.org/%7Ejefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&lt;/a&gt;&lt;br&gt;


&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--Jeff&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;_______________________________________________&lt;br&gt;
xdg mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187068&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Peter van Hardenberg&lt;br&gt;Victoria, BC, Canada&lt;br&gt;&amp;quot;Everything was beautiful, and nothing hurt.&amp;quot; -- Kurt Vonnegut&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Peter van Hardenberg&lt;br&gt;Victoria, BC, Canada&lt;br&gt;&amp;quot;Everything was beautiful, and nothing hurt.&amp;quot; -- Kurt Vonnegut&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187068&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26187068.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26186621</id>
	<title>Second Draft of Free Music Player Specifications ready</title>
	<published>2009-11-03T13:07:44Z</published>
	<updated>2009-11-03T13:07:44Z</updated>
	<author>
		<name>Jeff Mitchell-11</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;The second draft of the Free Music Player Specifications is ready. A few
&lt;br&gt;words before the link.
&lt;br&gt;&lt;br&gt;First, for those new to the discussion, an archive of previous emails in
&lt;br&gt;the discussion can be found at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/fmps/topics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/fmps/topics&lt;/a&gt;&lt;br&gt;&lt;br&gt;The group is read-only, and per agreement with those involved (that
&lt;br&gt;replied) further discussion will take place on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26186621&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;I want to thank Milosz Derezynski and Peter van Hardenberg, who replied
&lt;br&gt;to the first draft with suggestions.
&lt;br&gt;&lt;br&gt;Now, some comments about this second draft.
&lt;br&gt;&lt;br&gt;It was suggested that instead of both integer and float values, one or
&lt;br&gt;the other should be picked. It made sense to have floats in all but one
&lt;br&gt;instance (user playcounts), so floats is what I went with. Overall this
&lt;br&gt;decreases the spec's complexity a good amount.
&lt;br&gt;&lt;br&gt;I attempted to clarify things where confusion seemed to exist in
&lt;br&gt;replies; for instance, Milosz's suggestion that it be encouraged that
&lt;br&gt;applications should treat values as they are whenever possible, even if
&lt;br&gt;in some cases they need to round them to display them to the user (for
&lt;br&gt;instance, in a graphical fashion).
&lt;br&gt;&lt;br&gt;I cleaned up the filesystem directive section at Peter's request; it's
&lt;br&gt;indeed simpler (and probably quicker) to just check each directory for a
&lt;br&gt;fmps_ignore file than to check it for text values inside that file and
&lt;br&gt;react appropriately.
&lt;br&gt;&lt;br&gt;I looked at Performer Roles on the MusicBrainz site at Milosz's request,
&lt;br&gt;and decided to keep them in the spec for now. The main reason is that
&lt;br&gt;while MusicBrainz supports MP3 and VorbisComments formats, it has no
&lt;br&gt;capability to support performer roles for WMA or MP4 formats, whereas
&lt;br&gt;there is no reason why support for these formats could not be included
&lt;br&gt;in this specification. Another reason is that the FMPS spec defines
&lt;br&gt;using comments (TXXX for MP3) which eases processing as TXXX is easily
&lt;br&gt;supported by almost any tagging library. By contrast, for MP3 at least,
&lt;br&gt;parsing the TMCL list can be difficult.
&lt;br&gt;&lt;br&gt;&lt;br&gt;That all said, here's the second draft of the spec:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/~jefferai/xdg-specs/jefferais-xdg-specs/blobs/mediaspecs/specifications/FMPSpecs/specification.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;--Jeff
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26186621&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26186621/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-Draft-of-Free-Music-Player-Specifications-ready-tp26186621p26186621.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26161822</id>
	<title>Re: _NET_WM_STATE</title>
	<published>2009-11-02T02:39:29Z</published>
	<updated>2009-11-02T02:39:29Z</updated>
	<author>
		<name>Lubos Lunak</name>
	</author>
	<content type="html">On Wednesday 28 of October 2009, Brian J. Tarricone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 10/28/2009 05:16 AM, Fabien Meghazi wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; It seems that at least one atom should be added to the list of
&lt;br&gt;&amp;gt; &amp;gt; _NET_WM_STATE
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Namely : _NET_WM_STATE_MINIMIZED
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; See &amp;nbsp;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I guess a _NET_WM_STATE_ICONIFIED would be welcome too.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; What do you think ?
&lt;/div&gt;&lt;br&gt;&amp;nbsp;There is a special list for the EWMH spec, 
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/wm-spec-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/wm-spec-list&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;&amp;nbsp;There have been already several discussions on the list about a special flag 
&lt;br&gt;for minimized windows, but never with a conclusion because of disagreements 
&lt;br&gt;on exact semantics. You can try your luck and bring it up again. There are 
&lt;br&gt;one or two bugreports in KDE bugzilla that would be fixed by introducing such 
&lt;br&gt;flag too.
&lt;br&gt;&lt;br&gt;&amp;gt; _NET_WM_STATE_HIDDEN serves this purpose. &amp;nbsp;The bug you reference is
&lt;br&gt;&amp;gt; marked invalid and references _HIDDEN. &amp;nbsp;There is no semantic difference
&lt;br&gt;&amp;gt; between hidden, minimized, and iconified.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Then the bug resolution itself is invalid. The parts from the spec quoted 
&lt;br&gt;there themselves claim otherwise.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lubos Lunak
&lt;br&gt;KDE developer
&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;SUSE LINUX, s.r.o. &amp;nbsp; e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161822&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.lunak@...&lt;/a&gt; , &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161822&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.lunak@...&lt;/a&gt;
&lt;br&gt;Lihovarska 1060/12 &amp;nbsp; tel: +420 284 084 672
&lt;br&gt;190 00 Prague 9 &amp;nbsp; &amp;nbsp; &amp;nbsp;fax: +420 284 028 951
&lt;br&gt;Czech Republic &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.suse.cz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.suse.cz&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161822&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/_NET_WM_STATE-tp26093619p26161822.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26116256</id>
	<title>Re: _NET_WM_STATE</title>
	<published>2009-10-29T09:20:31Z</published>
	<updated>2009-10-29T09:20:31Z</updated>
	<author>
		<name>Travis Watkins</name>
	</author>
	<content type="html">On Thu, Oct 29, 2009 at 9:12 AM, Fabien Meghazi &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26116256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;agr@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; _NET_WM_STATE_HIDDEN serves this purpose.  The bug you reference is
&lt;br&gt;&amp;gt;&amp;gt; marked invalid and references _HIDDEN.  There is no semantic difference
&lt;br&gt;&amp;gt;&amp;gt; between hidden, minimized, and iconified.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm confused here.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I understand correctly, you say that _NET_WM_STATE_HIDDEN serves
&lt;br&gt;&amp;gt; the purpose of minimizing window.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When using this in a terminal window
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; wmctrl -r :ACTIVE: -b add,hidden
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the terminal window should be minimized. But it does not (while wmctrl
&lt;br&gt;&amp;gt; does it's job correctly).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So if I understand you correctly, the bug is in metacity ? It does not
&lt;br&gt;&amp;gt; minimize windows when receiving _NET_WM_STATE_HIDDEN ??
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;I'd say the bug is wmctrl not using XIconifyWindow [1] but perhaps
&lt;br&gt;that is out of scope for what it is trying to do.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XIconifyWindow.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XIconifyWindow.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Travis Watkins
&lt;br&gt;&lt;a href=&quot;http://www.realistanew.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.realistanew.com&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26116256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/_NET_WM_STATE-tp26093619p26116256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26113888</id>
	<title>Re: _NET_WM_STATE</title>
	<published>2009-10-29T07:12:59Z</published>
	<updated>2009-10-29T07:12:59Z</updated>
	<author>
		<name>AMIGrAve</name>
	</author>
	<content type="html">&amp;gt; _NET_WM_STATE_HIDDEN serves this purpose.  The bug you reference is
&lt;br&gt;&amp;gt; marked invalid and references _HIDDEN.  There is no semantic difference
&lt;br&gt;&amp;gt; between hidden, minimized, and iconified.
&lt;br&gt;&lt;br&gt;I'm confused here.
&lt;br&gt;&lt;br&gt;If I understand correctly, you say that _NET_WM_STATE_HIDDEN serves
&lt;br&gt;the purpose of minimizing window.
&lt;br&gt;&lt;br&gt;When using this in a terminal window
&lt;br&gt;&lt;br&gt;wmctrl -r :ACTIVE: -b add,hidden
&lt;br&gt;&lt;br&gt;the terminal window should be minimized. But it does not (while wmctrl
&lt;br&gt;does it's job correctly).
&lt;br&gt;&lt;br&gt;So if I understand you correctly, the bug is in metacity ? It does not
&lt;br&gt;minimize windows when receiving _NET_WM_STATE_HIDDEN ??
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Fabien Meghazi
&lt;br&gt;&lt;br&gt;Website: &lt;a href=&quot;http://www.amigrave.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.amigrave.com&lt;/a&gt;&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113888&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;agr@...&lt;/a&gt;
&lt;br&gt;IM: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113888&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;amigrave@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113888&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/_NET_WM_STATE-tp26093619p26113888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26098354</id>
	<title>Re: _NET_WM_STATE</title>
	<published>2009-10-28T09:40:27Z</published>
	<updated>2009-10-28T09:40:27Z</updated>
	<author>
		<name>Brian J. Tarricone</name>
	</author>
	<content type="html">On 10/28/2009 05:16 AM, Fabien Meghazi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It seems that at least one atom should be added to the list of _NET_WM_STATE
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Namely : _NET_WM_STATE_MINIMIZED
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; See &amp;nbsp;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I guess a _NET_WM_STATE_ICONIFIED would be welcome too.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What do you think ?
&lt;/div&gt;&lt;br&gt;_NET_WM_STATE_HIDDEN serves this purpose. &amp;nbsp;The bug you reference is
&lt;br&gt;marked invalid and references _HIDDEN. &amp;nbsp;There is no semantic difference
&lt;br&gt;between hidden, minimized, and iconified.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -brian
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26098354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/_NET_WM_STATE-tp26093619p26098354.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26093619</id>
	<title>_NET_WM_STATE</title>
	<published>2009-10-28T05:16:52Z</published>
	<updated>2009-10-28T05:16:52Z</updated>
	<author>
		<name>AMIGrAve</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;It seems that at least one atom should be added to the list of _NET_WM_STATE
&lt;br&gt;&lt;br&gt;Namely : _NET_WM_STATE_MINIMIZED
&lt;br&gt;&lt;br&gt;See &amp;nbsp;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875&lt;/a&gt;&lt;br&gt;&lt;br&gt;I guess a _NET_WM_STATE_ICONIFIED would be welcome too.
&lt;br&gt;&lt;br&gt;What do you think ?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Fabien Meghazi
&lt;br&gt;&lt;br&gt;Website: &lt;a href=&quot;http://www.amigrave.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.amigrave.com&lt;/a&gt;&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26093619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;agr@...&lt;/a&gt;
&lt;br&gt;IM: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26093619&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;amigrave@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26093619&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/_NET_WM_STATE-tp26093619p26093619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25859251</id>
	<title>Re: Moved to git: xdg-user-dirs, default-icon-theme, xdgmime, shared-mime-info</title>
	<published>2009-10-12T09:49:45Z</published>
	<updated>2009-10-12T09:49:45Z</updated>
	<author>
		<name>Bastien Nocera</name>
	</author>
	<content type="html">On Mon, 2009-10-12 at 10:18 -0600, Aaron J. Seigo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On October 12, 2009, Jannis Pohlmann wrote:
&lt;br&gt;&amp;gt; &amp;gt; I totally agree, all of these specs should be hosted on fd.o, but this
&lt;br&gt;&amp;gt; &amp;gt; was discussed over and over again and none of the administrative people
&lt;br&gt;&amp;gt; &amp;gt; ever commented on any of the requests to improve things and make the
&lt;br&gt;&amp;gt; &amp;gt; fd.o spec &amp;quot;approval&amp;quot; and maintenance process more transparent. That's
&lt;br&gt;&amp;gt; &amp;gt; why some of them ended up on gitorious (temporarily).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; exactly; i'd be MORE than happy to see the repo on fd.o. the only reason it 
&lt;br&gt;&amp;gt; isn't is that getting an account with fd.o so you can put your clones up where 
&lt;br&gt;&amp;gt; we can all get to them in one place is far too hard. having things like merge 
&lt;br&gt;&amp;gt; requests is a wonderful bonus as well, but not a deal breaker. having a high 
&lt;br&gt;&amp;gt; barrier to entry is, however.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; that said, we can in the meantime we can improve the spec process which means 
&lt;br&gt;&amp;gt; better meta-documentation for them, keeping them centralized, etc. that's far 
&lt;br&gt;&amp;gt; more important than where they are for the moment.
&lt;/div&gt;&lt;br&gt;You can put your clones wherever you want, on gitorious, github, or your
&lt;br&gt;KDE public_html folder. But the master repo for the specs absolutely has
&lt;br&gt;to be on fd.o.
&lt;br&gt;&lt;br&gt;Where they are is important because Vincent just added git support to
&lt;br&gt;the update.py script that keeps the specs up-to-date on the website. The
&lt;br&gt;specs are checked out from git.fd.o.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25859251&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moved-to-git%3A-xdg-user-dirs%2C-default-icon-theme%2C-xdgmime%2C-shared-mime-info-tp25784443p25859251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25858735</id>
	<title>Re: Moved to git: xdg-user-dirs, default-icon-theme, xdgmime, shared-mime-info</title>
	<published>2009-10-12T09:18:35Z</published>
	<updated>2009-10-12T09:18:35Z</updated>
	<author>
		<name>Bugzilla from aseigo@kde.org</name>
	</author>
	<content type="html">On October 12, 2009, Jannis Pohlmann wrote:
&lt;br&gt;&amp;gt; I totally agree, all of these specs should be hosted on fd.o, but this
&lt;br&gt;&amp;gt; was discussed over and over again and none of the administrative people
&lt;br&gt;&amp;gt; ever commented on any of the requests to improve things and make the
&lt;br&gt;&amp;gt; fd.o spec &amp;quot;approval&amp;quot; and maintenance process more transparent. That's
&lt;br&gt;&amp;gt; why some of them ended up on gitorious (temporarily).
&lt;br&gt;&lt;br&gt;exactly; i'd be MORE than happy to see the repo on fd.o. the only reason it 
&lt;br&gt;isn't is that getting an account with fd.o so you can put your clones up where 
&lt;br&gt;we can all get to them in one place is far too hard. having things like merge 
&lt;br&gt;requests is a wonderful bonus as well, but not a deal breaker. having a high 
&lt;br&gt;barrier to entry is, however.
&lt;br&gt;&lt;br&gt;that said, we can in the meantime we can improve the spec process which means 
&lt;br&gt;better meta-documentation for them, keeping them centralized, etc. that's far 
&lt;br&gt;more important than where they are for the moment.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron J. Seigo
&lt;br&gt;humru othro a kohnu se
&lt;br&gt;GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA &amp;nbsp;EE75 D6B7 2EB1 A7F1 DB43
&lt;br&gt;&lt;br&gt;KDE core developer sponsored by Qt Development Frameworks
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25858735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25858735/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moved-to-git%3A-xdg-user-dirs%2C-default-icon-theme%2C-xdgmime%2C-shared-mime-info-tp25784443p25858735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25858363</id>
	<title>Re: Moved to git: xdg-user-dirs, default-icon-theme, xdgmime, shared-mime-info</title>
	<published>2009-10-12T09:01:38Z</published>
	<updated>2009-10-12T09:01:38Z</updated>
	<author>
		<name>Jannis Pohlmann-3</name>
	</author>
	<content type="html">On Mon, 12 Oct 2009 16:53:32 +0100
&lt;br&gt;Bastien Nocera &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25858363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hadess@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Why would we want the master git repo to be hosted on gitorious? fd.o
&lt;br&gt;&amp;gt; already provides the ability to host git repos...
&lt;br&gt;&lt;br&gt;Is there any useful documentation on who is responsible for the
&lt;br&gt;repository administration and granting commit permissions? Requesting
&lt;br&gt;commit access via bugzilla is a fairly bad substitute for the repo
&lt;br&gt;management functionality gitorious provides.
&lt;br&gt;&lt;br&gt;I totally agree, all of these specs should be hosted on fd.o, but this
&lt;br&gt;was discussed over and over again and none of the administrative people
&lt;br&gt;ever commented on any of the requests to improve things and make the
&lt;br&gt;fd.o spec &amp;quot;approval&amp;quot; and maintenance process more transparent. That's
&lt;br&gt;why some of them ended up on gitorious (temporarily).
&lt;br&gt;&lt;br&gt;&amp;nbsp; - Jannis
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25858363&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25858363/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moved-to-git%3A-xdg-user-dirs%2C-default-icon-theme%2C-xdgmime%2C-shared-mime-info-tp25784443p25858363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25858228</id>
	<title>Re: Moved to git: xdg-user-dirs, default-icon-theme, xdgmime, shared-mime-info</title>
	<published>2009-10-12T08:53:32Z</published>
	<updated>2009-10-12T08:53:32Z</updated>
	<author>
		<name>Bastien Nocera</name>
	</author>
	<content type="html">On Mon, 2009-10-12 at 09:48 -0600, Aaron J. Seigo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On October 7, 2009, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://cgit.freedesktop.org/xdg/default-icon-theme/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cgit.freedesktop.org/xdg/default-icon-theme/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; while the other three are pure software repositories, but this one contains a 
&lt;br&gt;&amp;gt; specification. it would be great if it could join other specifications that 
&lt;br&gt;&amp;gt; are alive and in use in one git repo that:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * is more freely accessible to all
&lt;br&gt;&amp;gt; * can be found next to all the other specs
&lt;br&gt;&amp;gt; * can provide metadata as to who is using it and since when
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; would it be alright with you (and those working on the icon specs) if i added 
&lt;br&gt;&amp;gt; them to &lt;a href=&quot;http://gitorious.org/xdg-specs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/xdg-specs/&lt;/a&gt;&amp;nbsp;which would then be where future work 
&lt;br&gt;&amp;gt; on them takes place? i'm quite happy to do the work of adding it to that repo, 
&lt;br&gt;&amp;gt; documenting which projects are using it since when, etc., but i don't want to 
&lt;br&gt;&amp;gt; create a dead fork either. whomever needs commit access to the specs can have 
&lt;br&gt;&amp;gt; it as well ...
&lt;/div&gt;&lt;br&gt;Why would we want the master git repo to be hosted on gitorious? fd.o
&lt;br&gt;already provides the ability to host git repos...
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25858228&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moved-to-git%3A-xdg-user-dirs%2C-default-icon-theme%2C-xdgmime%2C-shared-mime-info-tp25784443p25858228.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25858096</id>
	<title>Re: Moved to git: xdg-user-dirs, default-icon-theme, xdgmime, shared-mime-info</title>
	<published>2009-10-12T08:48:51Z</published>
	<updated>2009-10-12T08:48:51Z</updated>
	<author>
		<name>Bugzilla from aseigo@kde.org</name>
	</author>
	<content type="html">On October 7, 2009, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cgit.freedesktop.org/xdg/default-icon-theme/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cgit.freedesktop.org/xdg/default-icon-theme/&lt;/a&gt;&lt;br&gt;&lt;br&gt;while the other three are pure software repositories, but this one contains a 
&lt;br&gt;specification. it would be great if it could join other specifications that 
&lt;br&gt;are alive and in use in one git repo that:
&lt;br&gt;&lt;br&gt;* is more freely accessible to all
&lt;br&gt;* can be found next to all the other specs
&lt;br&gt;* can provide metadata as to who is using it and since when
&lt;br&gt;&lt;br&gt;would it be alright with you (and those working on the icon specs) if i added 
&lt;br&gt;them to &lt;a href=&quot;http://gitorious.org/xdg-specs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/xdg-specs/&lt;/a&gt;&amp;nbsp;which would then be where future work 
&lt;br&gt;on them takes place? i'm quite happy to do the work of adding it to that repo, 
&lt;br&gt;documenting which projects are using it since when, etc., but i don't want to 
&lt;br&gt;create a dead fork either. whomever needs commit access to the specs can have 
&lt;br&gt;it as well ...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron J. Seigo
&lt;br&gt;humru othro a kohnu se
&lt;br&gt;GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA &amp;nbsp;EE75 D6B7 2EB1 A7F1 DB43
&lt;br&gt;&lt;br&gt;KDE core developer sponsored by Qt Development Frameworks
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;xdg mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25858096&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xdg@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.freedesktop.org/mailman/listinfo/xdg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freedesktop.org/mailman/listinfo/xdg&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25858096/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moved-to-git%3A-xdg-user-dirs%2C-default-icon-theme%2C-xdgmime%2C-shared-mime-info-tp25784443p25858096.html" />
</entry>

</feed>
