<?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=6847&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6847</link>
		<description><![CDATA[The most recent posts in [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY.]]></description>
		<lastBuildDate>Fri, 10 May 2013 10:31:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=29739#p29739</link>
			<description><![CDATA[<div class="quotebox"><cite>lenod wrote:</cite><blockquote><div><p>I had/have the same problem here.<br />I use:</p><p>own_window yes<br />own_window_transparent yes<br />own_window_type override</p><p>The feh tricks works for me, but it also fixes if I open the dektop parameter window (right click on the desktop) ...</p><p>By the way,&#160; if you want to put the &quot;feh trick&quot; in your conky startup script, you might want to query which image is used for your background (not to change your script each time you change your background), then use this:<br />xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path</p><p>for example: feh --bg-center `xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path`</p></div></blockquote></div><p>After a lot of try, your trick make my day&#160; !<br />I think it&#039;s the only way to use conky with xfce 4.8 &amp; wheezy<br />Thank you much</p><p>I just needed to adapt a little to make it work perfectly on my config</p><div class="codebox"><pre><code>feh --bg-fill `xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path`</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tuxshake)]]></author>
			<pubDate>Fri, 10 May 2013 10:31:07 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=29739#p29739</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=29249#p29249</link>
			<description><![CDATA[<div class="quotebox"><cite>ccc wrote:</cite><blockquote><div><p>Finally,&#160; I&#039;ve solved this problem on Debian Wheezy with XFCE4.8.</p></div></blockquote></div><p>i also have it working correctly on Debian Wheezy with XFCE 4.8, but on shutting down or logging off the transparency gets lost and becomes a black solid background for some seconds. do you have the same issue?</p>]]></description>
			<author><![CDATA[dummy@example.com (sakamoto)]]></author>
			<pubDate>Tue, 02 Apr 2013 17:32:53 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=29249#p29249</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27516#p27516</link>
			<description><![CDATA[<p>Finally,&#160; I&#039;ve solved this problem on Debian Wheezy with XFCE4.8.</p><p>xfwm compositor must be on:</p><p>Settings -&gt; Settings Manager -&gt; Window Manager Tweaks -&gt;Compositor-&gt; <strong>Enable Display Compositing</strong></p><p>and using this config file:</p><div class="codebox"><pre class="vscroll"><code>background no

alignment top_right
gap_x 75
gap_y 70

use_xft yes
xftfont Sans:size=8
xftalpha 1
text_buffer_size 2048

update_interval 3.0
total_run_times 0

double_buffer yes

own_window yes
[b]own_window_type desktop[/b]
own_window_transparent yes
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 5 5
maximum_width 180

draw_shades yes
draw_outline no
draw_borders no

border_width 0
border_inner_margin 0
border_margin 0
stippled_borders 0

default_color white
default_shade_color black
default_outline_color white

no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
use_spacer yes
override_utf8_locale no

show whatever you want...</code></pre></div><p><span class="postimg"><img src="http://imageshack.us/a/img17/8073/debianwheezyconky.gif" alt="debian wheezy conky" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Tue, 25 Sep 2012 21:31:27 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27516#p27516</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27475#p27475</link>
			<description><![CDATA[<p>I just upgrade to OpenSuse 12.2 and with it xfdesktop 4.10.0-41.1 and transparency work: <br />I don&#039;t have compositing. Here my configuration :</p><div class="codebox"><pre><code>alignment br
background no
update_interval 5
default_color c7c7c7
double_buffer yes
draw_outline no
format_human_readable yes
net_avg_samples 2

own_window  yes     # create a separate XWindow over the one from Xfdesktop
own_window_colour white
own_window_type  override            # the window cannot be moved or resized

own_window_argb_visual no  # =NO : Important otherwise own_window yes don&#039;t work !!         
own_window_argb_value 0            # make the background semi-transparent
own_window_transparent yes

double_buffer yes                   # avoid flickering
use_xft yes
xftfont dejavu:size=8:weight=bold
gap_x 0
gap_y 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Wed, 19 Sep 2012 23:31:40 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27475#p27475</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27474#p27474</link>
			<description><![CDATA[<p>On Debian Wheezy with XFCE this problem still exists and cannot find any solution.</p>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Wed, 19 Sep 2012 23:15:48 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27474#p27474</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26482#p26482</link>
			<description><![CDATA[<div class="quotebox"><cite>secipolla wrote:</cite><blockquote><div><p>xfdesktop 4.9.3</p><p>arbg (real transparency) works fine but needs the compositing on. It works with &#039;own_window_type&#039; set to &#039;normal&#039; (not &#039;desktop&#039;).</p><p>&#039;own_window_transparent&#039; works with &#039;fake&#039; transparency (100% transparent background) without compositing <em>when argb_visual isn&#039;t enabled</em>. This works with &#039;own_window_type&#039; set to &#039;desktop&#039; too but then clicking&amp;dragging on the desktop makes conky disappear.</p><p>So all-in-all window has to be set to &#039;normal&#039; and real transparency (argb_visual) needs the compositing manager (as said in the manual).</p></div></blockquote></div><p>Thanks I have been having trouble with true transparency I missed the argb_visual bit it now works.<br />Using xfce 4.10+compositing<br />xfdesktop version 4.10.0<br />Slackware64</p>]]></description>
			<author><![CDATA[dummy@example.com (Keith Hedger)]]></author>
			<pubDate>Fri, 01 Jun 2012 10:33:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26482#p26482</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26478#p26478</link>
			<description><![CDATA[<p>It&#039;s still doesn&#039;t work on my Wheezy with XFCE 4.8.</p>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Thu, 31 May 2012 23:31:36 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26478#p26478</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25939#p25939</link>
			<description><![CDATA[<p>xfdesktop 4.9.3</p><p>arbg (real transparency) works fine but needs the compositing on. It works with &#039;own_window_type&#039; set to &#039;normal&#039; (not &#039;desktop&#039;).</p><p>&#039;own_window_transparent&#039; works with &#039;fake&#039; transparency (100% transparent background) without compositing <em>when argb_visual isn&#039;t enabled</em>. This works with &#039;own_window_type&#039; set to &#039;desktop&#039; too but then clicking&amp;dragging on the desktop makes conky disappear.</p><p>So all-in-all window has to be set to &#039;normal&#039; and real transparency (argb_visual) needs the compositing manager (as said in the manual).</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Wed, 25 Apr 2012 17:32:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25939#p25939</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25631#p25631</link>
			<description><![CDATA[<p>I had/have the same problem here.<br />I use:</p><p>own_window yes<br />own_window_transparent yes<br />own_window_type override</p><p>The feh tricks works for me, but it also fixes if I open the dektop parameter window (right click on the desktop) ...</p><p>By the way,&#160; if you want to put the &quot;feh trick&quot; in your conky startup script, you might want to query which image is used for your background (not to change your script each time you change your background), then use this:<br />xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path</p><p>for example: feh --bg-center `xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path`</p>]]></description>
			<author><![CDATA[dummy@example.com (lenod)]]></author>
			<pubDate>Thu, 05 Apr 2012 10:02:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25631#p25631</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25491#p25491</link>
			<description><![CDATA[<p>Hello,</p><p>I had the same problem, and to fix it, I had to check an option in parameters -&gt; windows tweaks in the last tab, activate the compositor (my xfce is in french, so my translation is probably bad).</p><p>Moreover, my conky looks like this : </p><p>own_window yes<br />own_window_type desktop<br />own_window_transparent yes<br />own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager<br />own_window_argb_visual yes<br />own_window_argb_value 100</p><br /><p>Hope it helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (Fock)]]></author>
			<pubDate>Wed, 28 Mar 2012 15:24:09 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25491#p25491</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25398#p25398</link>
			<description><![CDATA[<p>Try this your conky config</p><div class="codebox"><pre><code>${exec feh --bg-fill /home/username/dirwall/yourwallpaper.jpg}</code></pre></div><p>feh is a lightweight image viewer. I have Debian testing and it work for me. You can install feh by apt-get.</p><p>For any other help, <a href="http://conky.sourceforge.net/faq.html" rel="nofollow">read this</a></p><p>Look, my trasparent bg with conky</p><p><span class="postimg"><img src="http://i44.tinypic.com/21dequc.png" alt="21dequc.png" /></span></p><p>Bye</p>]]></description>
			<author><![CDATA[dummy@example.com (gekk0)]]></author>
			<pubDate>Wed, 21 Mar 2012 02:33:49 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25398#p25398</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25242#p25242</link>
			<description><![CDATA[<p>Has anyone a solution?</p>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Tue, 06 Mar 2012 00:47:48 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25242#p25242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25173#p25173</link>
			<description><![CDATA[<p>This is probably works with fake transparency and this (setting the rootwindow background) is disabled in xfdesktop because there are some version of xorg that segfault with that.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Wed, 29 Feb 2012 07:33:10 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25173#p25173</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25171#p25171</link>
			<description><![CDATA[<div class="quotebox"><cite>ToZ wrote:</cite><blockquote><div><p>Also just tested in 4.8.3. These settings worked for me:</p><div class="codebox"><pre><code>own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar
own_window_argb_visual yes  
own_window_argb_value 0</code></pre></div></div></blockquote></div><p>I have tried what you suggested on my debian wheezy, but still get a &quot;black box&quot;. </p><p>BTW I have the following XFCE version:</p><div class="codebox"><pre><code># dpkg -l | grep xfce4
ii  libxfce4ui-1-0                       4.8.1-1                        widget library for Xfce
ii  libxfce4util-bin                     4.8.2-1                        tools for libxfce4util
ii  libxfce4util-common                  4.8.2-1                        common files for libxfce4util
ii  libxfce4util4                        4.8.2-1                        Utility functions library for Xfce4
ii  xfce4                                4.8.0.3                        Meta-package for the Xfce Lightweight Desktop Environment
ii  xfce4-appfinder                      4.8.0-3                        Application finder for the Xfce4 Desktop Environment
ii  xfce4-mixer                          4.8.0-2                        Xfce mixer application
ii  xfce4-notifyd                        0.2.2-1                        simple, visually-appealing notification daemon for Xfce
ii  xfce4-panel                          4.8.6-2                        panel for Xfce4 desktop environment
ii  xfce4-screenshooter                  1.8.0-2                        screenshots utility for Xfce
ii  xfce4-screenshooter-plugin           1.8.0-2                        transitional dummy package for xfce4-screenshooter
ii  xfce4-session                        4.8.3-1                        Xfce4 Session Manager
ii  xfce4-settings                       4.8.3-2                        graphical application for managing Xfce settings
ii  xfce4-utils                          4.8.3-1                        Various tools for Xfce
ii  xfce4-volumed                        0.1.13-2+b1                    volume keys daemon</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ccc)]]></author>
			<pubDate>Wed, 29 Feb 2012 02:25:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25171#p25171</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] XFCE 4.8 -> conky is running with a "black box", NO TRANSPARENCY]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25169#p25169</link>
			<description><![CDATA[<p>Also just tested in 4.8.3. These settings worked for me:</p><div class="codebox"><pre><code>own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar
own_window_argb_visual yes  
own_window_argb_value 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ToZ)]]></author>
			<pubDate>Tue, 28 Feb 2012 21:38:52 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25169#p25169</guid>
		</item>
	</channel>
</rss>
