<?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;tid=7907&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Excalibur, KDE, sound and screensharing]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7907</link>
		<description><![CDATA[The most recent posts in Excalibur, KDE, sound and screensharing.]]></description>
		<lastBuildDate>Tue, 14 Apr 2026 15:40:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Excalibur, KDE, sound and screensharing]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63205#p63205</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?pid=63205#p63205</guid>
		</item>
		<item>
			<title><![CDATA[Excalibur, KDE, sound and screensharing]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63201#p63201</link>
			<description><![CDATA[<p>I recently migrated from KUbuntu to Devuan Excalibur + KDE.</p><p>The first thing I noticed after installing was that I had no sound (the Sound widged reported &quot;<strong>Connection to the sound service lost</strong>&quot;).</p><p>Pipewire was installed but not started and pulseaudio was not installed.</p><p>A simple <span class="bbc">apt install pulseaudio</span> fixed my sound, the sound widget was reporting again my microphone, soundcard, etc and everything was fine.</p><p>I was happy for a week with everything working smoothly until today, when I had to share my screen in the MSTeams PWA (under chromium).</p><p>The first error I got trying to share my screen was: &quot;<strong>Failed to start screencasting. Failed to connect PipeWire context</strong>&quot;.</p><p>So, I assumed that KDE 6 + wayland requires to use PopeWire. I did then:</p><p><span class="bbc"># apt install pipewire pipewire-audio wireplumber qml6-module-org-kde-pipewire pipewire-pulse pipewire-module-xrdp</span></p><p>This removed pulseaudio and installed pipewire.</p><p>I rebooted and then I had no sound at all again.</p><p>Doing some research, I found out that pipewire was started by systemd in other distros and I need to start it manually in Devuan. So I used <a href="https://dev1galaxy.org/viewtopic.php?pid=57381#p57381" rel="nofollow">this shell script</a> provided in another thread. For some reason it does not work when added to KDE Autostart but it works when launched manually.</p><p>After launching the script manually, I got the sound back in KDE. The sound widget again reported the microphone and sound card outputs and I had sound everywhere.</p><p>Then I tried to share my screen again. Now I don&#039;t get anymore the &quot;Failed to start screencasting&quot;.</p><p>I get 2 popups in the Teams App:</p><p>1.- &quot;<strong>Your video isn&#039;t working. We couldn&#039;t access your camera</strong>&quot;<br />2.- &quot;<strong>There&#039;s an issue with content sharing</strong>&quot;</p><p>If I launch manually <span class="bbc">/usr/bin/pw-v4l2</span>, and I try to share again, then the first popup disappears, but I still cannot share my screen.</p><p>Maybe I&#039;m missing a &quot;service&quot; to launch from the start script?</p><p>So... I&#039;m begging for some help to finish my Devuan setup:</p><p>1.- How to get screen sharing working again (it worked perfectly on KUbuntu).<br />2.- How to get the pipewire services properly started at boot with sysvinit.</p><p>Thanks for any help.</p><p>PS (some additional info):</p><p>- I tried to login KDE with X11 instead of Wayland, and I got the same results, and also my personal KDE&#039;s global shortcuts and Window Rules were being completely ignored...</p><p>- I enabled <span class="bbc">chrome://flags/#enable-webrtc-pipewire-camera</span> in Chromium.</p><p>- There&#039;s no <span class="bbc">chrome://flags/#enable-webrtc-pipewire-capturer</span> in Chromium as some tutorials state. it might be <a href="https://github.com/NixOS/nixpkgs/issues/89528" rel="nofollow">related to chromium</a>.</p><p>- I tried also running <span class="bbc">xdg-desktop-portal-wlr</span> as explained <a href="https://www.reddit.com/r/swaywm/comments/l4e55v/guide_how_to_screenshare_from_chromiumfirefox/" rel="nofollow">here</a>.</p><p>- I have this in my bash profile:</p><p><span class="bbc"><br />if [ $XDG_SESSION_TYPE == &quot;wayland&quot; ]; then<br />&#160; &#160; export MOZ_DBUS_REMOTE=1<br />&#160; &#160; export MOZ_ENABLE_WAYLAND=1<br />fi<br /></span></p><p>- I found <a href="https://mozilla.github.io/webrtc-landing/gum_test.html" rel="nofollow">This Mozilla test page for webrtc</a> that works for both Screen Capture and Tab Capture in Firefox-ESR and Chromium, so... might this be a MSTeams problem????</p>]]></description>
			<author><![CDATA[dummy@example.com (Compiler)]]></author>
			<pubDate>Tue, 14 Apr 2026 12:59:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63201#p63201</guid>
		</item>
	</channel>
</rss>
