<?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=7371&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] XFCE theme don't work]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7371</link>
		<description><![CDATA[The most recent posts in [Solved] XFCE theme don't work.]]></description>
		<lastBuildDate>Wed, 15 Aug 2012 12:05:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] XFCE theme don't work]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27189#p27189</link>
			<description><![CDATA[<p>I found: I had a file ~/.gtkrc-2.0 containing:</p><div class="codebox"><pre><code># -- THEME AUTO-WRITTEN DO NOT EDIT
include &quot;/usr/share/themes/Xfce-4.6/gtk-2.0/gtkrc&quot;

include &quot;/home/rom/.gtkrc.mine&quot;

# -- THEME AUTO-WRITTEN DO NOT EDIT</code></pre></div><p>I renamed it:</p><div class="codebox"><pre><code>mv .gtkrc-2.0{,.old}</code></pre></div><p>Now it works ;-)</p>]]></description>
			<author><![CDATA[dummy@example.com (®om)]]></author>
			<pubDate>Wed, 15 Aug 2012 12:05:03 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27189#p27189</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE theme don't work]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27188#p27188</link>
			<description><![CDATA[<p>Thank you for your answer, it solves the problem.</p><p>But I still have many problems with themes: almost all have one problem or another.</p><p>With <a href="http://xfce-look.org/content/show.php/axiom?content=90145" rel="nofollow">axiom</a> dark version, only the decoration is dark :<br /><span class="postimg"><img src="http://data.imagup.com/11/1159685946.png" alt="1159685946.png" /></span></p><p>I tried <a href="http://xfce-look.org/content/show.php/BSM+Simple?content=121685" rel="nofollow">BSM Simple</a>. It contains:<br />- BSM Simple<br />- BSM Simple Dark<br />- BSM Simple Dark Menu<br />- BSM Simple Dark Panel</p><p>When I apply &quot;BSM Simple Dark&quot;, it does not do what expected:<br /><span class="postimg"><img src="http://data.imagup.com/12/1159685771.png" alt="1159685771.png" /></span></p><p>And how to apply the theme on menu and panel ?</p><p>Then I tried <a href="http://xfce-look.org/content/show.php/More+Dots?content=51125" rel="nofollow">MoreDots</a> which should look like this:<br /><span class="postimg"><img src="http://xfce-look.org/CONTENT/content-pre1/51125-1.png" alt="51125-1.png" /></span><br />But when I apply it, I don&#039;t have the same colors (the colors seems to depend on GTK theme):<br /><span class="postimg"><img src="http://data.imagup.com/11/1159686091.png" alt="1159686091.png" /></span><br />How to get the same result?</p><p>Thank you for your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (®om)]]></author>
			<pubDate>Wed, 15 Aug 2012 08:50:08 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27188#p27188</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE theme don't work]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27186#p27186</link>
			<description><![CDATA[<p>This particular theme has both a gtk and an xfwm component. To change the gtk appearance, go to Settings Manger -&gt; Appearance (like you did). To change the xfwm (Window Manager) appearance, go to Settings Manager -&gt; Window Manager.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToZ)]]></author>
			<pubDate>Tue, 14 Aug 2012 22:37:14 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27186#p27186</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] XFCE theme don't work]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27185#p27185</link>
			<description><![CDATA[<p>Hello,</p><p>I need help for a very simple thing : installing a theme.<br />I went to <a href="http://xfce-look.org/index.php?xsortmode=high&amp;page=0&amp;xcontentmode=420" rel="nofollow">xfce-look</a>, downloaded the highest rated (for testing), axiom. I downloaded 90145-axiom.tar.gz.</p><div class="codebox"><pre><code>$ tar tf 90145-axiom.tar.gz | grep /$
axiom/
axiom/gtk-2.0/
axiom/xfwm4/
axiomd/
axiomd/gtk-2.0/
axiomd/xfwm4/</code></pre></div><p>I extracted it in ~/.themes (for having axiom and axiomd):</p><div class="codebox"><pre><code>~$ find .themes/axiom{,d} -type d
.themes/axiom
.themes/axiom/xfwm4
.themes/axiom/gtk-2.0
.themes/axiomd
.themes/axiomd/xfwm4
.themes/axiomd/gtk-2.0</code></pre></div><p>I open Sessings, Appaerence (my own translation, in French it&#039;s &quot;Paramètres, Apparence&quot;), and in the first tab (&quot;Style&quot;), the list contains &quot;axiom&quot; and &quot;axiomd&quot;. Great.<br />Now I click on axiom : it only changes the decoration, and set the same as Xfce-4.6 (not the axiom decoration I can see in screenshots).<br />Now I click on axiomd : exactly the same.</p><p>How does it work ? Is something missing?</p><p>I am using xfce 4.8 on Debian wheezy (testing).</p><p>Thank you for your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (®om)]]></author>
			<pubDate>Tue, 14 Aug 2012 21:30:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27185#p27185</guid>
		</item>
	</channel>
</rss>
