<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Inspiration and Expression</title>
	<atom:link href="http://blogs.kiyut.com/tonny/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.kiyut.com/tonny</link>
	<description>KIYUT Developer Blog</description>
	<lastBuildDate>Tue, 14 May 2013 04:36:47 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Tonny Kohar</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2750</link>
		<dc:creator>Tonny Kohar</dc:creator>
		<pubDate>Tue, 14 May 2013 04:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2750</guid>
		<description>@nniico

I only tried it with Ubuntu Unity, not sure works with other desktop environment</description>
		<content:encoded><![CDATA[<p>@nniico</p>
<p>I only tried it with Ubuntu Unity, not sure works with other desktop environment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by nniico</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2749</link>
		<dc:creator>nniico</dc:creator>
		<pubDate>Mon, 13 May 2013 09:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2749</guid>
		<description>Tried it with netbeans 7.3 on Ubuntu 12.10 and 13.04 without success.
Is it only for Unity, or could it work with indicator-applet-appmenu on a &quot;classic&quot; gnome session?

I have this log (indicator-applet-appmenu.log):
  DEBUG: Indicator-Appmenu - Active window is: NULL
  DEBUG: Indicator-Appmenu - Switching to menus from XID 0</description>
		<content:encoded><![CDATA[<p>Tried it with netbeans 7.3 on Ubuntu 12.10 and 13.04 without success.<br />
Is it only for Unity, or could it work with indicator-applet-appmenu on a &#8220;classic&#8221; gnome session?</p>
<p>I have this log (indicator-applet-appmenu.log):<br />
  DEBUG: Indicator-Appmenu &#8211; Active window is: NULL<br />
  DEBUG: Indicator-Appmenu &#8211; Switching to menus from XID 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Aftab Naveed</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2743</link>
		<dc:creator>Aftab Naveed</dc:creator>
		<pubDate>Fri, 05 Apr 2013 23:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2743</guid>
		<description>Sorry I meant Net Beans not ubuntu</description>
		<content:encoded><![CDATA[<p>Sorry I meant Net Beans not ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Aftab Naveed</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2742</link>
		<dc:creator>Aftab Naveed</dc:creator>
		<pubDate>Fri, 05 Apr 2013 23:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2742</guid>
		<description>How did you fix the ugly fonts of Ubuntu? could you please let us know

thanks</description>
		<content:encoded><![CDATA[<p>How did you fix the ugly fonts of Ubuntu? could you please let us know</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Samuel</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2741</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 25 Mar 2013 05:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2741</guid>
		<description>This worked great for me. Thanks, Andrew!
Someone should update the post, &#039;cause I could only fix it with your tip.
B.R.</description>
		<content:encoded><![CDATA[<p>This worked great for me. Thanks, Andrew!<br />
Someone should update the post, &#8217;cause I could only fix it with your tip.<br />
B.R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert SVG String to SVGDocument ? by Tonny Kohar</title>
		<link>http://blogs.kiyut.com/tonny/2007/08/23/how-to-convert-svg-string-to-svgdocument/comment-page-1/#comment-2737</link>
		<dc:creator>Tonny Kohar</dc:creator>
		<pubDate>Thu, 21 Feb 2013 19:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/2007/08/23/how-to-convert-svg-string-to-svgdocument/#comment-2737</guid>
		<description>The variable doc is just simple SVGDocument eg:
SVGDocument  doc = f.createSVGDocument(uri,reader);</description>
		<content:encoded><![CDATA[<p>The variable doc is just simple SVGDocument eg:<br />
SVGDocument  doc = f.createSVGDocument(uri,reader);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert SVG String to SVGDocument ? by jose alvarez</title>
		<link>http://blogs.kiyut.com/tonny/2007/08/23/how-to-convert-svg-string-to-svgdocument/comment-page-1/#comment-2736</link>
		<dc:creator>jose alvarez</dc:creator>
		<pubDate>Thu, 21 Feb 2013 16:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/2007/08/23/how-to-convert-svg-string-to-svgdocument/#comment-2736</guid>
		<description>the variable doc in &quot;doc = f.createSVGDocument(uri,reader);&quot; where does it comes from?

Thanks</description>
		<content:encoded><![CDATA[<p>the variable doc in &#8220;doc = f.createSVGDocument(uri,reader);&#8221; where does it comes from?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVG Animation Editor Feedback ? by NFA Trust Texas</title>
		<link>http://blogs.kiyut.com/tonny/2007/12/06/svg-animation-editor-feedback/comment-page-1/#comment-2727</link>
		<dc:creator>NFA Trust Texas</dc:creator>
		<pubDate>Fri, 04 Jan 2013 07:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/2007/12/06/svg-animation-editor-feedback/#comment-2727</guid>
		<description>Thanks guys! This was very helpful. I hope this is useful for others as well.</description>
		<content:encoded><![CDATA[<p>Thanks guys! This was very helpful. I hope this is useful for others as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Artur</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2725</link>
		<dc:creator>Artur</dc:creator>
		<pubDate>Wed, 19 Dec 2012 11:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2725</guid>
		<description>It worked nicely for me. Moving menu to top also gives you more space for editor. Thanks!</description>
		<content:encoded><![CDATA[<p>It worked nicely for me. Moving menu to top also gives you more space for editor. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and Ubuntu Unity by Roman</title>
		<link>http://blogs.kiyut.com/tonny/2012/06/11/netbeans-and-ubuntu-unity/comment-page-1/#comment-2722</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 26 Nov 2012 09:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kiyut.com/tonny/?p=159#comment-2722</guid>
		<description>Thanks a lot! It solved the problem. Ubuntu 12.10, Netbeans 7.2.1, JDK 1.6.0_32 (from Oracle)</description>
		<content:encoded><![CDATA[<p>Thanks a lot! It solved the problem. Ubuntu 12.10, Netbeans 7.2.1, JDK 1.6.0_32 (from Oracle)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
