<?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=3&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Desktop and Multimedia]]></title>
		<link>https://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Tue, 21 Apr 2026 19:06:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[GTK2 Revival thread]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7921&amp;action=new</link>
			<description><![CDATA[<p>If I run into any when using it.</p><p>But I tend not to use gtk2 as much on my devuan install, except maybe for palemoon.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Tue, 21 Apr 2026 19:06:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7921&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Why Devuan have no Lomiri DE in repos?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7897&amp;action=new</link>
			<description><![CDATA[<p>So apparenlty it would only take someone to stand up and maintain a fork for Devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 18 Apr 2026 22:16:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7897&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[AppImage Package Manager.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7909&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>As long as I can just <strong>click a button</strong> and it just works!</p></div></blockquote></div><p>Mmm... Not quite.</p><div class="codebox"><pre><code>chmod a+x /path/to/file.appimage</code></pre></div><p>They will work then.</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Fri, 17 Apr 2026 23:55:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7909&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[KDE Plasma 6.3.6 - Sound and Discover issue.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7902&amp;action=new</link>
			<description><![CDATA[<p>I wrote a script to fix plasma-discover problem.&#160; I&#039;ll try to integrate it into the installer soon.<br />I used this post as a starting-point: <a href="https://dev1galaxy.org/viewtopic.php?pid=41726#p41726" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=41726#p41726</a> but had to change a few things.&#160; These pages were helpful references: <a href="https://www.freedesktop.org/software/appstream/docs/sect-AppStream-YAML.html" rel="nofollow">https://www.freedesktop.org/software/ap … -YAML.html</a> and <a href="https://www.freedesktop.org/software/appstream/docs/sect-AppStream-IconCache.html" rel="nofollow">https://www.freedesktop.org/software/ap … Cache.html</a><br />Anyway, here&#039;s the script that should get plasma-discover working on devuan excalibur.&#160; If you need it on different devuan version, it shouldn&#039;t be too difficult to adjust.&#160; Also, you&#039;ll need write access to /var/lib/swcatalog/&#160; so you&#039;ll probably want to run it as root.</p><div class="codebox"><pre class="vscroll"><code>#!/bin/bash

# create target directory
mkdir -p /var/lib/swcatalog/yaml/
cd /var/lib/swcatalog/yaml/

# download components
for suite in excalibur excalibur-updates excalibur-backports; do
  debsuite=$(echo $suite|sed -e &#039;s/excalibur/trixie/g&#039;)
  for component in main contrib non-free non-free-firmware; do
    echo &quot;Downloading: component: ${suite}-${component}...&quot;
    wget -q https://appstream.debian.org/data/${debsuite}/${component}/Components-amd64.yml.gz -O devuan-${suite}-${component}_amd64.yml.gz
  done
done

echo &quot;Patching component: excalibur-main_amd64 ...&quot;
gunzip devuan-excalibur-main_amd64.yml.gz
lstart=$(grep -n ^Type:\ operating-system devuan-excalibur-main_amd64.yml | cut -d : -f 1)
lcount=$(tail -n +${lstart} devuan-excalibur-main_amd64.yml | grep -n ^---$ | head -n 1 | cut -d : -f 1)
lresume=$((lstart + lcount))
head -n ${lstart} devuan-excalibur-main_amd64.yml &gt; devuan-excalibur-main_amd64.tmp
cat &lt;&lt;HERE &gt;&gt;devuan-excalibur-main_amd64.tmp
ID: org.devuan.devuan
Name:
  C: Devuan GNU/Linux
Summary:
  C: The universal operating system
Description:
  C: &gt;-
    &lt;p&gt;
      Devuan is a free operating system (OS) for your computer.
      An operating system is the set of basic programs and utilities that make your computer run.
    &lt;/p&gt;
    &lt;p&gt;
      Devuan is based on the Debian project, but with a focus on init freedom.
    &lt;/p&gt;
Developer:
  id: org.devuan
  name:
    C: The Devuan Project
Url:
  homepage: https://www.devuan.org/
Icon:
  cached:
  - name: devuan-logo.png
    width: 48
    height: 48
  - name: devuan-logo.png
    width: 64
    height: 64
  - name: devuan-logo.png
    width: 128
    height: 128
Releases:
- version: &quot;7&quot;
  type: development
  description:
    C: &gt;-
      &lt;p&gt;The current development version of Devuan, codename freia.&lt;/p&gt;
- version: &quot;6&quot;
  type: stable
  description:
    C: &gt;-
      &lt;p&gt;The current stable version of Devuan, codename excalibur.&lt;/p&gt;
- version: &quot;5&quot;
  type: oldstable
  description:
    C: &gt;-
      &lt;p&gt;The oldstable version of Devuan, codename daedalus.&lt;/p&gt;
- version: &quot;4&quot;
  type: oldoldstable
  description:
    C: &gt;-
      &lt;p&gt;The oldoldstable version of Devuan, codename chimaera.&lt;/p&gt;
---
HERE
tail -n +${lresume} devuan-excalibur-main_amd64.yml &gt;&gt; devuan-excalibur-main_amd64.tmp
mv devuan-excalibur-main_amd64.yml devuan-excalibur-main_amd64.yml~
mv devuan-excalibur-main_amd64.tmp devuan-excalibur-main_amd64.yml
gzip -f devuan-excalibur-main_amd64.yml

# download icons
for suite in excalibur excalibur-updates excalibur-backports; do
  debsuite=$(echo $suite|sed -e &#039;s/excalibur/trixie/g&#039;)
  for component in main contrib non-free non-free-firmware; do
    for size in 48x48 64x64 128x128; do
      echo &quot;Downloading ${size} icons for ${suite}-${component}...&quot;
      mkdir -p /var/lib/swcatalog/icons/debian-${debsuite}-${component}/${size}
      cd /var/lib/swcatalog/icons/debian-${debsuite}-${component}/${size}
      wget -q https://appstream.debian.org/data/${debsuite}/${component}/icons-${size}.tar.gz
      tar xf icons-${size}.tar.gz
      mkdir -p /var/lib/swcatalog/icons/debian-${debsuite}-${component}/${size}@2
      cd /var/lib/swcatalog/icons/debian-${debsuite}-${component}/${size}@2
      wget -q https://appstream.debian.org/data/${debsuite}/${component}/icons-${size}@2.tar.gz
      tar xf icons-${size}@2.tar.gz
    done
  done
done</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Thu, 16 Apr 2026 16:49:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7902&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Strange artifacts happening after minimizing a window. [TrinityDE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7910&amp;action=new</link>
			<description><![CDATA[<p>Changed some values in my .compton-tde.conf and the issue is gone for now.</p><div class="codebox"><pre><code>backend = &quot;xrender&quot;;
vsync = &quot;opengl-svc&quot;;
paint-on-overlay = true;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Elyon)]]></author>
			<pubDate>Wed, 15 Apr 2026 13:52:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7910&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Excalibur, KDE, sound and screensharing]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7907&amp;action=new</link>
			<description><![CDATA[<p>By the way (&quot;semi-offtopic&quot;) I found out how to start pipewire when my user logs in:</p><ul><li><p>Place the script somewhere in your home folder, in my case <span class="bbc">~/bin/autostart_pipewire.sh</span>.</p></li></ul><ul><li><p><span class="bbc">chmod +x ~/bin/autostart_pipewire.sh</span></p></li></ul><ul><li><p>Menu &gt; search for &quot;<strong>Autostart</strong>&quot;.</p></li></ul><ul><li><p><span class="bbc">+ Add New</span>, <span class="bbc">Application</span> (<strong>not</strong> <span class="bbc">Login script</span>).</p></li></ul><ul><li><p>click on the <strong>Open File Dialog</strong> icon next to the input box.</p></li></ul><ul><li><p>select <span class="bbc">~/bin/autostart_pipewire.sh</span>.</p></li></ul><p>There is also an <a href="https://www.reddit.com/r/devuan/comments/1mkhlvx/enabling_pipewire_in_devuan_6_works_on_wayland/" rel="nofollow">alternative using a .desktop file here</a>.</p><ul><li><p><strong>do not check</strong> &quot;Terminal Options &gt; Run in terminal&quot;.</p></li></ul><ul><li><p>reboot.</p></li></ul><p>Now the pipewire &quot;init&quot; script is launched when the user logins in KDE.</p><p>This still not solves the screen casting problem in Microsoft Teams but at least I don&#039;t have to start pipewire manually.</p><p>There&#039;s an alternative using a .desktop file and the same start script <a href="https://www.reddit.com/r/devuan/comments/1mkhlvx/enabling_pipewire_in_devuan_6_works_on_wayland/" rel="nofollow">here</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Compiler)]]></author>
			<pubDate>Tue, 14 Apr 2026 15:40:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7907&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[ALSA+Jack system wide audio No pulseaudio or pipewire]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7567&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>@Matlib Did you do any more work on this?</p></div></blockquote></div><p>No, I&#039;m busy with other projects for the time being.</p>]]></description>
			<author><![CDATA[dummy@example.com (Matlib)]]></author>
			<pubDate>Tue, 14 Apr 2026 11:38:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7567&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Attempting screenshare in Hyprland]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7743&amp;action=new</link>
			<description><![CDATA[<p>i personally keep using github for visibility of my projects, i&#039;m just slow at mirroring everything to other forges like gitlab and codeberg.</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Sun, 12 Apr 2026 00:05:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7743&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Unusual startup logs after removing X11 on Devuan SysVInit]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7900&amp;action=new</link>
			<description><![CDATA[<h5>Update: on <span class="bbc">x11-common</span></h5><h5>Troubleshooting x11-common as a dependency for certain applications</h5><p>So, after updating my system and attempting to install the <a href="https://vencord.dev/download/vesktop/amd64/deb" rel="nofollow">Vesktop</a> <span class="bbc">.deb</span> using <span class="bbc">dkpg -i</span>, it refused due to a dependency failure. After using <span class="bbc">sudo apt install -f</span> to resolve broken package dependencies to allow me to install, <span class="bbc">x11-common</span> was one of the listed dependencies.</p><h5>What is x11-common?</h5><p>I found that strange considering I do not have <span class="bbc">xwayland</span> or similar compatibility layers at the time. After installing it, I looked up the <a href="https://packages.debian.org/sid/x11-common" rel="nofollow">x11-common package listing from upstream</a> gives me the following description:</p><div class="quotebox"><cite>Debian Packages wrote:</cite><blockquote><div><p>x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System.</p></div></blockquote></div><p>From what I can derive in layman&#039;s terms is that <span class="bbc">x11-common</span> provides only some files and directories necessary to what a system needs to eventually run a graphical interface (like the windows, icons, and menus you see on screen), but doesn&#039;t actually provide the tools to create the windows or GUI from it -- which would make sense if the user would be installing an X11 application.</p><h5>Result</h5><p>The result, if not immediately obvious, is that <span class="bbc">startpar</span> can now find <span class="bbc">x11-common</span>, so it doesn&#039;t display this anymore:</p><div class="codebox"><pre><code>startpar: service(s) refused failure: x11-common ... failed! # no longer displays as a result of installing x11-common</code></pre></div><p>Still investigating what deal is with <span class="bbc">pulseaudio-enable-autospawn</span>, and why it is holding <span class="bbc">cups</span> hostage.</p>]]></description>
			<author><![CDATA[dummy@example.com (wolfchar)]]></author>
			<pubDate>Sat, 11 Apr 2026 08:08:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7900&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[MATE screeshot utility hangs at saving image to folder]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7896&amp;action=new</link>
			<description><![CDATA[<p>Mate 1.28.2 at Devuan Ceres<br />Can someone confirm this bug?</p><p>ps<br /><a href="https://bugzilla.redhat.com/show_bug.cgi?id=2390588" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=2390588</a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Fri, 10 Apr 2026 16:39:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7896&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[get Tabledit running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7888&amp;action=new</link>
			<description><![CDATA[<p>mike@RPI4b2D:~&gt; uname -a<br />Linux MikesPI 6.1.93 #1 SMP PREEMPT Mon Dec&#160; 8 02:37:53 CET 2025 aarch64 GNU/Linux<br />mike@RPI4b2D:~&gt; cat /etc/os-release <br />PRETTY_NAME=&quot;Devuan GNU/Linux 6 (excalibur)&quot;</p><p>I&#039;m on a RaspberryPI and was wondering if anyone here has gotten TablEdit running.</p><p>Happy Easter,<br />Mike</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike)]]></author>
			<pubDate>Sun, 05 Apr 2026 22:47:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7888&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[xfdashboard]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7866&amp;action=new</link>
			<description><![CDATA[<p>Thanks everyone for your comments.</p><p>I tried the method suggested by Mercury, but it did not work for me. I was getting to many errors about unsolvable dependencies.</p><p>What I did in the end was to install from source:</p><p>version 1.1.0 (2025-08-21) from<br /><a href="https://archive.xfce.org/src/apps/xfdashboard/1.1/" rel="nofollow">https://archive.xfce.org/src/apps/xfdashboard/1.1/</a></p><p>Dependencies required depend on what&#039;s already installed.<br />I installed these.</p><p>cmake meson libgarcon-1-dev libxfce4ui-2-dev libcogl-dev libclutter-1.0-0 libclutter-1.0-dev libwnck-3-dev gettext</p><p>Then:</p><p># tar xf xfdashboard-&lt;version&gt;.tar.bz2<br /># cd xfdashboard-&lt;version&gt;<br /># meson setup build<br /># meson compile -C build<br /># meson install -C build</p><p>Installed without problem.</p><p>But when I tried $ xfdasboard in terminal I got this error:</p><p>xfdashboard: error while loading shared libraries: libxfdashboard.so.0.10100.0: cannot open shared object file: No such file or directory</p><p>To test if it works I did:</p><p>export LD_LIBRARY_PATH=/home/neo/Downloads/Devuan/.bin/xfdashboard-1.1.0/build/libxfdashboard/:$LD_LIBRARY_PATH</p><p>then</p><p>$ xfdashboard</p><p>It worked great</p><p>So, I placed my build directory in to my PATH. That&#039;s where the offending libxfdashboard.so.0.10100.0 is.</p><p>Rebooted, Works great</p><p>Added xfdashboard to a hot-corner. Happy now.</p>]]></description>
			<author><![CDATA[dummy@example.com (karma)]]></author>
			<pubDate>Sat, 04 Apr 2026 16:39:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7866&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[MATE freezes after being started with startx]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7655&amp;action=new</link>
			<description><![CDATA[<p>Don’t source /etc/X11/Xsession in .xinitrc and don’t use exec in .xsessionrc for background services</p><p>Should fix it</p><p>keep it minimal</p>]]></description>
			<author><![CDATA[dummy@example.com (lynch9)]]></author>
			<pubDate>Thu, 02 Apr 2026 22:12:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7655&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Viber Desktop asks for e new setup on every reboot.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7873&amp;action=new</link>
			<description><![CDATA[<p>I had the same problem . Maybe Viber wants to use systemd ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Vladz)]]></author>
			<pubDate>Thu, 02 Apr 2026 15:32:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7873&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[mpv annoying pipewire messages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7868&amp;action=new</link>
			<description><![CDATA[<p>Installed the &#039;zam-plugins&#039; package. Now I get this</p><div class="codebox"><pre><code>[E][17:29:29.641816] pw.core      | [          core.c:  389 core_new()] 0x5633fd18a6e0: can&#039;t find protocol &#039;PipeWire:Protocol:Native&#039;: Operation not supported
[E][17:29:29.641858] mod.filter-chain | [module-filter-ch: 2096 pipewire__module_init()] can&#039;t connect: Operation not supported
[E][17:29:29.642273] pw.core      | [          core.c:  389 core_new()] 0x5633fd18a6e0: can&#039;t find protocol &#039;PipeWire:Protocol:Native&#039;: Operation not supported</code></pre></div><p>There is a difference - the errors are just 3 and the first and the third are actually identical.</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 31 Mar 2026 14:34:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7868&amp;action=new</guid>
		</item>
	</channel>
</rss>
