<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=6846&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] Disable "Logout" button in the logout applet]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6846</link>
		<description><![CDATA[The most recent posts in [Solved] Disable "Logout" button in the logout applet.]]></description>
		<lastBuildDate>Tue, 25 Sep 2012 22:54:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Disable "Logout" button in the logout applet]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27519#p27519</link>
			<description><![CDATA[<p>Other solution is to change logout to shutdown:</p><p>change in /usr/share/applications/xfce4-session-logout.desktop:</p><div class="codebox"><pre><code>[Desktop Entry]
Version=1.0
Type=Application
Exec=/usr/bin/xfce4-session-shutdown.sh
Icon=system-log-out
StartupNotify=false
Terminal=false
Categories=System;X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
Name=Log Out</code></pre></div><p>and using this shutdown script /usr/bin/xfce4-session-shutdown.sh:</p><div class="codebox"><pre><code>#! /bin/sh
sudo /sbin/shutdown -h now $* </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Tue, 25 Sep 2012 22:54:43 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27519#p27519</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Disable "Logout" button in the logout applet]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25145#p25145</link>
			<description><![CDATA[<p>No ideas how you got that information, but no such property exists. You can only disable the shutdown and reboot buttons with kiosk mode, not the log out button.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sun, 26 Feb 2012 19:31:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25145#p25145</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Disable "Logout" button in the logout applet]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25139#p25139</link>
			<description><![CDATA[<p>Does the property exist?</p><div class="codebox"><pre><code>xfconf-query -c xfce4-session -p /shutdown/ShowLogout</code></pre></div><p>If not, then:</p><div class="codebox"><pre><code>xfconf-query -c xfce4-session -p /shutdown/ShowLogout --create --set false --type bool</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ToZ)]]></author>
			<pubDate>Sun, 26 Feb 2012 16:10:51 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25139#p25139</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Disable "Logout" button in the logout applet]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25133#p25133</link>
			<description><![CDATA[<p>Hi</p><p>I try to create a very simple thin client with XFCE 4.8.<br />Howto disable &quot;Logout&quot; button in the logout applet under XFCE?<br />I mean &quot;Logout&quot; option is not possible, when the user press on Logout menu button, then he gets just &quot;Shutdown&quot;, &quot;Restart&quot; etc.</p><p>I&#039;ve already tried:</p><div class="codebox"><pre><code>  
xfconf-query -c xfce4-session -np &#039;/shutdown/ShowLogout&#039; -t &#039;bool&#039; -s &#039;false&#039;</code></pre></div><p>but it doesn&#039;t work.</p>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Sun, 26 Feb 2012 13:32:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25133#p25133</guid>
		</item>
	</channel>
</rss>
