<?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=6196&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] How remove the white background of systray?]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6196</link>
		<description><![CDATA[The most recent posts in [Solved] How remove the white background of systray?.]]></description>
		<lastBuildDate>Sat, 18 Feb 2012 11:40:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25052#p25052</link>
			<description><![CDATA[<p>May this feature make xfce 4010?</p>]]></description>
			<author><![CDATA[dummy@example.com (Lesters)]]></author>
			<pubDate>Sat, 18 Feb 2012 11:40:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25052#p25052</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=23467#p23467</link>
			<description><![CDATA[<p>Nick, is there any chance of that the ~/.gtkrc-2.0 from the post above will be in by the time xfce 4.10 happens? It makes the desktop look really nice and does not require a plenty of work from developers!</p>]]></description>
			<author><![CDATA[dummy@example.com (Xfce_newcomer)]]></author>
			<pubDate>Sat, 29 Oct 2011 11:21:23 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=23467#p23467</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22769#p22769</link>
			<description><![CDATA[<p>For activated button, it seems to be resolved on the other thread <a href="http://forum.xfce.org/viewtopic.php?id=6169" rel="nofollow">http://forum.xfce.org/viewtopic.php?id=6169</a><br />I don&#039;t know if it works with the taskbar buttons ...</p><p>So your final <strong>~/.gtkrc-2.0</strong> will look something like this :</p><div class="codebox"><pre class="vscroll"><code>style &quot;mypanel&quot; 
{
      engine &quot;pixmap&quot;
        {
                image
                {
                        function                = BOX
                        recolorable             = TRUE
                        state                   = PRELIGHT
                        file                    = &quot;panel-button-hover.png&quot;
                        border                  = { 1, 1, 0, 0 }
                        stretch                 = TRUE
                }
                image
                {
                        function                = BOX
                        recolorable             = TRUE
                        state                   = ACTIVE
                        file                    = &quot;panel-button-hover.png&quot;
                        border                  = { 1, 1, 0, 0 }
                        stretch                 = TRUE
                }
        }
}

widget &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
class &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
widget &quot;*PanelWidget*&quot;              style &quot;mypanel&quot;
widget &quot;*PanelApplet*&quot;              style &quot;mypanel&quot;
widget &quot;*fast-user-switch*&quot;         style &quot;mypanel&quot;
widget &quot;*CPUFreq*Applet*&quot;           style &quot;mypanel&quot;
widget &quot;*indicator-applet*&quot;         style &quot;mypanel&quot;
class &quot;PanelApp*&quot;                   style &quot;mypanel&quot;
class &quot;PanelToplevel*&quot;              style &quot;mypanel&quot;
widget_class &quot;*PanelToplevel*&quot;      style &quot;mypanel&quot;
widget_class &quot;*notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*computertemp*&quot;       style &quot;mypanel&quot;
widget_class &quot;*Applet*Tomboy*&quot;      style &quot;mypanel&quot;
widget_class &quot;*Applet*Netstatus*&quot;   style &quot;mypanel&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 21 Aug 2011 10:38:46 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22769#p22769</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22768#p22768</link>
			<description><![CDATA[<p>@angstrom<br />@Vastone<br />Did this solution cure taskbar buttons transparency problem? On the screenshot from <a href="http://forum.xfce.org/viewtopic.php?pid=22652#p22652" rel="nofollow">http://forum.xfce.org/viewtopic.php?pid=22652#p22652</a> they have gray background rather than transparent one. (Grey button with &quot;Launcher&quot; label)</p>]]></description>
			<author><![CDATA[dummy@example.com (Occasional_visitor)]]></author>
			<pubDate>Sun, 21 Aug 2011 09:02:58 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22768#p22768</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22680#p22680</link>
			<description><![CDATA[<p>I will look in to a better solution for this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 16 Aug 2011 06:28:42 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22680#p22680</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22671#p22671</link>
			<description><![CDATA[<p>Well. Thank you very much all for now I&#039;ve solved it by turning on the composer, but always have an alternative for when you deactivate it.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (xfcelav)]]></author>
			<pubDate>Mon, 15 Aug 2011 14:16:30 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22671#p22671</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22656#p22656</link>
			<description><![CDATA[<p>It would be great if you could put the fruit of your tests and time on the <a href="http://wiki.xfce.org/tips#gtkrc_files" rel="nofollow">xfce wiki</a>. Just put a kind of &quot;what parameter do what ?&quot; Or what widget/class level apply on the xfce panel. </p><p>I think it will be really appreciated because there is very few words about this, even on the entire net.</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 14 Aug 2011 09:43:06 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22656#p22656</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22655#p22655</link>
			<description><![CDATA[<div class="quotebox"><cite>angstrom wrote:</cite><blockquote><div><p>Cool !<br />So it worth my night, as I&#039;m not a theme guru ... I was just lucky that one of my old theme have those lines :-)<br />And I understand &quot;HOW frustrating this had been&quot; because there is no log, verbose, no feedback, debug option and you have to login logout most of the time&#160; (yeah, I really spent my night lol !). <br />I spent 2h to get my transparency working because one day I put <strong>export XLIB_SKIP_ARGB_VISUALS=1</strong> on my .profile and all my transparency was solid black ...</p></div></blockquote></div><p>I finally found exactly where it was at... I had been focusing on anything panel related to all gtrkc files I was looking at..&#160; I then switched to a very basic xfce theme that put a light blue background..&#160; I then traced that to</p><p>style &quot;button&quot; </p><p>bg[PRELIGHT]&#160; &#160; = &quot;cce2ff&quot;</p><p>Now that I traced the where... in the theme I use it was this...</p><p>Prelight = file &quot;/button/button-prelight.png&quot;&#160; </p><p>Too much focus on panel and not the button area...</p><p>I simply commented that line out and it was fixed...</p><p>That is what I had been asking for all along, was the where...&#160; and a process of elimination finally got me to it...</p><p>I sure appreciate your help.. Your code helped me to narrow it down...</p>]]></description>
			<author><![CDATA[dummy@example.com (Vastone)]]></author>
			<pubDate>Sun, 14 Aug 2011 08:45:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22655#p22655</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22654#p22654</link>
			<description><![CDATA[<p>Cool !<br />So it worth my night, as I&#039;m not a theme guru ... I was just lucky that one of my old theme have those lines :-)<br />And I understand &quot;HOW frustrating this had been&quot; because there is no log, verbose, no feedback, debug option and you have to login logout most of the time&#160; (yeah, I really spent my night lol !). <br />I spent 2h to get my transparency working because one day I put <strong>export XLIB_SKIP_ARGB_VISUALS=1</strong> on my .profile and all my transparency was solid black ...</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 14 Aug 2011 08:23:46 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22654#p22654</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22653#p22653</link>
			<description><![CDATA[<div class="quotebox"><cite>angstrom wrote:</cite><blockquote><div><p>Let try this :<br />Save this image in your home folder : <a href="http://img99.imageshack.us/img99/6641/panelbuttonhover.png" rel="nofollow">http://img99.imageshack.us/img99/6641/p … nhover.png</a><br />It&#039;s a transparent 48x24px&#160; Png&#160; file. Name it <strong>panel-button-hover.png</strong></p><p>Put this on your <strong>~/.gtkrc-2.0</strong></p><div class="codebox"><pre class="vscroll"><code> style &quot;mypanel&quot; 
{
      engine &quot;pixmap&quot;
        {
                image
                {
                        function                = BOX
                        recolorable             = TRUE
                        state                   = PRELIGHT
                        file                    = &quot;panel-button-hover.png&quot;
                        border                  = { 1, 1, 0, 0 }
                        stretch                 = TRUE
                }
        }
}

widget &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
class &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
widget &quot;*PanelWidget*&quot;              style &quot;mypanel&quot;
widget &quot;*PanelApplet*&quot;              style &quot;mypanel&quot;
widget &quot;*fast-user-switch*&quot;         style &quot;mypanel&quot;
widget &quot;*CPUFreq*Applet*&quot;           style &quot;mypanel&quot;
widget &quot;*indicator-applet*&quot;         style &quot;mypanel&quot;
class &quot;PanelApp*&quot;                   style &quot;mypanel&quot;
class &quot;PanelToplevel*&quot;              style &quot;mypanel&quot;
widget_class &quot;*PanelToplevel*&quot;      style &quot;mypanel&quot;
widget_class &quot;*notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*computertemp*&quot;       style &quot;mypanel&quot;
widget_class &quot;*Applet*Tomboy*&quot;      style &quot;mypanel&quot;
widget_class &quot;*Applet*Netstatus*&quot;   style &quot;mypanel&quot;</code></pre></div><p>Re-log or change your Appearance theme to a temporary theme and switch back to your original theme.<br />Cross your finger and move your mouse over the launcher ...</p><p>I obtain this on my netbook :<br /><a href="http://imageshack.us/photo/my-images/64/zz6c.png/" rel="nofollow">http://img64.imageshack.us/img64/1801/zz6c.png</a></p></div></blockquote></div><p>Worked perfectly...</p><p>I had tried something very similar to this but did not have all of the widget and class levels that you have</p><p>I cannot tell you HOW frustrating this had been, would probably get me booted from here, but I can tell you that I really appreciate this!&#160; &#160;</p><p>Thanks so much!!</p>]]></description>
			<author><![CDATA[dummy@example.com (Vastone)]]></author>
			<pubDate>Sun, 14 Aug 2011 02:37:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22653#p22653</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22652#p22652</link>
			<description><![CDATA[<p>Let try this :<br />Save this image in your home folder : <a href="http://img99.imageshack.us/img99/6641/panelbuttonhover.png" rel="nofollow">http://img99.imageshack.us/img99/6641/p … nhover.png</a><br />It&#039;s a transparent 48x24px&#160; Png&#160; file. Name it <strong>panel-button-hover.png</strong></p><p>Put this on your <strong>~/.gtkrc-2.0</strong></p><div class="codebox"><pre class="vscroll"><code> style &quot;mypanel&quot; 
{
      engine &quot;pixmap&quot;
        {
                image
                {
                        function                = BOX
                        recolorable             = TRUE
                        state                   = PRELIGHT
                        file                    = &quot;panel-button-hover.png&quot;
                        border                  = { 1, 1, 0, 0 }
                        stretch                 = TRUE
                }
        }
}

widget &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
class &quot;*Xfce*Panel*&quot;                style &quot;mypanel&quot;
widget &quot;*PanelWidget*&quot;              style &quot;mypanel&quot;
widget &quot;*PanelApplet*&quot;              style &quot;mypanel&quot;
widget &quot;*fast-user-switch*&quot;         style &quot;mypanel&quot;
widget &quot;*CPUFreq*Applet*&quot;           style &quot;mypanel&quot;
widget &quot;*indicator-applet*&quot;         style &quot;mypanel&quot;
class &quot;PanelApp*&quot;                   style &quot;mypanel&quot;
class &quot;PanelToplevel*&quot;              style &quot;mypanel&quot;
widget_class &quot;*PanelToplevel*&quot;      style &quot;mypanel&quot;
widget_class &quot;*notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Notif*&quot;              style &quot;mypanel&quot;
widget_class &quot;*Tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*tray*&quot;               style &quot;mypanel&quot;
widget_class &quot;*computertemp*&quot;       style &quot;mypanel&quot;
widget_class &quot;*Applet*Tomboy*&quot;      style &quot;mypanel&quot;
widget_class &quot;*Applet*Netstatus*&quot;   style &quot;mypanel&quot;</code></pre></div><p>Re-log or change your Appearance theme to a temporary theme and switch back to your original theme.<br />Cross your finger and move your mouse over the launcher ...</p><p>I obtain this on my netbook :<br /><a href="http://imageshack.us/photo/my-images/64/zz6c.png/" rel="nofollow"><span class="postimg"><img src="http://img64.imageshack.us/img64/1801/zz6c.png" alt="zz6c.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 14 Aug 2011 02:24:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22652#p22652</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22651#p22651</link>
			<description><![CDATA[<div class="quotebox"><cite>demosthenese wrote:</cite><blockquote><div><p>From your picture, I think you mean the panel not the tray. Have a look at</p><p><a href="http://wiki.xfce.org/tips" rel="nofollow">http://wiki.xfce.org/tips</a></p><p>In particular the editing ~/.gtkrc section. This will allow you to edit the colours of the panel, overriding the colours set by the theme.</p></div></blockquote></div><br /><p>Right...</p><p>I have this issue opened here</p><p><a href="http://forum.xfce.org/viewtopic.php?id=6169" rel="nofollow">http://forum.xfce.org/viewtopic.php?id=6169</a></p><p>and thought I was in that thread when I responded...</p><p>I have looked all through</p><p><a href="http://wiki.xfce.org/tips" rel="nofollow">http://wiki.xfce.org/tips</a></p><p>area and have changed gtkrc section to at least a hundred different setups without success..&#160; I can verify that the process is working because when I make a change to the .gtkrc&#160; file and add an image as a background, it works... But even with an image, the Launchers only still show a white background...</p><p>It appears that there is not a specific setting that can manipulate the backgrounds of the Launchers in the panel, or at least none that I have found as of yet..</p><p>I appreciate the reply and suggestions</p>]]></description>
			<author><![CDATA[dummy@example.com (Vastone)]]></author>
			<pubDate>Sat, 13 Aug 2011 23:29:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22651#p22651</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22650#p22650</link>
			<description><![CDATA[<p>From your picture, I think you mean the panel not the tray. Have a look at</p><p><a href="http://wiki.xfce.org/tips" rel="nofollow">http://wiki.xfce.org/tips</a></p><p>In particular the editing ~/.gtkrc section. This will allow you to edit the colours of the panel, overriding the colours set by the theme.</p>]]></description>
			<author><![CDATA[dummy@example.com (demosthenese)]]></author>
			<pubDate>Sat, 13 Aug 2011 22:18:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22650#p22650</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22644#p22644</link>
			<description><![CDATA[<p>As I stated earlier, it happens with all themes..&#160; No matter if I use Solid Color or None (use system style) in panel preferences, it remains the same</p><p>It only happens when the mouse is hovered over it.&#160; At all other times it is correct.</p><p>It only happens on Launchers, not on any other panel types </p><p>Here is a screenshot of the problem..&#160; </p><p><a href="http://www.zimagez.com/zimage/screenshot-08132011-120842pm.php" rel="nofollow"><span class="postimg"><img src="http://www.zimagez.com/miniature/screenshot-08132011-120842pm.png" alt="screenshot-08132011-120842pm.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (Vastone)]]></author>
			<pubDate>Sat, 13 Aug 2011 17:17:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22644#p22644</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How remove the white background of systray?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22643#p22643</link>
			<description><![CDATA[<p>Do you have the snapshot of the probleme ? </p><p>I don&#039;t have composing enabled but my panel is normal ....<br />Version : xfce4-panel&#160; &#160;&#160; &#160; &#160;4.8.1-5.8.1<br /><a href="http://img52.imageshack.us/img52/159/zz3c.png" rel="nofollow"><span class="postimg"><img src="http://img52.imageshack.us/img52/159/zz3c.png" alt="zz3c.png" /></span></a><br /><a href="http://img26.imageshack.us/img26/3648/zz4x.png" rel="nofollow"><span class="postimg"><img src="http://img26.imageshack.us/img26/3648/zz4x.png" alt="zz4x.png" /></span></a><br /><a href="http://imageshack.us/photo/my-images/842/zz5.png/" rel="nofollow"><span class="postimg"><img src="http://img842.imageshack.us/img842/8471/zz5.png" alt="zz5.png" /></span></a></p><p>Problem with your theme configuration file ?</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sat, 13 Aug 2011 16:03:46 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22643#p22643</guid>
		</item>
	</channel>
</rss>
