On Mon, 2007-05-21 at 15:20 -0400, Matthias Clasen wrote: > The icon theme spec and the icon naming spec have conflicting ideas > about the set of allowed Context names in index.theme files. This should > be resolved somehow, since it can lead to interoperability problems, > see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217832
Hi. As the icon theme spec aims to be more general, the attached patch makes it refer to the naming spec for specific context. Maybe the naming spec should even mention that the list of contexts is not exclusive. I understand the contexts are there to help the theme author structure the set logically. cheers -- Jakub Steiner <[EMAIL PROTECTED]> Novell, Inc.
Index: icon-theme-spec.xml =================================================================== RCS file: /cvs/icon-theme/default-icon-theme/spec/icon-theme-spec.xml,v retrieving revision 1.8 diff -u -p -u -r1.8 icon-theme-spec.xml --- icon-theme-spec.xml 8 Jan 2007 13:16:10 -0000 1.8 +++ icon-theme-spec.xml 12 Jul 2007 15:54:34 -0000 @@ -400,46 +400,12 @@ implementations to categorize and sort by it, for example. </para> - <para>These are the available contexts:</para> - <itemizedlist> - - <listitem> - <formalpara> - <title>Actions</title> - <para>Icons representing actions which the user initiates, such as <action>Save As</action>.</para> - </formalpara> - </listitem> - - <listitem> - <formalpara> - <title>Devices</title> - <para>Icons representing real world devices, - such as printers and mice. It's not for - file system nodes such as character or block devices.</para> - </formalpara> - </listitem> - - <listitem> - <formalpara> - <title>FileSystems</title> - <para>Icons for objects which are represented as - part of the file system. This is for example, - the local network, <quote>Home</quote>, - and <quote>Desktop</quote> folders.</para> - </formalpara> - </listitem> - - <listitem> - <formalpara> - <title>MimeTypes</title> - <para>Icons representing MIME types.</para> - </formalpara> - </listitem> - - </itemizedlist> + <para>The <ulink + url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#context">icon + naming specification</ulink> defines a basic set of contexts a theme author + may use.</para> - </sect2> - </sect1> + </sect2> </sect1> <sect1 id="icon_lookup"> <title>Icon Lookup</title>
_______________________________________________ xdg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xdg
