<a href="http://en.flossmanuals.net/Sugar/ModifyingSugar">http://en.flossmanuals.net/Sugar/ModifyingSugar</a><br><br>I can&#39;t modify the xo icon with an svg file that I create outside of the xo and load with a USB key.<br>
<br>Although I can modify the xo icon with an svg file, eg. camera.svg that is already in the folder /usr/share/icons/sugar/scalable/device<br><br>I&#39;ve tried different ways of making the svg file. Here are some of the files that haven&#39;t worked:<br>
<br>square.svg (this one made by starting from the generic template found at <a href="http://wiki.laptop.org/go/Image:Icon_template.generic.svg">http://wiki.laptop.org/go/Image:Icon_template.generic.svg</a>)<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&nbsp;&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;<a href="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>&quot;[<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;!ENTITY stroke_color &quot;#666666&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;!ENTITY fill_color &quot;#FFFFFF&quot;&gt;<br>&nbsp;]&gt;<br>&nbsp;&lt;svg xmlns=&quot;<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>&quot; width=&quot;55&quot; height=&quot;55&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;rect x=&quot;5&quot; y=&quot;5&quot; width=&quot;45&quot; height=&quot;45&quot; stroke=&quot;&amp;stroke_color;&quot; fill=&quot;&amp;fill_color;&quot; stroke-width=&quot;3.5&quot;/&gt;<br>
&nbsp;&lt;/svg&gt;<br><br><br>sq2.svg (this one made by exporting the computer-xo icon and modifying)<br><br>&lt;?xml version=&quot;1.0&quot; ?&gt;&lt;!DOCTYPE svg&nbsp; PUBLIC &#39;-//W3C//DTD SVG 1.1//EN&#39;&nbsp; &#39;<a href="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>&#39; [<br>
&nbsp;&nbsp;&nbsp; &lt;!ENTITY stroke_color &quot;#010101&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!ENTITY fill_color &quot;#FFFFFF&quot;&gt;<br>]&gt;&lt;svg enable-background=&quot;new 0 0 55 55&quot; height=&quot;55px&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 55 55&quot; width=&quot;55px&quot; x=&quot;0px&quot; xml:space=&quot;preserve&quot; xmlns=&quot;<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>&quot; xmlns:xlink=&quot;<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>&quot; y=&quot;0px&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;rect x=&quot;5&quot; y=&quot;5&quot; width=&quot;45&quot; height=&quot;45&quot; stroke=&quot;&amp;stroke_color;&quot; fill=&quot;&amp;fill_color;&quot; stroke-width=&quot;3.5&quot;/&gt;<br>&nbsp;&lt;/svg&gt;<br><br>I can view these icons OK in firefox on another computer<br>
<br>What happens on the xo is a blank space where the icon ought to be - but when I place the mouse in that space the drop down xo menu does appear, as though the icon is there but can&#39;t be seen<br clear="all"><br>Can anyone help with this?<br>