<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://crunchbang.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=21350" rel="self" type="application/rss+xml" />
		<title><![CDATA[CrunchBang Linux Forums / Updated Waldorf "Testing" images: 20120806]]></title>
		<link>http://crunchbang.org/forums/viewtopic.php?id=21350</link>
		<description><![CDATA[The most recent posts in Updated Waldorf "Testing" images: 20120806.]]></description>
		<lastBuildDate>Mon, 17 Sep 2012 16:33:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=258896#p258896</link>
			<description><![CDATA[<p>Haha! Saw the same error a few minutes ago, came here to view new threads, and found the solution <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (SabreWolfy)]]></author>
			<pubDate>Mon, 17 Sep 2012 16:33:23 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=258896#p258896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=258892#p258892</link>
			<description><![CDATA[<div class="quotebox"><cite>gstb wrote:</cite><blockquote><div><p><strong>corenominal</strong>, It works! Thank you!</p></div></blockquote></div><p>Good stuff, glad I could help <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (corenominal)]]></author>
			<pubDate>Mon, 17 Sep 2012 14:47:57 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=258892#p258892</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=258891#p258891</link>
			<description><![CDATA[<p><strong>corenominal</strong>, It works! Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (gstb)]]></author>
			<pubDate>Mon, 17 Sep 2012 14:46:36 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=258891#p258891</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=258857#p258857</link>
			<description><![CDATA[<div class="quotebox"><cite>gstb wrote:</cite><blockquote><div><p>Hello! First of all I want to say a big thanks to corenominal for such a great distro!</p><p>I&#039;m using crunchbang on my laptop and everything works fine. But I have an issue each time I run mpd in my terminal emulator it tells me </p><div class="quotebox"><blockquote><div><p>WARNING: gnome-keyring:: couldn&#039;t connect to: /home/gstb/.cache/keyring-WEd1Df/pkcs11: No such file or directory</p></div></blockquote></div><p>however I found a gnome-keyring autorun section in ~/.config/openbox/autostart </p><div class="codebox"><pre><code>## GNOME PolicyKit and Keyring
(\
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=ssh &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=secrets &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=pkcs11 &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=gpg \
) &amp;</code></pre></div><p>so it looks like it doesn&#039;t work. <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/hmm.png" alt="hmm" /></p></div></blockquote></div><p>This is a known issue and should be fixed for the next build. To fix, remove those lines and somewhere near the top (<em>I believe it is best to run this as early as possible</em>) of your autostart file, add:</p><div class="codebox"><pre><code>## GNOME PolicyKit and Keyring
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) &amp;</code></pre></div><p>Logout and login. Hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (corenominal)]]></author>
			<pubDate>Mon, 17 Sep 2012 12:44:06 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=258857#p258857</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=258856#p258856</link>
			<description><![CDATA[<p>Hello! First of all I want to say a big thanks to corenominal for such a great distro!</p><p>I&#039;m using crunchbang on my laptop and everything works fine. But I have an issue each time I run mpd in my terminal emulator it tells me </p><div class="quotebox"><blockquote><div><p>WARNING: gnome-keyring:: couldn&#039;t connect to: /home/gstb/.cache/keyring-WEd1Df/pkcs11: No such file or directory</p></div></blockquote></div><p>however I found a gnome-keyring autorun section in ~/.config/openbox/autostart </p><div class="codebox"><pre><code>## GNOME PolicyKit and Keyring
(\
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=ssh &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=secrets &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=pkcs11 &amp;&amp; \
/usr/bin/gnome-keyring-daemon --start --components=gpg \
) &amp;</code></pre></div><p>so it looks like it doesn&#039;t work. <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/hmm.png" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (gstb)]]></author>
			<pubDate>Mon, 17 Sep 2012 12:35:32 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=258856#p258856</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=257374#p257374</link>
			<description><![CDATA[<div class="quotebox"><cite>mitchmao wrote:</cite><blockquote><div><p>[First post! Hi all <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /> Thanks for the great work and distro!!! Being using it for some time now...]</p><p>To keep it nice and short, when selecting a locale different from EN during the installtion, the process fails with something about CHROOT being unable to work on /proc (I don&#039;t have the exact line handy).</p><p>Not a major problem but, still...</p><p>Thank you all!</p></div></blockquote></div><p>Welcome to the forums <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /> The issue you mentioned has been reported before I think, specifically on <a href="http://crunchbanglinux.org/forums/topic/21350/updated-waldorf-testing-images-20120806/page/6/">page 6</a> of this thread, so look there for some more information.</p>]]></description>
			<author><![CDATA[dummy@example.com (SabreWolfy)]]></author>
			<pubDate>Fri, 07 Sep 2012 20:57:16 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=257374#p257374</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=257346#p257346</link>
			<description><![CDATA[<p>I downloaded the new image a while ago but&#160; haven&#039;t installed it yet although I see I have close to 300mb of upgrades waiting for me, so I might just install it this weekend.</p><p>But I have to say the you&#039;ve done a tremedous job Corenominal with #!.</p><p>My laptop doesn&#039;t have a built in wi-fi card, so this morning I purchase a cheap wireless usb dongle. Got home and plugged it in, set up the SSID and before I knew it was surfing the net. No fiddling around looking for packages, no unresolved dependencies, nothing. It just worked straight out of the box!! </p><p>Brilliant !!</p>]]></description>
			<author><![CDATA[dummy@example.com (Peace9r)]]></author>
			<pubDate>Fri, 07 Sep 2012 18:11:38 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=257346#p257346</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=257319#p257319</link>
			<description><![CDATA[<p>[First post! Hi all <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/smile.png" alt="smile" /> Thanks for the great work and distro!!! Being using it for some time now...]</p><p>To keep it nice and short, when selecting a locale different from EN during the installtion, the process fails with something about CHROOT being unable to work on /proc (I don&#039;t have the exact line handy).</p><p>Not a major problem but, still...</p><p>Thank you all!</p>]]></description>
			<author><![CDATA[dummy@example.com (mitchmao)]]></author>
			<pubDate>Fri, 07 Sep 2012 16:12:27 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=257319#p257319</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=254795#p254795</link>
			<description><![CDATA[<p>I just removed gvfs-backends to fix thunar.&#160; After I removed it no more issues, starts up fine the first time with a lot more reasonable start up time and only opens one instance.</p><div class="codebox"><pre><code>sudo apt-get remove gvfs-backends</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (morlog)]]></author>
			<pubDate>Sat, 25 Aug 2012 17:54:37 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=254795#p254795</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252750#p252750</link>
			<description><![CDATA[<p>@TitanMech CC Milozzy</p><p>what suggested in the Arch wiki was not right: if you edit /usr/share/gvfs/mount/network.mount ,setting the option AutoMount=false, you will have a detected network which does not exist.<br />Thunar open fastly,but I find mounted a &quot;Windows network&quot; which is not, with various advices opening.<br />So,I&#160; tried a different way commenting it,and works; but I don&#039;t know what happens, to make an example,connecting the printer to the modem as a network device,or having any network to detect.I don&#039;t have to do, but it could be an issue for others.<br />The matter is known,however,and manteiners&#160; will correct it, we hope.</p><p>p.s. mmh,&#160; &#160;<a href="http://git.xfce.org/xfce/thunar/commit/?h=xfce-4.8&amp;id=a14345dafd7cb6333317d5ebddf62fbddc946c27">http://git.xfce.org/xfce/thunar/commit/ … bddc946c27</a> not for me. <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/hmm.png" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (australis)]]></author>
			<pubDate>Sun, 19 Aug 2012 19:28:33 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252750#p252750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252718#p252718</link>
			<description><![CDATA[<p>@ TitanMech</p><p>Thanks,I will try,now I&#039;m writing from the stable version I usually run.</p>]]></description>
			<author><![CDATA[dummy@example.com (australis)]]></author>
			<pubDate>Sun, 19 Aug 2012 18:01:17 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252718#p252718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252716#p252716</link>
			<description><![CDATA[<p>@ australis</p><p>The reason for thunar taking a while to open the first time is here:<br /><a href="https://wiki.archlinux.org/index.php/Thunar#Solving_problem_with_slow_cold_start">https://wiki.archlinux.org/index.php/Th … cold_start</a></p><p>Maybe you could try this fix for crunchbang.</p>]]></description>
			<author><![CDATA[dummy@example.com (TitanMech)]]></author>
			<pubDate>Sun, 19 Aug 2012 17:47:25 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252716#p252716</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252712#p252712</link>
			<description><![CDATA[<p>@ Milozzi:<br />when you call thunar first time it needs al lot to open; therefore opens 2 or 3 windows.Soon after works well but is an uncorrect behaviour.It&#039;s not only a problem of mine I think: it makes the same also in 686 version (I installed to try the 486v);users,and I remember also the mantainer in Antix signaled it as a bug so they have switched to spacefm as file manager.I don&#039;t think here will be a long timing issue, as Corenominal&#039;s policy is to keep things clean.And Debian too,of course.</p>]]></description>
			<author><![CDATA[dummy@example.com (australis)]]></author>
			<pubDate>Sun, 19 Aug 2012 17:18:03 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252712#p252712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252641#p252641</link>
			<description><![CDATA[<div class="quotebox"><cite>australis wrote:</cite><blockquote><div><div class="quotebox"><cite>Milozzy wrote:</cite><blockquote><div><div class="quotebox"><cite>australis wrote:</cite><blockquote><div><p>[Solved]</p><br /><br /><p>Localization issue.Works, in English.</p></div></blockquote></div><p>I can confirm, I had the same issues...<br />You must install with English, and then after the first boot, you can change localization with</p><div class="codebox"><pre><code>sudo dpkg-reconfigure locales</code></pre></div><p>by unchecking us_US.UTF-8 and selecting your favorite language, in my case it_IT.UTF-8</p></div></blockquote></div><p>OK! Working. I solved the issue about installation reading yours post above.<br />Works fine, but it&#039;s still a little bug in thunar, already signaled in other testing distros (like Antix).Not a great matter as Debian will come out with xfce by default.<br />Thanks for help &amp;&amp; grazie.</p></div></blockquote></div><p>No problem <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p><p>Which bug are you referring to?</p>]]></description>
			<author><![CDATA[dummy@example.com (Milozzy)]]></author>
			<pubDate>Sun, 19 Aug 2012 08:00:56 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252641#p252641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updated Waldorf "Testing" images: 20120806]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=252589#p252589</link>
			<description><![CDATA[<p>Running the new image on a live dvd and it&#039;s very nice.&#160; Great job and thank you Mr. Nominal.&#160; I suspected that because of the age of my laptop I might need the 32-bit non-PAE iso so that&#039;s the one I&#039;m using.&#160; Everything seems to work great except when I watch a video it&#039;s very bold and red, somewhat distorted.&#160; All the videos are that way.&#160; Does this have anything to do with the non-PAE version?</p>]]></description>
			<author><![CDATA[dummy@example.com (kernel)]]></author>
			<pubDate>Sat, 18 Aug 2012 23:59:42 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=252589#p252589</guid>
		</item>
	</channel>
</rss>
