<?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=4704&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Ugly fonts in JWM after upgrade]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4704</link>
		<description><![CDATA[The most recent posts in Ugly fonts in JWM after upgrade.]]></description>
		<lastBuildDate>Wed, 08 Dec 2021 13:03:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33197#p33197</link>
			<description><![CDATA[<p>I&#039;m going to take a guess that&#160; JWM was built without pango.&#160; You can use the command jwm -v to list the compile options. if pango is not listed then that is the problem. If you compiled it yourself, Install libpango1.0-dev and built it again. If you got the package from a repository I&#039;d suggest submiting a bug report.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Wed, 08 Dec 2021 13:03:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33197#p33197</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33188#p33188</link>
			<description><![CDATA[<p><a href="https://joewing.net/projects/jwm/release-2.4.html" rel="nofollow">https://joewing.net/projects/jwm/release-2.4.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (anticapitalista)]]></author>
			<pubDate>Mon, 06 Dec 2021 23:41:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33188#p33188</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33187#p33187</link>
			<description><![CDATA[<p>There are multiple lines where you can set the font in .jwmrc</p><div class="codebox"><pre class="vscroll"><code>&lt;!--	┏┳┓┏━╸┏┓╻╻ ╻   ┏━┓╺┳╸╻ ╻╻  ┏━╸	 --&gt;
&lt;!--	┃┃┃┣╸ ┃┗┫┃ ┃   ┗━┓ ┃ ┗┳┛┃  ┣╸ 	 --&gt;
&lt;!--	╹ ╹┗━╸╹ ╹┗━┛   ┗━┛ ╹  ╹ ┗━╸┗━╸	 --&gt;
&lt;MenuStyle&gt;
  &lt;Font&gt;Inconsolata-16:antialias=true:encoding=utf8&lt;/Font&gt;
  &lt;Foreground&gt;#ffffff&lt;/Foreground&gt;
  &lt;Background&gt;#2b2c2b&lt;/Background&gt;
  &lt;Outline&gt;#2b2c2b&lt;/Outline&gt;
	&lt;Active&gt;
	  &lt;Foreground&gt;#2b2c2b&lt;/Foreground&gt;
	  &lt;Background&gt;#dc6434&lt;/Background&gt;
	&lt;/Active&gt;
&lt;/MenuStyle&gt;

&lt;!--	╻ ╻╻┏┓╻╺┳┓┏━┓╻ ╻   ┏━┓╺┳╸╻ ╻╻  ┏━╸	 --&gt;
&lt;!--	┃╻┃┃┃┗┫ ┃┃┃ ┃┃╻┃   ┗━┓ ┃ ┗┳┛┃  ┣╸ 	 --&gt;
&lt;!--	┗┻┛╹╹ ╹╺┻┛┗━┛┗┻┛   ┗━┛ ╹  ╹ ┗━╸┗━╸	 --&gt;
&lt;WindowStyle decorations=&quot;flat&quot;&gt;
  &lt;Font align=&quot;center&quot;&gt;Dejavu-11:antialias=true:encoding=utf8&lt;/Font&gt;
  &lt;Width&gt;2&lt;/Width&gt;
  &lt;Height&gt;19&lt;/Height&gt;
  &lt;Corner&gt;2&lt;/Corner&gt;
  &lt;Foreground&gt;#030303&lt;/Foreground&gt;
  &lt;Background&gt;#dc6434&lt;/Background&gt;
  &lt;Outline&gt;#2b2c2b&lt;/Outline&gt;
  &lt;Opacity&gt;1&lt;/Opacity&gt;
	&lt;Active&gt;
	  &lt;Foreground&gt;#030303&lt;/Foreground&gt;
	  &lt;Background&gt;#feee92&lt;/Background&gt;
	  &lt;Outline&gt;#2b2c2b&lt;/Outline&gt;
	&lt;/Active&gt;
&lt;/WindowStyle&gt;

&lt;!--	┏┓ ┏━┓┏━┓   ┏━┓╺┳╸╻ ╻╻  ┏━╸	 --&gt;
&lt;!--	┣┻┓┣━┫┣┳┛   ┗━┓ ┃ ┗┳┛┃  ┣╸ 	 --&gt;
&lt;!--	┗━┛╹ ╹╹┗╸   ┗━┛ ╹  ╹ ┗━╸┗━╸	 --&gt;
&lt;TrayStyle decorations=&quot;flat&quot;&gt;
  &lt;Font&gt;Inconsolata-11:antialias=true:encoding=utf8&lt;/Font&gt;
  &lt;Background&gt;#333333&lt;/Background&gt;
  &lt;Foreground&gt;#aaaaaa&lt;/Foreground&gt;
  &lt;Outline&gt;#333333&lt;/Outline&gt;
	&lt;Active&gt;
	  &lt;Foreground&gt;#333333&lt;/Foreground&gt;
	  &lt;Background&gt;#feee92&lt;/Background&gt;
	&lt;/Active&gt;
&lt;/TrayStyle&gt;

&lt;PagerStyle&gt;
  &lt;Font&gt;Dejavu-8:antialias=true:encoding=utf8&lt;/Font&gt;
  &lt;Outline&gt;#454947&lt;/Outline&gt;
  &lt;Text&gt;#ffffff&lt;/Text&gt;
  &lt;Foreground&gt;#454947&lt;/Foreground&gt;
  &lt;Background&gt;#565656&lt;/Background&gt;
	&lt;Active&gt;
	  &lt;Foreground&gt;#454947&lt;/Foreground&gt;
	  &lt;Background&gt;#dc6434&lt;/Background&gt;
	&lt;/Active&gt;
&lt;/PagerStyle&gt;

&lt;ClockStyle&gt;
  &lt;Font&gt;Dejavu-11:weight=demibold:antialias=true:encoding=utf8&lt;/Font&gt;
&lt;/ClockStyle&gt;

&lt;PopupStyle&gt;
  &lt;Font&gt;Dejavu-10:antialias=true:encoding=utf8&lt;/Font&gt;
  &lt;Outline&gt;#323232&lt;/Outline&gt;
  &lt;Foreground&gt;#ffffff&lt;/Foreground&gt;
  &lt;Background&gt;#323232&lt;/Background&gt;
&lt;/PopupStyle&gt;</code></pre></div><p>if nothing changes there is probably a syntax error somewhere</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Mon, 06 Dec 2021 22:46:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33187#p33187</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33163#p33163</link>
			<description><![CDATA[<p>I downgraded Jwm from 2.4.0-1 to 2.3.7-5, and now the fonts are just fine.<br />Not a solution, perhaps, but a fix.</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sun, 05 Dec 2021 00:19:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33163#p33163</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33161#p33161</link>
			<description><![CDATA[<div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>this is a screenshot of the old fonts:</p></div></blockquote></div><p>That shows outline fonts.</p><p>Run <span class="bbc">dpkg-reconfigure</span> again and disable bitmap fonts. Or use the correct nomenclature for Xft fonts:</p><div class="codebox"><pre><code>&lt;Font&gt;Dejavu Sans-10&lt;/Font&gt;</code></pre></div><p>Reference: <a href="https://joewing.net/projects/jwm/fonts.html" rel="nofollow">https://joewing.net/projects/jwm/fonts.html</a></p><p>EDIT: it might be better to use</p><div class="codebox"><pre><code>&lt;Font&gt;sans-10&lt;/Font&gt;</code></pre></div><p>Then define the <em>sans</em> alias as per Miyo&#039;s earlier post. That way you can set <em>sans</em> everywhere and have that defined in a single location if you ever want to change it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:59:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33161#p33161</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33160#p33160</link>
			<description><![CDATA[<p>MiyoLinux</p><p>I tried &lt;Font&gt;DejaVu-Sans-11:book&lt;/Font&gt; but doesn&#039;t work either.</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:55:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33160#p33160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33159#p33159</link>
			<description><![CDATA[<p>Head_on_a_Stick</p><p>I don&#039;t recall hw many packages were updated and I don&#039;t know how to recover such the preise list from the logs.<br />I reconfigured the system fonts using all the default options.<br />The bitmap (XLFD) fonts are what i always used up to this problem.<br />The&#160; (Xft) fonts is something I tried to see if it worked.<br />I would like to use the former if possible, but any readable fonts would do.<br />The screenshot is how the fonts look now, which is almost unreadable.<br />Yes, the ! in the configuration is a typo.<br />this is a screenshot of the old fonts:<br /><a href="https://drive.google.com/file/d/1gTpC6h0BWmazzvT79X_2L227haAOJcgx/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1gTpC6h … sp=sharing</a></p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:51:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33159#p33159</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33158#p33158</link>
			<description><![CDATA[<p>Unless something has changed with Daedalus, I looked at my old .jwmrc files to see how I listed the various fonts. This is how I have one of them...I had to separate DejaVu from Sans with a dash; like so...</p><p><span class="bbc">&lt;Font&gt;DejaVu-Sans-11:book&lt;/Font&gt;</span></p><p>I&#039;m going to bow out now. I&#039;m not even using JWM right now, and my information may no longer be correct. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:29:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33158#p33158</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33157#p33157</link>
			<description><![CDATA[<div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>if I remember correctly, the exclamation point should be enclosed with a left arrow, exclamation point, two dashes...followed by what is intended to be commented out...then closed with two dashes and a right arrow; such as...</p><p>&lt;! -- put-some-stuff-here --&gt;</p></div></blockquote></div><p>Yes, that&#039;s right.</p><div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>Perhaps the exclamation point is causing jwm to have a nervous-jerkdown, because it&#039;s looking for the other characters but not seeing them?</p></div></blockquote></div><p>Perhaps.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:28:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33157#p33157</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33156#p33156</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>EDIT: I don&#039;t think you should have an exclamation mark in <span class="bbc">&lt;Font&gt;</span>. Is that a transcription error?</p></div></blockquote></div><p>Yeah...the exclamation mark comments things out; however, if I remember correctly, the exclamation point should be enclosed with a left arrow, exclamation point, two dashes...followed by what is intended to be commented out...then closed with two dashes and a right arrow; such as...</p><p>&lt;! -- put-some-stuff-here --&gt;</p><p>Perhaps the exclamation point is causing jwm to have a nervous-jerkdown, because it&#039;s looking for the other characters but not seeing them?</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 04 Dec 2021 23:23:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33156#p33156</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33155#p33155</link>
			<description><![CDATA[<div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>It was a general upgrade, upgraded many packages.</p></div></blockquote></div><p>Please provide a list.</p><div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>I tried </p><div class="codebox"><pre><code>$ sudo dpkg-reconfigure fontconfig-config</code></pre></div><p>and</p><div class="codebox"><pre><code>$ sudo dpkg-reconfigure fontconfig</code></pre></div><p>But it doesn&#039;t seem to make any difference.</p></div></blockquote></div><p>Which options did you select?</p><div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>My .jwmrc is like</p><div class="codebox"><pre><code>&lt;!Font&gt;-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*&lt;/Font&gt;</code></pre></div><p>and I tried also</p><div class="codebox"><pre><code>&lt;Font&gt;DejaVuSans-10&lt;/Font&gt;</code></pre></div></div></blockquote></div><p>The first is a bitmap (<a href="https://wiki.archlinux.org/title/X_Logical_Font_Description" rel="nofollow">XLFD</a>) font, the second is an outline (<a href="https://keithp.com/~keithp/render/Xft.tutorial" rel="nofollow">Xft</a>) font. Which type of font do you want to use?</p><p>EDIT: I don&#039;t think you should have an exclamation mark in <span class="bbc">&lt;Font&gt;</span>. Is that a transcription error?</p><div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>Here is a screenshot of the taskbar.</p></div></blockquote></div><p>That seems to show a bitmap font. Is that not what you want?</p><p>Can you provide a screenshot showing acceptable font rendering?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Dec 2021 22:53:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33155#p33155</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33154#p33154</link>
			<description><![CDATA[<p>Ah...okay. I&#039;m sorry. I never used the .jwmrc file to control fonts other than specifying the fonts to be used in the menu, panel, and window title bars...I always let my local.conf file control everything as far as hinting (etc). I recall seeing that font configuration that you posted somewhere in the past, but I can&#039;t remember where I saw it...or what window manager was using it.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 04 Dec 2021 21:52:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33154#p33154</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33150#p33150</link>
			<description><![CDATA[<p>MiyoLinux:&#160; thanks for the tip. I tried the local.conf fix but unfortunately it didn&#039;t seem to work.<br />Head_on_a_Stick: It was a general upgrade, upgraded many packages. But every other program seem to work fine. It&#039;s just Jwm. I tried </p><div class="codebox"><pre><code>$ sudo dpkg-reconfigure fontconfig-config</code></pre></div><p>and</p><div class="codebox"><pre><code>$ sudo dpkg-reconfigure fontconfig</code></pre></div><p>But it doesn&#039;t seem to make any difference.<br />My .jwmrc is like</p><div class="codebox"><pre><code>&lt;!Font&gt;-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*&lt;/Font&gt;</code></pre></div><p>and I tried also</p><div class="codebox"><pre><code>&lt;Font&gt;DejaVuSans-10&lt;/Font&gt;</code></pre></div><p>and even the systemwide jwmrc.</p><p>Here is a screenshot of the taskbar. <a href="https://drive.google.com/file/d/1mr9dAYJqfqsIqgEHTy4fgjxGLdmINtOx/view?usp=sharing]" rel="nofollow">https://drive.google.com/file/d/1mr9dAY … p=sharing]</a></p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 04 Dec 2021 16:24:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33150#p33150</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33146#p33146</link>
			<description><![CDATA[<p>I don&#039;t mean to butt in, but this may possibly help?</p><p>It has been a while since I used JWM or made a release of it, but this is something that I&#039;ve done on <strong><span class="bbu">every</span></strong> window manager that I&#039;ve used for many years to help with font rendering, and it has always worked for me. Whether it will help with your scenario or not, I can&#039;t say for sure. However, it will only take a couple of minutes to find out.</p><p>1. Open your file manager as root, and navigate to /etc/fonts/</p><p>2. You may see a file there called <span class="bbc">fonts.conf</span>; however, create a new file, and name it <span class="bbc">local.conf</span></p><p>3. Copy and paste the following into the newly created <span class="bbc">local.conf</span> file...</p><div class="codebox"><pre class="vscroll"><code>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;
&lt;fontconfig&gt;
    &lt;match target=&quot;font&quot;&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;hinting&quot; &gt;
            &lt;bool&gt;true&lt;/bool&gt;
        &lt;/edit&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;autohint&quot; &gt;
            &lt;bool&gt;true&lt;/bool&gt;
        &lt;/edit&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;hintstyle&quot; &gt;
            &lt;const&gt;hintslight&lt;/const&gt;
        &lt;/edit&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;rgba&quot; &gt;
            &lt;const&gt;rgb&lt;/const&gt;
        &lt;/edit&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;antialias&quot; &gt;
            &lt;bool&gt;true&lt;/bool&gt;
        &lt;/edit&gt;
        &lt;edit mode=&quot;assign&quot; name=&quot;lcdfilter&quot;&gt;
            &lt;const&gt;lcddefault&lt;/const&gt;
        &lt;/edit&gt;
    &lt;/match&gt;

&lt;!-- Set preferred serif, sans serif, and monospace fonts. --&gt;
    &lt;alias&gt;
        &lt;family&gt;serif&lt;/family&gt;
        &lt;prefer&gt;
            &lt;family&gt;Droid Serif&lt;/family&gt;
        &lt;/prefer&gt;
    &lt;/alias&gt;
    &lt;alias&gt;
        &lt;family&gt;sans-serif&lt;/family&gt;
        &lt;prefer&gt;
            &lt;family&gt;Droid Sans&lt;/family&gt;
        &lt;/prefer&gt;
    &lt;/alias&gt;
    &lt;alias&gt;
        &lt;family&gt;sans&lt;/family&gt;
        &lt;prefer&gt;
            &lt;family&gt;Droid Sans&lt;/family&gt;
        &lt;/prefer&gt;
    &lt;/alias&gt;
    &lt;alias&gt;
        &lt;family&gt;monospace&lt;/family&gt;
        &lt;prefer&gt;
            &lt;family&gt;Droid Sans Mono&lt;/family&gt;
        &lt;/prefer&gt;
    &lt;/alias&gt;
    &lt;alias&gt;
        &lt;family&gt;mono&lt;/family&gt;
        &lt;prefer&gt;
            &lt;family&gt;Droid Sans Mono&lt;/family&gt;
        &lt;/prefer&gt;
    &lt;/alias&gt;

&lt;/fontconfig&gt;</code></pre></div><p>4. Save the file and close it. Then reboot.</p><p>If it helped, you&#039;ll know. If it didn&#039;t, you&#039;ll know, and you can curse me, my wife, my children, and anyone else that you want. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 04 Dec 2021 13:37:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33146#p33146</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ugly fonts in JWM after upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33142#p33142</link>
			<description><![CDATA[<p>What is the nature of these changes? A (cropped) screenshot would probably be appropriate.</p><p>Which packages were updated?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Dec 2021 09:46:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33142#p33142</guid>
		</item>
	</channel>
</rss>
