<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7831&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] I want change desktop icons font.]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7831</link>
		<description><![CDATA[The most recent posts in [Solved] I want change desktop icons font..]]></description>
		<lastBuildDate>Wed, 20 Feb 2013 03:36:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] I want change desktop icons font.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28838#p28838</link>
			<description><![CDATA[<p>Thanks <strong>SantaFe</strong>;</p><p>Yes, I believe that mate desktop letters uses shadow option, not black border; I will try your tip and will post here the result.</p><p>---------------------</p><p>EDIT.</p><p>Thanks <strong>SantaFe</strong>;</p><p>Your tip solves my problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (jungle_man)]]></author>
			<pubDate>Wed, 20 Feb 2013 03:36:47 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28838#p28838</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] I want change desktop icons font.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28833#p28833</link>
			<description><![CDATA[<p>Found this link: <a href="http://git.xfce.org/xfce/xfdesktop/tree/README" rel="nofollow">http://git.xfce.org/xfce/xfdesktop/tree/README</a> that has several examples of xfdesktopiconview settings.&#160; For Example:</p><div class="codebox"><pre><code>    XfdesktopIconView::shadow-x-offset = 1
    XfdesktopIconView::shadow-y-offset = 1
    XfdesktopIconView::shadow-color = &quot;#ff0000&quot;
    XfdesktopIconView::selected-shadow-x-offset = 2
    XfdesktopIconView::selected-shadow-y-offset = 2
    XfdesktopIconView::selected-shadow-color = &quot;#00ff00&quot;</code></pre></div><p>It says here:</p><div class="codebox"><pre><code>The second six entries can be used to enable a text shadow to be painted
with the icon labels.  The offsets are in pixels.  Setting them to 0 (the
defaults) will disable the shadows entirely.  Again, the &#039;selected-&#039;
versions apply to icons that have been selected with the mouse.</code></pre></div><p>So the above entries might be what you&#039;re looking for.&#160; <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Never cared for shadows myself, so that&#039;s probably why mine didn&#039;t have those lines.&#160; But like your screenshot! <img src="http://forum.xfce.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (SantaFe)]]></author>
			<pubDate>Tue, 19 Feb 2013 13:33:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28833#p28833</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] I want change desktop icons font.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28831#p28831</link>
			<description><![CDATA[<p>Thanks <strong>SantaFe</strong>;</p><p>Almost got what I want, I will search how to put black border on the letter, or if anyone knows how to do it, I will thank a lot.</p><p>See how it looks.</p><p><span class="postimg"><img src="http://img28.imageshack.us/img28/7626/mountaino.png" alt="mountaino.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (jungle_man)]]></author>
			<pubDate>Mon, 18 Feb 2013 23:00:09 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28831#p28831</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] I want change desktop icons font.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28826#p28826</link>
			<description><![CDATA[<p>Edit your .gtkrc-2.0 file to include this.</p><div class="codebox"><pre><code>style &quot;xfdesktop-icon-view&quot; {
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
font_name=&quot;Verdana&quot;

base[NORMAL] = &quot;#ffffff&quot;
base[SELECTED] = &quot;#ffffff&quot;
base[ACTIVE] = &quot;#fefefe&quot;

fg[NORMAL] = &quot;#ffffff&quot;
fg[SELECTED] = &quot;#73B2D0&quot;
fg[ACTIVE] = &quot;#97CDFD&quot;
}
widget_class &quot;*XfdesktopIconView*&quot; style &quot;xfdesktop-icon-view&quot;</code></pre></div><p>The fg[SELECTED] is a light blue, so you might want to change it if you want a different color. <img src="http://forum.xfce.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (SantaFe)]]></author>
			<pubDate>Mon, 18 Feb 2013 10:53:07 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28826#p28826</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] I want change desktop icons font.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28820#p28820</link>
			<description><![CDATA[<p>Hi all,</p><p>I am newbie in xfce, I was using kde and after mate DE. Xfce is really light and I am using it now, but sometimes I am a little confused and do not know how to solve it.</p><p>I like dark wallpapers and the xfce default desktop icon font is black, like this:</p><p><span class="postimg"><img src="http://img138.imageshack.us/img138/2566/screenshotnx.png" alt="screenshotnx.png" /></span></p><br /><br /><p>I would like desktop fonts like gnome or mate (white font with black border); </p><p><span class="postimg"><img src="http://img191.imageshack.us/img191/4676/gnomefont.png" alt="gnomefont.png" /></span></p><p>Please, How can I solve it?</p><p>Thanks.</p><p>(Sorry my English)</p>]]></description>
			<author><![CDATA[dummy@example.com (jungle_man)]]></author>
			<pubDate>Mon, 18 Feb 2013 01:43:55 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28820#p28820</guid>
		</item>
	</channel>
</rss>
