<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3124&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Beowulf XFCE Display Manager]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3124</link>
		<description><![CDATA[The most recent posts in Beowulf XFCE Display Manager.]]></description>
		<lastBuildDate>Tue, 05 Nov 2019 15:55:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Beowulf XFCE Display Manager]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18387#p18387</link>
			<description><![CDATA[<p>Sorry I didn&#039;t respond sooner. I passed the message along and we&#039;re working on it. Package dependencies will be adjusted to fix this.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 05 Nov 2019 15:55:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18387#p18387</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf XFCE Display Manager]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18385#p18385</link>
			<description><![CDATA[<p>How about if I phrase this as a simple, concise question?</p><p>Why is XFCE pulling in both Slim and LightDM in Beowulf? This seems messy and unnecessary.</p>]]></description>
			<author><![CDATA[dummy@example.com (SmokeyGrey)]]></author>
			<pubDate>Tue, 05 Nov 2019 11:59:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18385#p18385</guid>
		</item>
		<item>
			<title><![CDATA[Beowulf XFCE Display Manager]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18363#p18363</link>
			<description><![CDATA[<p>On my Beowulf XFCE+Slim+Consolekit installation, a recent update to xfce4-session pulled in elogind and lightdm through</p><div class="codebox"><pre><code>Recommends: &lt;logind&gt;
  libpam-elogind
Recommends: light-locker</code></pre></div><p>Meanwhile, task-xfce-desktop pulls in slim and consolekit through</p><div class="codebox"><pre><code>Depends: slim
Recommends: libpolkit-backend-consolekit-1-0</code></pre></div><p>I assume the addition of light-locker is to make up for the removal of a dependency on xscreensaver. A cleaner way to do this would be to use slimlock. Unfortunately, as packaged, xfce doesn&#039;t use slimlock. To fix this, the file</p><div class="codebox"><pre><code>/usr/bin/xflock4</code></pre></div><p>which is part of xfce4-session, can be changed from</p><div class="codebox"><pre><code>for lock_cmd in \
    &quot;xscreensaver-command -lock&quot; \
    &quot;light-locker-command --lock&quot; \
    &quot;gnome-screensaver-command --lock&quot; \
    &quot;mate-screensaver-command --lock&quot;
do
    $lock_cmd &gt;/dev/null 2&gt;&amp;1 &amp;&amp; exit
done</code></pre></div><p>to</p><div class="codebox"><pre><code>for lock_cmd in \
    &quot;slimlock&quot; \
    &quot;xscreensaver-command -lock&quot; \
    &quot;light-locker-command --lock&quot; \
    &quot;gnome-screensaver-command --lock&quot; \
    &quot;mate-screensaver-command --lock&quot;
do
    $lock_cmd &gt;/dev/null 2&gt;&amp;1 &amp;&amp; exit
done</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (SmokeyGrey)]]></author>
			<pubDate>Thu, 31 Oct 2019 06:21:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18363#p18363</guid>
		</item>
	</channel>
</rss>
