<?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=6107&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] I use pipewire and sound doesnt work in XFCE unti I do xfce4-panel -r]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6107</link>
		<description><![CDATA[The most recent posts in [SOLVED] I use pipewire and sound doesnt work in XFCE unti I do xfce4-panel -r.]]></description>
		<lastBuildDate>Mon, 30 Oct 2023 00:33:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] I use pipewire and sound doesnt work in XFCE unti I do xfce4-panel -r]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45158#p45158</link>
			<description><![CDATA[<p>That worked. Thanks. Although this is just a temporary fix. It might get borked in the future releases.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Mon, 30 Oct 2023 00:33:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45158#p45158</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] I use pipewire and sound doesnt work in XFCE unti I do xfce4-panel -r]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45152#p45152</link>
			<description><![CDATA[<div class="quotebox"><cite>recklessswing wrote:</cite><blockquote><div><p>How to make it so I don&#039;t have to type xfce4-panel -r everytime?</p></div></blockquote></div><p>You can create a desktop entry <span class="bbc">~/.config/autostart/xfce4-panel-reload.desktop</span> containing something like this:</p><div class="codebox"><pre><code>[Desktop Entry]
Type=Application
Name=Xfce4-panel-reload
Exec=/bin/sh -c &#039;sleep 2;xfce4-panel -r&#039;
StartupNotify=false
Terminal=false</code></pre></div><p>Another way might be using a post-login script in your login manager, but it should wait for xfce4 to be running:</p><div class="codebox"><pre><code>until p=$(pidof xfsettingsd)
do
    sleep 1
done
xfce4-panel -r</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 29 Oct 2023 20:24:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45152#p45152</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] I use pipewire and sound doesnt work in XFCE unti I do xfce4-panel -r]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45151#p45151</link>
			<description><![CDATA[<p>I used this guide to install pipewire:https://dev1galaxy.org/viewtopic.php?id=5867</p><p>I checked, it actually works but xfce4-panel is late to update that. So there is an sound icon with x on it, meaning like it doesn&#039;t work. Then I do xfce4-panel -r then it works again.</p><p>How to make it so I don&#039;t have to type xfce4-panel -r everytime?</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 29 Oct 2023 19:15:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45151#p45151</guid>
		</item>
	</channel>
</rss>
