<?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>aaron-kelley.net &#187; NX</title>
	<atom:link href="http://aaron-kelley.net/blog/tag/nx/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaron-kelley.net</link>
	<description>My little corner of the Internet</description>
	<lastBuildDate>Fri, 18 May 2012 19:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>FreeNX on Ubuntu 9.04 (jaunty) &#8211; What happened to my GNOME theme?</title>
		<link>http://aaron-kelley.net/blog/2009/08/freenx-on-ubuntu-9-04-jaunty-what-happened-to-my-gnome-theme/</link>
		<comments>http://aaron-kelley.net/blog/2009/08/freenx-on-ubuntu-9-04-jaunty-what-happened-to-my-gnome-theme/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 03:48:29 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NX]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://aaron-kelley.net/?p=433</guid>
		<description><![CDATA[I have a home server that sits in my closet running Ubuntu 9.04. I regularly access it using NX. About a week ago, I arrived back from an extended trip, and noticed that a security update to the kernel had been installed and it was waiting for me to approve a reboot. After I rebooted, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a home server that sits in my closet running Ubuntu 9.04.  I regularly access it using <a href="http://en.wikipedia.org/wiki/NX_technology" target="_blank">NX</a>.  About a week ago, I arrived back from an extended trip, and noticed that a security update to the kernel had been installed and it was waiting for me to approve a reboot.  After I rebooted, I logged back in, and&#8230; my GNOME theme was all messed up.</p>
<p><span id="more-433"></span></p>
<p style="text-align: center;"><img class="alignnone size-large wp-image-434" title="Broken GNOME theme in Ubuntu 9.04" src="http://aaron-kelley.net/wp-content/uploads/2009/08/broken-theme-800x640.png" alt="Broken GNOME theme in Ubuntu 9.04" width="800" height="640" /></p>
<p>I don&#8217;t think that this was caused by the kernel update (I even booted up the old kernel to make sure), but some other update that came along recently is probably to blame, and the problem didn&#8217;t show itself until I had to log out and log back in.</p>
<p>I don&#8217;t use a fancy theme, just the regular default Ubuntu theme.  In this situation, the window borders were still themed properly (although now an ugly blue color, which you can&#8217;t see in this screen shot), but the icon set was the default GNOME set no matter which set I chose in the appearence preferences, and most of the controls weren&#8217;t themed either (see the bottom-left and top-right of the screen shot).</p>
<p>I thought that maybe something had gone bad in my profile, but I created a new account and it also had the problem, so something had apparently broken system-wide.  This is what makes me suspect that a recent software update is to blame, because I haven&#8217;t been poking around in any system-wide stuff on this machine in a while.</p>
<p>I didn&#8217;t realize that using the FreeNX server was part of the problem at first, but I finally found some <a href="http://ubuntuforums.org/showthread.php?t=1231195" target="_blank">other</a> <a href="http://ubuntuforums.org/showthread.php?t=1229504" target="_blank">people</a> who have the same issue this evening, and one of them mentioned <a href="https://bugs.launchpad.net/freenx-server/+bug/399758" target="_blank">this bug report</a>, which mentions <a href="https://bugs.edge.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/199245" target="_blank">another bug report</a>, which has the solution to the problem.  (It doesn&#8217;t just affect FreeNX either, some people have the same problem with VNC.)  It turns out that <tt>gnome-settings-daemon</tt> is crashing, and without it running, the theme is messed up (among other things).  To get it running again, you have to disable its keyboard plug-in.  (I&#8217;m not yet sure what you lose by disabling this plug-in, but the keyboard still works even without <tt>gnome-settings-daemon</tt> running, so what&#8217;s there to lose&#8230;).</p>
<p>Here&#8217;s the solution.</p>
<ul>
<li>Run <tt>gconf-editor</tt></li>
<li>Navigate to <tt>/apps/gnome_settings_daemon/plugins/keyboard</tt></li>
<li>Uncheck the &#8220;<tt>active</tt>&#8221; box on the right</li>
<li>Log out and log back in (or manually start <tt>gnome-settings-daemon</tt>)</li>
</ul>
<p>There you have it.  This will tie us over until the issue is actually fixed in <tt>gnome-settings-daemon</tt>.  Maybe, if you are experiencing this issue, you didn&#8217;t have to search around for as long as I did to find the solution.</p>
<p><strong>Update: August 5, 2009</strong></p>
<p>There is a <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/409621" target="_blank">new bug report</a> on this issue.</p>
<p>Also, a user reported that the fix above did not work.  I suggest also disabling the mouse plug-in for <tt>gnome-settings-daemon</tt> (by following the steps above, but going to <tt>/apps/gnome_settings_daemon/plugins/mouse</tt> instead), since some of the comments in the first <tt>gnome-settings-daemon</tt> bug report indicated that this was necessary for them to fix the problem.  If that doesn&#8217;t help, then something else is causing <tt>gnome-settings-daemon</tt> to crash&#8230; or if it is not crashing, you must have a completely different issue.</p>
<p><strong>Update: September 23, 2009</strong></p>
<p>Reportedly, you can fix this problem by reverting <tt>libxklavier</tt> to version <tt>3.9-0ubuntu1</tt>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaron-kelley.net/blog/2009/08/freenx-on-ubuntu-9-04-jaunty-what-happened-to-my-gnome-theme/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

