<?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=8&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan]]></title>
		<link>https://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Tue, 04 Aug 2026 21:25:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Devuan and KDE on Excalbur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7986&amp;action=new</link>
			<description><![CDATA[<p>When I tried it in late June 2025 on my ThinkBook 13s G4 IAP I had a few issues; No sound without a workaround, system monitor required systemd so it would work, and I wasn&#039;t able to get power profiles to work. </p><p>I have been using KDE Plasma 6.3.6 in normal Debian 13 since, because the battery life on Devuan was even worse than normal (&quot;thin and light&quot; + good CPU/GPU = HAHAHAHA! Your battery is too small!). Debian is fine, great even, but I would rather use Devuan as a matter of principle, I just can&#039;t be arsed to make it work. I suppose that makes me a bad person. Oh well.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tatwi)]]></author>
			<pubDate>Tue, 04 Aug 2026 21:25:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7986&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[As an extensive user, GIMP 2.10.x is unusable. 2.8.x is great though!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=2681&amp;action=new</link>
			<description><![CDATA[<p>It has been a long time and somewhere along the way things broke and I found a new, really simple solution to the problem: Use Distrobox to install the 2.8.18 version of GIMP in Ubuntu 16.04. It&#039;s so easy! This easy, in fact:</p><div class="codebox"><pre><code>sudo apt install distrobox

distrobox create --image quay.io/toolbx/ubuntu-toolbox:16.04 --name ubuntu16

distrobox enter ubuntu16

sudo apt install gimp gimp-data-extras

distrobox-export --app gimp</code></pre></div><p>And now you can use GIMP 2.8.18 like any other program on your system. </p><p>This is the same version that is available in Debian 9 (Stretch), so if a Distrobox image for Devuan ASCII existed it could be used instead of the one for Ubuntu 16. Ultimately, I don&#039;t think it would make much of a difference for this purpose, but Distrobox images for each Devaun release would be neat for those who want to &quot;keep it in the family&quot;.</p><p>Ps. I still hate new versions of GIMP. Even after making it <em>look</em> like the old version, several important aspects of my workflow are either outright broken or made to be obnoxiously convoluted. I was always fine with GIMP being its own thing, but I guess those who work on it somehow believe if they made it more like Adobe people will magically choose to use GIMP instead. In my case all they accomplished was alienating a person who spent <em>the better part of a decade</em> learning how to use GIMP the way they created it. I know, &quot;no one cares&quot;, but I felt like sharing anyway. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Tatwi)]]></author>
			<pubDate>Tue, 04 Aug 2026 21:02:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=2681&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Do we like green?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8112&amp;action=new</link>
			<description><![CDATA[<p>Just for future reference, I am posting links to some of the previous themes which will hopefully help guide the future evolution of the desktop theme(s) for Devuan. Themes should try to evoke the essence/ethos of the chosen release title.</p><p>&quot;ASCII&quot; used a very dark &quot;Purpy&quot; (very close to black) for obvious reasons.</p><p>Meet cinnabar (Beowulf default theme)<br /><a href="https://dev1galaxy.org/viewtopic.php?id=2646" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2646</a><br />Beowulf was a bloody mess!! Cinnabar captured that quite nicely.</p><p>Meet Chimaera&#039;s deepsea theme<br /><a href="https://dev1galaxy.org/viewtopic.php?id=3896" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3896</a><br />The Deep Sea Chimaera lives in dark blue depths.</p><p>Meet the Daedalus sapphire theme<br /><a href="https://dev1galaxy.org/viewtopic.php?id=4885" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4885</a><br />Daedalus was surrounded by the magnificent jewel-like blues of the Mediterranean.</p><p>IOW . . . the colors of the theme should tell the story of the chosen release title.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 26 Jul 2026 16:29:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8112&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] machine-id]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8117&amp;action=new</link>
			<description><![CDATA[<p>it is intentional, as i said that initscript specifically targets debian sysvinit-core, not devuan, hence conforming to the file topology from debian, the way the file topology on devuan works is a subset of debian, but having <span class="bbc">/etc/machine-id</span> as a volatile file linked to <span class="bbc">/run</span> which exists only in memory is something that works across both debian and devuan, now if dbus finds a <span class="bbc">/etc/machine-id</span> then <span class="bbc">/var/lib/dbus/machine-id</span> is created as a link pointing to the machine-id file.</p><p>again if i manage to get this polished and accepted on debian all it would require to have the devuan way of a volatile machine id per booth would be just 1 config file, which is a benefit for debian to devuan install migrations</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Fri, 24 Jul 2026 23:54:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8117&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Debian LTS/Extended by Freexian and Devuan EOL - best practices]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8098&amp;action=new</link>
			<description><![CDATA[<p>I use virtualization and understand how to gain experience independently. I asked the question because I wanted to learn from the community&#039;s experience.</p>]]></description>
			<author><![CDATA[dummy@example.com (IdeaFix)]]></author>
			<pubDate>Tue, 14 Jul 2026 05:13:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8098&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Why not use runit? Do you guys use runit?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8029&amp;action=new</link>
			<description><![CDATA[<p>I&#039;ve always stuck with sysvinit and in practice I&#039;ve found it unproblematic.<br />Away from my desktop system I do run a mail (postfix/dovecot/fail2ban)+time (chrony)+dns (dnscrypt-proxy) server on a box in a cupboard and for that I run Monit to monitor its critical programs. <br />As well as monitoring Monit will attempt to restart programs that fail.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Fri, 10 Jul 2026 19:41:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8029&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Age Verification]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7852&amp;action=new</link>
			<description><![CDATA[<p>ID Verification... is more accurate</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 06 Jul 2026 16:25:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7852&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Devuan without elogind]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=5909&amp;action=new</link>
			<description><![CDATA[<p>Without Elogind, LXQT works great and is versatile. On my system, the Turnstile+ Seatd+ Turnstile-dbus+ Dinit-dbus+ Dinit+ Polkit-turnstile bundle works perfectly. Sleep and Hibernate do not work with XFCE- requires Consolekit . Patched Turnstile-dbus a bit and now I can run KDE(X11) without elogind.</p>]]></description>
			<author><![CDATA[dummy@example.com (Valera)]]></author>
			<pubDate>Thu, 18 Jun 2026 18:18:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=5909&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[More systemd is coming - what is the plan?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8035&amp;action=new</link>
			<description><![CDATA[<p>A brilliant and oh so helpful observation . . . NOT . . . <img src="https://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 09 Jun 2026 22:30:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8035&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Will Wayland on Gnome etc. work on Devuan 6 in the future release?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7046&amp;action=new</link>
			<description><![CDATA[<p>JMHO but Gnome is unusable for a desktop traditionalist like me......I have been Gnome free since Gnome3</p>]]></description>
			<author><![CDATA[dummy@example.com (yurimodin)]]></author>
			<pubDate>Fri, 29 May 2026 19:32:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7046&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Why has no one enhanced sysvinit?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6866&amp;action=new</link>
			<description><![CDATA[<p>ought to wonder if since i wrote <a href="https://git.devuan.org/eylles/shed" rel="nofollow">shed</a> based on the sysvinit architecture it can be considered an augment to sysvinit or just another component that can be used in conjunction to it</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Wed, 27 May 2026 01:06:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6866&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New to Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7968&amp;action=new</link>
			<description><![CDATA[<p>Thanks!</p><p>Yep, method one is what used on Debian 12 and I imagine it should work the same on Devuan. Worst case, I have to do a manual install, or stick with ESR, which is fine. I used to hate ESR since streaming DRM content was broken/unsupported, but I don&#039;t stream anymore so that&#039;s irrelevant.</p>]]></description>
			<author><![CDATA[dummy@example.com (soulstenance)]]></author>
			<pubDate>Thu, 14 May 2026 23:42:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7968&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Missing GRUB Bootloader in installer images, since Daedalus.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7970&amp;action=new</link>
			<description><![CDATA[<p>Ventoy is cool, but I stopped using it when I found certain Linux ISOs to be flaky or have issues at boot or install. This sounds similar to what I experienced though it was too long ago to recall what issues I had. If you want the convenience of having a ton of distros on one USB to test and mess around with, Ventoy is fine, but I&#039;d recommend ditching it and just flash the specific distro you want onto your USB drive the normal way.</p>]]></description>
			<author><![CDATA[dummy@example.com (soulstenance)]]></author>
			<pubDate>Wed, 13 May 2026 19:14:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7970&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Devuan on PC replacing the smartness in smart TV]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7849&amp;action=new</link>
			<description><![CDATA[<p>Even if Wi-Fi and Bluetooth can&#039;t easily be disabled, one could still block them using a firewall. And since Bluetooth could be useful for controlling the TV box, one could configure the firewall to only allow connections from specific MAC addresses.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 13 May 2026 10:21:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7849&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[systemd compatibility layer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7966&amp;action=new</link>
			<description><![CDATA[<p>A recent discussion on the subject: <a href="https://forum.artixlinux.org/index.php/topic,8724.0.html" rel="nofollow">https://forum.artixlinux.org/index.php/ … 724.0.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (JCK)]]></author>
			<pubDate>Mon, 11 May 2026 19:39:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7966&amp;action=new</guid>
		</item>
	</channel>
</rss>
