<?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=4880&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4880</link>
		<description><![CDATA[The most recent posts in [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2.]]></description>
		<lastBuildDate>Wed, 11 Feb 2026 06:43:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62080#p62080</link>
			<description><![CDATA[<p>@laurie_dev1:</p><p>Nope, I just start it straight from console, too. I can get Xfce and nearly every other graphical program working swell without Elogind running, but I do need to keep some of its libraries around because of their precompiled settings.</p><p>SpaceFM is awesome, and the things you mentioned about its customizability is part of why I main it now. I even use it as my desktop manager, so the Xfce one isn&#039;t needed in that regard.</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Wed, 11 Feb 2026 06:43:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62080#p62080</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62078#p62078</link>
			<description><![CDATA[<p>@brocashelm, are you using a display manager? <br />I try to steer clear of display managers so dont have one installed, just use startx + bspwm, so no elogind or consolekit, im a bit old school and prefer using fstab for all mounts.<br />I use spacefm too, but for trash i use trash-cli now, never been a fan of the &quot;Gnome Virtual File System&quot;.<br />With spacefm you can create right click menu commands, so i have &quot;Trash&quot; above the &quot;Delete&quot; entry.<br />Then i have another menu entry in tools for trash restore that opens a terminal of what trashed items there are via cli.<br />Only downside so far is you have to be in the correct directory to see what items have been trashed or be in the home directory.<br />I would like to be able to remove the &quot;Delete&quot; entry but alas its hard coded. Ive been burnt few times just using delete.</p>]]></description>
			<author><![CDATA[dummy@example.com (laurie_dev1)]]></author>
			<pubDate>Wed, 11 Feb 2026 06:03:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62078#p62078</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62066#p62066</link>
			<description><![CDATA[<p>Bumping this four-year-old thread to recommend the installation of <span class="bbc">dummy-logind</span> (introduced since Chimaera) so that you don&#039;t have to worry about losing your entire DE (especially KDE and NetworkManager stuff). It should be possible to also keep Udisks2 and the other stuff, but ConsoleKit2 will still have to be your session manager in place of Elogind. Pkexec might freeze your system, so do it from console or switch to something like LXQt-Sudo.</p><p>I&#039;ve been running this setup for the past year with very little problems. Using Udevil&#039;s Devmon for rootless auto-mounts and SpaceFM for manually unmounting (among other things, like using a script to regain trash functionality lost by removing GVfs originally).</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Tue, 10 Feb 2026 21:43:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62066#p62066</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34600#p34600</link>
			<description><![CDATA[<p>If you use a gui frontend network app like connman or network-manager, you should not configure the network in /etc/network/interfaces. They will likely fight with each other. Do one or the other.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 12 Feb 2022 16:16:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34600#p34600</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34599#p34599</link>
			<description><![CDATA[<p>If wlan0 is listed in /etc/network/interfaces then connman will ignore it. Use either ifupdown or connman, not both.</p><p>EDIT: if you&#039;re running chimaera then I would recommend iwd instead:</p><div class="codebox"><pre><code># apt install iwd orphan-sysvinit-scripts wpa_supplicant- connman- dhclient-
# cp /usr/share/orphan-sysvinit-scripts/iwd /etc/init.d/
# update-rc.d iwd defaults</code></pre></div><p>Then use <span class="bbc">iwctl</span> to configure your wireless connection and add this to /etc/iwd/main.conf:</p><div class="codebox"><pre><code>[General]
EnableNetworkConfiguration=true</code></pre></div><p>And add a network configuration stanza to /var/lib/iwd/&lt;name of SSID&gt;.psk, for example:</p><div class="codebox"><pre><code>[IPv4]
Address=192.168.0.23
Netmask=255.255.255.0
Gateway=192.168.0.1</code></pre></div><p>The wlan0 lines can be removed from /etc/network/interfaces once iwd is configured.</p><p>See also <a href="https://wiki.debian.org/WiFi/HowToUse#Using_IWD" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#Using_IWD</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 12 Feb 2022 16:12:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34599#p34599</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34596#p34596</link>
			<description><![CDATA[<p>Ok so now I&#039;ve got one last problem with connection manager. I installed it successfully (in fact I started to mix it up with conman with one n !)<br />Starting the system, I&#039;ve got no internet connection with wifi even when launching connman settings and activating wifi : it shows no wifi connections around !<br />The only way is to start the system <strong>without</strong> </p><div class="codebox"><pre><code>auto wlan0</code></pre></div><p> and then manually edit /etc/network/interfaces and add it after devuan launch.<br />Then after</p><div class="codebox"><pre><code>ifup wlan0</code></pre></div><p> network is back...otherwise if I leave it at start of devuan it shows me an error about already configured network<br />I must say I&#039;m quite a newbie so any help is welcome</p>]]></description>
			<author><![CDATA[dummy@example.com (zen253230)]]></author>
			<pubDate>Sat, 12 Feb 2022 15:08:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34596#p34596</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34594#p34594</link>
			<description><![CDATA[<p>Ok so I tried to follow your instructions.<br />Trying at first to stop slim but it said &quot;failing&quot;. It lasted for a while complaining about</p><div class="codebox"><pre><code>iwlwifi no beacon heard and the time event is over already</code></pre></div><p>then stopped at last...Nevertheless I went further first by installing consolekit and associated libpam</p><div class="codebox"><pre><code>apt-get install consolekit libpam-ck-connector</code></pre></div><p>It went on flawlessly uninstalling some other packages by the way but as soon as I uninstalled elogind</p><div class="codebox"><pre><code>apt-get remove elogind</code></pre></div><p>I lost my wifi network. I had to manually edit the network configuration following devuan instructions</p><div class="codebox"><pre><code>nano /etc/network/interfaces</code></pre></div><div class="codebox"><pre><code>auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
      wpa-ssid myssid
      wpa-psk mypassphrase</code></pre></div><p>then save with Ctrl+X and then</p><div class="codebox"><pre><code>ifup wlan0</code></pre></div><p>Network was back<br />Concerning pmount and spaceman it works great so thank you again !</p>]]></description>
			<author><![CDATA[dummy@example.com (zen253230)]]></author>
			<pubDate>Sat, 12 Feb 2022 14:21:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34594#p34594</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34574#p34574</link>
			<description><![CDATA[<p>Thank you very much!<br />Exactly what I was looking for<br />I&#039;ll give it a try asap</p>]]></description>
			<author><![CDATA[dummy@example.com (zen253230)]]></author>
			<pubDate>Fri, 11 Feb 2022 15:58:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34574#p34574</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34572#p34572</link>
			<description><![CDATA[<p>For user to mount removable media, you could install pmount and either spacefm or pcmanfm. You may need to install without Recommends. </p><div class="codebox"><pre><code>apt --no-install-recommends install &lt;package&gt;</code></pre></div><p>If you want to avoid installing elogind by mistake, you could pin it by creating a file in /etc/apt/preferences.d/ with the following:</p><div class="codebox"><pre><code>Package: *elogind
Pin: version *
Pin-Priority: -1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 11 Feb 2022 14:39:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34572#p34572</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34571#p34571</link>
			<description><![CDATA[<p>I&#039;m not aware of any guide for doing this, so I tried it. To be safe, I dropped to console first and stopped the slim display manager.</p><div class="codebox"><pre><code>### ctrl-alt-F2 and then log in as root.
/etc/init.d/slim stop
apt remove elogind libpam-elogind consolekit+ libpam-ck-connector+</code></pre></div><p>That replaced elogind with consolekit and removed a bunch of other stuff, including gvfs, udisks2 and network-manager. I replaced network-manager with connman and set connman-ui-gtk to start with the desktop.</p><div class="codebox"><pre><code>apt install connman connman-ui connman-gtk</code></pre></div><p>The user can no longer shutdown or reboot from the desktop. I assume that mounting of removable media is also gone. I don&#039;t know if there are fixes for this.</p><p>An alternative approach would be to do a minimal install, switch to consolekit first, and then start adding things.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 11 Feb 2022 14:21:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34571#p34571</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] How to remove elogind postinstall in Xfce4 in order to use consolekit2]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34557#p34557</link>
			<description><![CDATA[<p>Hello everyone, </p><div class="quotebox"><blockquote><div><p>I just couldn&#039;t find the answer to my question on the forum!</p></div></blockquote></div><p>For sure not everybody is willing to remove elogind but Linux is choice so I&#039;d like to use consolekit 2 instead as advertised in devuan chimaera release notes.</p><p>Problem is even when I launch xfce4 with parameters</p><div class="codebox"><pre><code>startxfce4 --with-ck-launch </code></pre></div><p>elogind is still running in the background...<br />So removing elogind crashes everything <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>But it is said that both ck2 and elogind are mutually exclusive. <br />So is there a step by step guide to do it post installation?<br />Thank you in advance</p>]]></description>
			<author><![CDATA[dummy@example.com (zen253230)]]></author>
			<pubDate>Thu, 10 Feb 2022 20:11:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34557#p34557</guid>
		</item>
	</channel>
</rss>
