<?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=7956&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Test ISO: refracta freia xlibre turnstile pipewire]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7956</link>
		<description><![CDATA[The most recent posts in Test ISO: refracta freia xlibre turnstile pipewire.]]></description>
		<lastBuildDate>Wed, 02 Sep 2026 05:54:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65373#p65373</link>
			<description><![CDATA[<p>Interesting. Good luck with your research.</p>]]></description>
			<author><![CDATA[dummy@example.com (Valera)]]></author>
			<pubDate>Wed, 02 Sep 2026 05:54:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65373#p65373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65371#p65371</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>You need to install dbus-x11 instead</p></div></blockquote></div><p>For me that is the worst option.<br />I want as little of dbus on my system as possible.</p><p>Why? See here<br /><a href="https://wiki.hyperbola.info/doku.php?id=en:philosophy:dbus_failure" rel="nofollow">https://wiki.hyperbola.info/doku.php?id … us_failure</a></p><p>and my post on dbus in the antiX forum<br /><a href="https://www.antixforum.com/forums/topic/what-is-the-proper-behavior-and-setup-for-dbus/page/3/#post-118320" rel="nofollow">https://www.antixforum.com/forums/topic … ost-118320</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Tue, 01 Sep 2026 20:29:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65371#p65371</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65370#p65370</link>
			<description><![CDATA[<p>You need to install dbus-x11 instead</p>]]></description>
			<author><![CDATA[dummy@example.com (Valera)]]></author>
			<pubDate>Tue, 01 Sep 2026 19:01:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65370#p65370</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65368#p65368</link>
			<description><![CDATA[<p>Thanks for the hint.<br />Yes, especially since there are no active dbus daemons on my system, dbus-turnstile-user-session probably is of no effect.<br />But if I remove it, audacious will go with it, unless I install some dbus dummy. <br />So I rather keep dbus-turnstile-user-session installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Tue, 01 Sep 2026 18:12:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65368#p65368</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65366#p65366</link>
			<description><![CDATA[<p>dbus-turnstile-user-session is needed to run the suss backend and user services on runit, openrc. You can remove it if you don&#039;t need custom services.</p>]]></description>
			<author><![CDATA[dummy@example.com (Valera)]]></author>
			<pubDate>Tue, 01 Sep 2026 12:23:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65366#p65366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65364#p65364</link>
			<description><![CDATA[<p>It seems that I have discovered the source of the mystery.</p><p>My system is based on excalibur and the dbus daemons are excludes by a dbus-bin pin. In excalibur there is no turnstile. So installed it from antiX and the related packages and runit service too. Among these there is the optional package &#039;dbus-turnstile-user-session&#039;. It contains a script &#039;/etc/user_session.d/01_dbus&#039;:</p><div class="quotebox"><blockquote><div><p>#!/bin/sh</p><p>DBUS_SESSION_BUS_ADDRESS=&quot;unix:path=$XDG_RUNTIME_DIR/bus&quot;<br />dbus-daemon&#160; --session --nofork --address=$DBUS_SESSION_BUS_ADDRESS &amp;</p><p>if [ &quot;$XDG_RUNTIME_DIR&quot; = &quot;/run/user/$(id -u)&quot; ]; then<br />&#160; &#160; echo export DBUS_SESSION_BUS_ADDRESS=&quot;$DBUS_SESSION_BUS_ADDRESS&quot; &gt;&gt; &quot;$XDG_RUNTIME_DIR/profile&quot;<br />fi</p></div></blockquote></div><p>Somehow this script catches the dependencies to dbus-bin.<br />If I remove &#039;dbus-turnstile-user-session&#039; (which depends on turnstile), all programs that need dbus-bin will be removed.</p><p>So now I understand, why I had got no dependency complains, when I installed audacious.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Mon, 31 Aug 2026 15:33:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65364#p65364</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65359#p65359</link>
			<description><![CDATA[<p>Yes, it is very weird. Sound works well and is pure alsa, nothing else installed.<br />Dbus daemons are excluded – only libdbus is installed.</p><p>Fortunately I see is no need to remove turnstile.<br />My guess: The cause is solver 3.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Sun, 30 Aug 2026 22:37:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65359#p65359</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65357#p65357</link>
			<description><![CDATA[<p>That&#039;s weird. I&#039;m not seeing that in my turnstile iso. If I remove turnstile, it does not want to remove anything else. If I try to remove dbus, it wants to remove audacious along with another 85 packages.</p><p>Make sure you get rid of all the pipewire, wireplumber and pulseaudio packages, and then alsa should work. (libpulse0 can stay and won&#039;t interfere.) Make sure you&#039;re using the right sound card. &#039;aplay -l&#039; will show you which one is card 0 and if there&#039;s more than one, such as hdmi from your cpu, it&#039;ll show which one is card 1. There are a few ways to set the system to use the right card. Ask if you need help with that.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 30 Aug 2026 20:31:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65357#p65357</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65356#p65356</link>
			<description><![CDATA[<p>I had not checked sound. Indeed, removing turnstile deactivates sound, even if I set audacious to alsa output.</p><p>&#039;refracta_14_test_xlibre_turnstile-20260507_1411.iso&#039; has the same login packages installed as my system.</p><p>But I have turnstile as well. If I would purge it, audacious, mousepad, xfburn and gcr would be removed too.<br />I could not detect why. Reverse depends of turnstile only show turnstile-dbgsym.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Sun, 30 Aug 2026 18:50:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65356#p65356</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65354#p65354</link>
			<description><![CDATA[<p>This one does not have elogind or consolekit or turnstile. Just seatd and some elogind libraries. No display manager. I think you could remove some of those libraries if you removed the lxqt packages.<br /><a href="https://get.refracta.org/files/experimental/refracta_14_test_xlibre_amd64-20260404_1517.iso" rel="nofollow">https://get.refracta.org/files/experime … 4_1517.iso</a></p><p>The turnstile iso has turnstile for user services. It&#039;s only used for pipewire in the iso you used. Turnstile uses the script in ~/.user_session.d</p><p>Did you revert to using only alsa for audio after removing turnstile?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 30 Aug 2026 15:23:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65354#p65354</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65351#p65351</link>
			<description><![CDATA[<p>To my delight building my system was very uncomplicated. But then I realized, that Refracta 13.3 has libsystemd0 onboard.<br />I have replaced libsystemd0 by libelogind-compat and libelogind0. Then I tried to remove libelogind0 or replace it by a dummy, but that did brake the system. </p><p>This would be possible by using packages from the antiX nosystemd repo. To do so I would have to rise the priority of the antiX nosystemd repo, but then I shall get conflicts with the runit-services package. Maybe it is possible with sysv-init, but not with runit.</p><p>This motivated me to check your &#039;refracta_14_test_xlibre_turnstile-20260507_1411.iso&#039; <br />Maybe you have found a better solution. </p><p>You have installed elogind/libelogind0 installed and seatd, libseat1 and turnstile as well. Both fulfill the same purpose. So which one is active? To figure that out I have run two tests:</p><p>(1) # apt purge seatd turnstile<br />After reboot the system did not show any differences. <br />seatd and turnstile seem to have no effect.</p><p>(2) # apt purge elogind&#160; &#160;(and keep seatd + turnstile)<br />This removed lxqt-panel. So Lxqt became unusable, but openbox was still working fine. Then I removed turnstile as well. Again this did not make any difference.</p><p>So in both cases turnstile seems to be irrelevant.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Sun, 30 Aug 2026 13:31:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65351#p65351</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=64443#p64443</link>
			<description><![CDATA[<p>Based on &#039;refracta_13.3_nox_amd64-20260501_1521.iso&#039; I have created a similar system in qemu.<br />Already two years ago I had build such a system based on antiX-23 (bookworm). It is running stable on my desktop pc as my work horse.</p><p>These have been my steps:</p><p>(1) install refracta_13.3_nox with runit and seatd</p><p>(2) exclude unwanted packages via pins in /etc/apt/preferences.d:<br />00dbus-bin 00java-common 00libelogind0 00libsystemd0 00mono-runtime-common 00nodejs 00polkitd</p><p>(3) add antiX-26 repos to refracta<br />Give Devuan a higher priority than antiX in /etc/apt/preferences.d<br />To stay as close as possible to original Devuan I have turned on the antiX repos only when needed.<br />(i.e.: Arandr from Devuan cannot be installed – the antiX version is fine. Plank needs gconf-gsettings-backend from antiX to function properly.)<br />Once the base system has been completed, I shall keep the antiX repos turned on for upgrades.</p><p>(4) install from antiX-26:<br /># apt install turnstile runit-service-turnstiled libturnstile0<br /># apt install runit-service-seatd</p><p>(5) install my proven Openbox desktop<br />no display manager – just xinitrc | no pipewire – pure alsa<br />This setup should work with all window managers.<br />Desktops do not work. They all need active dbus daemons, whereas this setup uses libdbus-1-3 only.</p><p>(6) Power Management<br />For power management I use acpid, xset and the script suspend_if_idle (combined with i3lock and kdocker).<br />[<a href="https://gitlab.com/antiX-Linux/antix-goodies-2023/-/blob/main/bin/suspend_if_idle?ref_type=heads" rel="nofollow">https://gitlab.com/antiX-Linux/antix-go … type=heads</a>]</p><p>(7) use lxterminal as pseudo gui<br />i.e.; obsession is crippled, lxsession needs polkit<br />As workaround in the openbox menu I use commands like the following:</p><p>&lt;execute&gt;lxterminal --geometry=39x4 --title=PowerOff -e bash -c &quot;echo -- ???_PowerOff_??? __ [ENTER] = yes --; read line; (openbox --exit &amp;&amp; sudo poweroff); echo read line&quot;<br />&lt;execute&gt;lxterminal --geometry=90x32 --title=clamscan_Downloads -e &quot;clamscan -v -r ~/Downloads; echo &#039;&lt;Enter&gt; to Close Terminal&#039;; read line&quot;</p><p>So far I have found a solution for all my software needs within this setup.<br />The system is light, fast and stable and maybe a little more secure than standard.</p><p>I had to create one single dummy for pkexec, because gparted as dependency of refractainstaller-gui demands it. Of course pkexec is not really needed. Gparted starts as well with &#039;lxsu&#039; or &#039;su-to-root -X -c&#039;.</p><p>An extra benefit: The limitations have inspired me to find better alternatives to standard apps.<br />Example: I use SQLiteStudio instead of the bloated LibreOffice-Base.</p><p>Linux-libre works well, but I prefer the Devuan kernel for the option of non-free-firmware. <br />So far xorg has not caused any problems. Therefore I have not yet tested xlibre. It is in the antiX-26 repo. &#039;#apt install -s xlibre&#039; does not show any problems, but all the xserver-xorg-input-* packages will be removed.</p><p><span class="postimg"><img src="https://i.postimg.cc/RqQnGVvg/260628-runit-service-manager-screenshot.jpg" alt="runit-service-manager" /></span><br />screenshot runit-service-manager <a href="https://postimg.cc/RqQnGVvg" rel="nofollow">https://postimg.cc/RqQnGVvg</a></p><p><span class="postimg"><img src="https://i.postimg.cc/kDFtwX7f/260628-install-xlibre-screenshot.jpg" alt="install-xlibre" /></span><br />screenshot #apt install xlibre <a href="https://postimg.cc/kDFtwX7f" rel="nofollow">https://postimg.cc/kDFtwX7f</a></p><p><span class="postimg"><img src="https://i.postimg.cc/mhNFV2TS/260628-Devuanti-X-screenshot.jpg" alt="DevuantiX" /></span><br />screenshot openbox desktop <a href="https://postimg.cc/mhNFV2TS" rel="nofollow">https://postimg.cc/mhNFV2TS</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Xaver)]]></author>
			<pubDate>Sun, 28 Jun 2026 15:36:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=64443#p64443</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=64401#p64401</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>does the device plug-in get logged in X11 log? in syslog? I think X11 needs the libinput module for hotpluggable devices, and that this interacts with udev</p></div></blockquote></div><p>I&#039;ve solved the issue: it seems that a prior input-only OS_SUBSYSTEM filter applied to zzz-udev-compat.act in the vdevd.1 profile left DRM without G:seat / E:ID_SEAT entries. Thanks <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Wed, 24 Jun 2026 23:12:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=64401#p64401</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=64348#p64348</link>
			<description><![CDATA[<p>You can add turnstile to the no-elogind build. I just tried it, and it doesn&#039;t pull anything else in.<br /><a href="https://get.refracta.org/files/experimental/refracta_14_test_xlibre_amd64-20260404_1517.iso" rel="nofollow">https://get.refracta.org/files/experime … 4_1517.iso</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 20 Jun 2026 19:43:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=64348#p64348</guid>
		</item>
		<item>
			<title><![CDATA[Re: Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=64347#p64347</link>
			<description><![CDATA[<p>I have been contemplating if someone has already tried to run Devuan with seatd and turnstiled etc. and xlibre, instead of elogind and Xorg...</p>]]></description>
			<author><![CDATA[dummy@example.com (menuhin)]]></author>
			<pubDate>Sat, 20 Jun 2026 17:27:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=64347#p64347</guid>
		</item>
	</channel>
</rss>
