<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4813&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / How to disable nm-applet and cinnamon screensaver?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4813</link>
		<description><![CDATA[The most recent posts in How to disable nm-applet and cinnamon screensaver?.]]></description>
		<lastBuildDate>Wed, 19 Jan 2022 15:39:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How to disable nm-applet and cinnamon screensaver?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34018#p34018</link>
			<description><![CDATA[<p>The cinnamon-core metapackge does pull in network-manager even if <span class="bbc">--no-install-recommends</span> is passed, which is annoying.</p><p>EDIT: actually this works:</p><div class="codebox"><pre><code># apt install network-manager- connman</code></pre></div><p>I presume cinnamon-core has a networking virtual package dependency which is also satisfied by connman. Still stupid though because ifupdown can handle networking just fine without needing any extra packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 19 Jan 2022 15:39:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34018#p34018</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to disable nm-applet and cinnamon screensaver?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34011#p34011</link>
			<description><![CDATA[<p>btw, i don&#039;t think running cinnamon-core &quot;demands&quot; network-manager.. some metapackage could, but you can run any DE without metapackages and keep it simpler / to your needs.<br />so, you can probably use another network manager (connman?) and purge anything network-manager related..</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Wed, 19 Jan 2022 10:07:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34011#p34011</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to disable nm-applet and cinnamon screensaver?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33994#p33994</link>
			<description><![CDATA[<p>Cinnamon seems a bizarre choice for a low RAM desktop but anyway...</p><p>Stop the network-manager service and prevent it from starting at boot:</p><div class="codebox"><pre><code>sudo /etc/init.d/network-manager stop
sudo update-rc.d network-manager disable</code></pre></div><p>Copy the various .desktop files for the screensaver &amp; nm-applet to &quot;$HOME&quot;:</p><div class="codebox"><pre><code>cp /etc/xdg/autostart/{cinnamon-settings-daemon-screensaver-proxy,nm-applet}.desktop /usr/share/applications/cinnamon-screensaver.desktop ~/.config/autostart</code></pre></div><p>Disable autostart by adding &#039;Hidden=true&#039; to the end of all .desktop files in &quot;$HOME&quot; (do this manually if you already have autostart files there that you don&#039;t want to disable):</p><div class="codebox"><pre><code>for i in ~/.config/autostart/*.desktop ; do echo &#039;Hidden=true&#039; &gt;&gt; &quot;$i&quot; ; done</code></pre></div><p>Then log out &amp; back in again.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 18 Jan 2022 18:01:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33994#p33994</guid>
		</item>
		<item>
			<title><![CDATA[How to disable nm-applet and cinnamon screensaver?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33989#p33989</link>
			<description><![CDATA[<p>Using minty base for devuan, installed devuan cinnamon to avoid a lot of mint dependancies, shocked to find that devuan cinnamon demands network-manager!</p><p>Asking for a friend with little ram.</p>]]></description>
			<author><![CDATA[dummy@example.com (MLEvD)]]></author>
			<pubDate>Tue, 18 Jan 2022 16:46:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33989#p33989</guid>
		</item>
	</channel>
</rss>
