<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Sleat &#187; gtk</title>
	<atom:link href="http://alexsleat.co.uk/tag/gtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Mon, 21 May 2012 22:17:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>gedit &#8211; failed to load type module: menu_proxy_module_load &#124; Ubuntu</title>
		<link>http://alexsleat.co.uk/2010/10/19/gedit-failed-to-load-type-module-menu_proxy_module_load-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2010/10/19/gedit-failed-to-load-type-module-menu_proxy_module_load-ubuntu/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 15:10:50 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[appmenu-gtk]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[menu_proxy_module_load]]></category>
		<category><![CDATA[undefined symbol]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=6066</guid>
		<description><![CDATA[<br/><p>(gedit:2205): Gtk-WARNING **: Failed to load type module: (null)</p> <p>`menu_proxy_module_load&#8217;: gedit: undefined symbol: menu_proxy_module_load</p> <p>Annoying error, seems to has no serious effect on it running but just nice to clean stuff up so just install &#8216;appmenu-gtk&#8217;. sudo apt-get install appmenu-gtk</p> ]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p>(gedit:2205): Gtk-WARNING **: Failed to load type module: (null)</p>
<p>`menu_proxy_module_load&#8217;: gedit: undefined symbol: menu_proxy_module_load</p></blockquote>
<p>Annoying error, seems to has no serious effect on it running but just nice to clean stuff up so just install &#8216;appmenu-gtk&#8217;.<br />
<code>sudo apt-get install appmenu-gtk</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/10/19/gedit-failed-to-load-type-module-menu_proxy_module_load-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GIMP (2.6.8) Crashing On Some Toolbox Icons &#8211; Lucid</title>
		<link>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/</link>
		<comments>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 13:46:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[appmenu-gtk]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[DBusConnection]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fatal]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[GObject]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[LibGimpBase]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[script-fu]]></category>
		<category><![CDATA[synaptic]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=241</guid>
		<description><![CDATA[<br/><p>:~$ gimp gimp: fatal error: Failed to register GObject with DBusConnection</p> <p>(script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error</p> <p>I fixed this error by removing opening Synaptic Package Manager and searching for appmenu-gtk, right click and mark for removal, once this has been done it should begin to work again.</p> ]]></description>
			<content:encoded><![CDATA[<br/><p><code>:~$ gimp<br />
gimp: fatal error: Failed to register GObject with DBusConnection</p>
<p>(script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error</code></p>
<p>I fixed this error by removing opening Synaptic Package Manager and searching for <strong>appmenu-gtk</strong>, right click and mark for removal, once this has been done it should begin to work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

