<?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;fid=6&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Other Issues]]></title>
		<link>https://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Fri, 12 Jun 2026 16:09:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[udisksctl Error “GDBus.Error:org.freedesktop.UDisks2.Error.NotMounted”]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8041&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I can confirm that the issue is not with labels, at least not that alone.&#160; Perhaps it&#039;s a combination of label and apfs, or even just an issue with apfs.</p></div></blockquote></div><p>I have just done a test with a file-based loopback device with two <em>ext4</em> partitions—one with a label, and one without, and you’re right: both will mount and unmount properly.</p><p>So, apparently something goes wrong with APFS; unfortunately, I have no access to a labelled APFS partition, hence I cannot test that combination.</p><div class="quotebox"><blockquote><div><p>You should probably report it to upstream.</p></div></blockquote></div><p>I wouldn’t mind doing so, but I don’t have a GitHub account; I’m reluctant to creating one, after I have cleaned up a whole range of accounts on various web sites.</p>]]></description>
			<author><![CDATA[dummy@example.com (luvr)]]></author>
			<pubDate>Fri, 12 Jun 2026 16:09:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8041&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[VPN on Devuan 7]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8034&amp;action=new</link>
			<description><![CDATA[<p>I&#039;ve been pointed towards Stable packages a couple of times now. I wonder why these are not present in the Testing repos if they&#039;re fine to install? How does one install Stable packages on Testing?</p><p>btw Proton have fixed their firefox VPN extension so one can now install that, at least for web browsing</p>]]></description>
			<author><![CDATA[dummy@example.com (safari)]]></author>
			<pubDate>Fri, 12 Jun 2026 15:03:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8034&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Xorg libseat patch with meson]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8039&amp;action=new</link>
			<description><![CDATA[<p><a href="https://forums.gentoo.org/viewtopic.php?p=8887083#p8887083" rel="nofollow">https://forums.gentoo.org/viewtopic.php … 3#p8887083</a></p><p>Had to apply this to make it compile. Just a heads up.</p><div class="codebox"><pre class="vscroll"><code>diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
index c4db85c..a90064b 100644
--- a/hw/xfree86/meson.build
+++ b/hw/xfree86/meson.build
@@ -93,6 +93,7 @@ xorg_deps = [
     xshmfence_dep,
     config_dep,
     libdrm_dep,
+    libseat_dep,
 ]
 
 if get_option(&#039;suid_wrapper&#039;)
diff --git a/hw/xfree86/os-support/meson.build b/hw/xfree86/os-support/meson.build
index 236f5de..66d624b 100644
--- a/hw/xfree86/os-support/meson.build
+++ b/hw/xfree86/os-support/meson.build
@@ -14,6 +14,12 @@ hdrs_xorg_os_support = [
 os_dep = []
 os_c_args = []
 
+libseat_dep = []
+if build_seatd_libseat
+    srcs_xorg_os_support += &#039;linux/seatd-libseat.c&#039;
+    libseat_dep = dependency(&#039;libseat&#039;)
+endif
+
 if get_option(&#039;pciaccess&#039;)
     srcs_xorg_os_support += &#039;bus/Pci.c&#039;
     if host_machine.system() != &#039;linux&#039;
diff --git a/test/meson.build b/test/meson.build
index 94634c1..17c4181 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -219,7 +219,7 @@ if build_xorg
     unit = executable(&#039;tests&#039;,
          unit_sources,
          c_args: unit_c_args,
-         dependencies: [pixman_dep, randrproto_dep, inputproto_dep, libxcvt_dep],
+         dependencies: [pixman_dep, randrproto_dep, inputproto_dep, libxcvt_dep, libseat_dep],
          include_directories: unit_includes,
          link_args: ldwraps,
          link_with: xorg_link,</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Thu, 11 Jun 2026 06:39:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8039&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Audio Input Issues with VMs & Devuan as Host]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8030&amp;action=new</link>
			<description><![CDATA[<p>Hello, I&#039;ve been tinkering around with Devuan as my daily driver and encountered an issue where in VirtualBox, my VMs are not receiving any audio input. I have enabled the options for input/output in the VM&#039;s audio settings and tried several different driver/controller options across several guest OSes. Still, I can not get the audio to work. Could anyone here help me set this up properly?</p><p>P.S. I installed guest additions, and audio input still did not work.</p>]]></description>
			<author><![CDATA[dummy@example.com (StinkyEmptyAfterlife)]]></author>
			<pubDate>Mon, 08 Jun 2026 08:27:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8030&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Devuan LXC container usage?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7862&amp;action=new</link>
			<description><![CDATA[<p>I started to use Devuan lxc containers as well. I have prepared pct template of Devuan6 in the same way. I think much better experience in relation to LXC containers provide Incus, so recently I was thinking if would be better to start Proxmox VM and install INcus there just for LXC</p>]]></description>
			<author><![CDATA[dummy@example.com (kajko)]]></author>
			<pubDate>Sun, 07 Jun 2026 12:55:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7862&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Unintended reboot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8024&amp;action=new</link>
			<description><![CDATA[<p>Package: intel-microcode&#160; &#160; &#160; &#160; &#160; <br />Version: 3.20251111.1~deb13u1<br />State: not installed<br />Priority: standard</p><p>I will give it a whirl</p>]]></description>
			<author><![CDATA[dummy@example.com (Red_Fir)]]></author>
			<pubDate>Sun, 07 Jun 2026 00:47:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8024&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Docker: fsconfig fails and cgroup says unknown subsys]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7969&amp;action=new</link>
			<description><![CDATA[<p>@yaser</p><p>Once you’ve run my script, you should already have a fully functional Docker installation. Why are you then doing something that breaks it? Or are you still experiencing the same cgroups issues after running my script?</p><p>&#160; &#160; -- mr-addams</p>]]></description>
			<author><![CDATA[dummy@example.com (mr-addams)]]></author>
			<pubDate>Fri, 05 Jun 2026 16:37:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7969&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Using VMs with Devuan as host]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8021&amp;action=new</link>
			<description><![CDATA[<p>Thanks for the help! Worked just fine. I have some bigger fish to fry now since when I tried to install Devuan to my main PC it got pretty messed up <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (StinkyEmptyAfterlife)]]></author>
			<pubDate>Thu, 04 Jun 2026 05:35:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8021&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Home Server access issues]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7988&amp;action=new</link>
			<description><![CDATA[<p>I fixed the issue by adding x-gvfs to my fstab, The network folders now show up under network, mounted and ready to go. Full fstab, x 2, one for each folder, is 192.168.178.29:/volume1/Base /media/NAS/Base nfs user,nofail,x-gvfs-show,rsize=8192,wsize=8192,timeo=14,intr</p>]]></description>
			<author><![CDATA[dummy@example.com (Legion)]]></author>
			<pubDate>Thu, 04 Jun 2026 03:27:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7988&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Shift from Silverblue to Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7935&amp;action=new</link>
			<description><![CDATA[<p>Hi @kajko<br />thanks for sharing your setup, actually i got so close to this.</p><p>it took me some time but i tested various setups and the biggest one was escaping years of using gnome!</p><p><strong>First Install: Failure</strong></p><p>- sysvinit: very simple and fast<br />- xorg: just works<br />- fs: standard ext4<br />- vm: qemu + virtmanager<br />- tailscale: failed, tho with a wrapper script i could use it.<br />- xfce: feels like winxp but very customizable (last only 1 week!)<br />- i3: getting use to tilling + insane amount of newbie ricing! + testing almost any wm on the planet.<br />- dev: docker + ddev + bloated vscode</p><p>==&gt; i messed up thing by upgrading to ceres branch <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />but learned alot and took tons of hand writings! </p><p><strong>Second Install: current</strong></p><p>- installation: installed a minimum base + xorg + pipewire (later on installed xlibre)<br />- openrc: i miss sysv but at least tailscale works perfect<br />- dm: bspwm + polybar<br />- fs: ext4 + swap (noatime)<br />- vm: incus<br />- dev: neovim + lampp</p><p>sadly I didn&#039;t know about Nebula (thanks for recommending) tail was only reason i chose openrc. no issue so far. we will see, i will update if i fail again <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (yaser)]]></author>
			<pubDate>Wed, 03 Jun 2026 23:58:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7935&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] VPN install & use on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8007&amp;action=new</link>
			<description><![CDATA[<p>Thank you! It worked and was very easy to do.</p>]]></description>
			<author><![CDATA[dummy@example.com (StinkyEmptyAfterlife)]]></author>
			<pubDate>Tue, 02 Jun 2026 01:17:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8007&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Question on Refracta snapshot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8008&amp;action=new</link>
			<description><![CDATA[<p>Add one or more of the following to the boot command. (linux line with grub boot, append line with isolinux/syslinux boot)</p><div class="codebox"><pre><code>noautologin
nottyautologin
nox11autologin</code></pre></div><p>See &#039;man live-config&#039; for more details and more options.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 30 May 2026 17:50:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8008&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Getting 403 forbidden from wiki.debian.org?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7893&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The problem is &quot;AI&quot; scrapers.</p></div></blockquote></div><p>Exactly. <br />Anything, that &quot;isn&#039;t on the tree at 3&quot; will be raped on daily bases.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Wed, 20 May 2026 20:58:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7893&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[libncurses5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7984&amp;action=new</link>
			<description><![CDATA[<p>Thanks for the help.&#160; Vivadio nstalled after installing libcurses5.</p>]]></description>
			<author><![CDATA[dummy@example.com (jrico)]]></author>
			<pubDate>Wed, 20 May 2026 09:39:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7984&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Refracta Snapshot (Excalibur) is Broken]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7716&amp;action=new</link>
			<description><![CDATA[<p>Hi Robin, nice work and welcome to Devuan! Yep, when in doubt, Refracta it out, it always &quot;just works&quot; and so saves a lot of time to get up and running!</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 04 May 2026 15:11:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7716&amp;action=new</guid>
		</item>
	</channel>
</rss>
