<?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>Mike Gerwitz &#187; GNOME</title>
	<atom:link href="http://mikegerwitz.com/tags/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikegerwitz.com</link>
	<description>Free Software Hacker</description>
	<lastBuildDate>Mon, 07 May 2012 14:14:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>gnome-screensaver: What happens when you can&#8217;t unlock your PC.</title>
		<link>http://mikegerwitz.com/gnome-screensaver-what-happens-when-you-cant-unlock-your-pc/</link>
		<comments>http://mikegerwitz.com/gnome-screensaver-what-happens-when-you-cant-unlock-your-pc/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:38:51 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/01/gnome-screensaver-what-happens-when-you-cant-unlock-your-pc/</guid>
		<description><![CDATA[This is an issue that has irritated me enough that I feel I should post my work-around. On Ubuntu (I&#8217;m not sure since what version &#8211; I&#8217;m currently using 9.04 Jaunty), I&#8217;ve noticed that every once in a while, gnome-screensaver would hang when I tried to log back in. Let me clarify a little. When [...]]]></description>
			<content:encoded><![CDATA[<p>This is an issue that has irritated me enough that I feel I should post my work-around. On Ubuntu (I&#8217;m not sure since what version &#8211; I&#8217;m currently using 9.04 Jaunty), I&#8217;ve noticed that every once in a while, gnome-screensaver would hang when I tried to log back in. Let me clarify a little. When you lock your computer, it fades out, that&#8217;s gnome-screensaver (assuming you&#8217;re using GNOME of course). When you move your mouse or hit a key and you are prompted for your password, that&#8217;s gnome-screensaver as well.</p>
<p>The problem is, there are times (however few) that I&#8217;d enter my password, and it&#8217;d just sit there. Everything would be disabled and it&#8217;d act like it was simply pausing due to an incorrect password.</p>
<p>But it&#8217;d never unlock.</p>
<p>As long as you know what the application is that&#8217;s running, you can kill it. Going off of a hunch, I hit <tt>Ctrl+Alt+F1</tt> to go to TTY1. I logged in under the same user, then typed the following command:</p>

<div class="wp_codebox"><table><tr id="p1182"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p118code2"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">killall</span> gnome-screensaver</pre></td></tr></table></div>

<p>This successfully gets rid of the login screen. Simply hit <tt>Ctrl+Alt+F8</tt> (or whatever TTY your X session was running on), and tada!</p>
<p>Of course, you&#8217;ll have to run gnome-screen saver again or you won&#8217;t be able to lock your computer. Hit Alt+F2 and type &#8220;gnome-screensaver&#8221; to have it run in the background as it was before. It may also be a good idea to go back to TTY1 and log out, since you never want to leave a terminal wide open unprotected.</p>
<p>If you&#8217;re worried that someone might use this to bypass your login, don&#8217;t worry. They&#8217;d have to either log in as you in order to kill gnome-screensaver on your session, or they&#8217;d have to log in as root. And if they&#8217;re root, you have nowhere to hide anyway.</p>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/gnome-screensaver-what-happens-when-you-cant-unlock-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo GNOME Overlay Problems</title>
		<link>http://mikegerwitz.com/gentoo-gnome-overlay-problems/</link>
		<comments>http://mikegerwitz.com/gentoo-gnome-overlay-problems/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:13:39 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/06/27/gentoo-gnome-overlay-problems/</guid>
		<description><![CDATA[Recently, after an update, I experienced some rather irritating problems with GNOME or any other GTK+-based environment (Xfce, GDM). Xinerama was not working properly. That is, I have TwinView enabled, but everything would span both monitors (except for maximized applications). This includes the GNOME panel, GDM login screen, etc. Xfce would recognize only one monitor [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, after an update, I experienced some rather irritating problems with GNOME or any other GTK+-based environment (Xfce, GDM). Xinerama was not working properly. That is, I have TwinView enabled, but everything would span both monitors (except for maximized applications). This includes the GNOME panel, GDM login screen, etc. Xfce would recognize only one monitor rather than two. I spent many hours trying to figure out the problem. I initially thought it might bt GTK+, since that was updated before the problem, so I upgraded it even further. That was a mistake. The solution was to downgrade it.</p>
<p>The problem was that I was using the GNOME overlay in layman in order to keep up to date with GNOME (and I believe grab 2.22 before it was unmasked or available in portage). Unfortunatly, it kept going. It upgraded to 2.23, which is an unstable development version of GNOME. It has a number of problems, not just that. For example, the splash screen would not disappear unless you threatened to blow its brains out with the kill applet or xkill. Removing the overlay and &#8220;upgrading&#8221; (downgrade to 2.22) fixed all the problems.</p>
<p>So, moral of the story, don&#8217;t use the GNOME overlay for a home desktop or any sort of production environment. It&#8217;s great to keep up to date&#8230;but it&#8217;s better when the stuff actually works.</p>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/gentoo-gnome-overlay-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

