Re: [gDesklets] no plotter output in sidecandy:network
- From: Bjoern Koch <H Humpel gmx de>
- To: HandOfGod137 <handofgod_137 yahoo co uk>
- Cc: gdesklets-list gnome org
- Subject: Re: [gDesklets] no plotter output in sidecandy:network
- Date: Mon, 02 Jul 2007 20:16:10 +0200
Hi there,
> Is this a known problem?
Well, more or less.
SideCandy v0.10 has been released a while ago and hasn't been updated
since (but v0.20 is in work right now!). In the meantime the gDesklets
core has been updated a few times and the plotter now needs an opacity
value (in HEX) in its color attribute...
Anyway, all you need to do is change the following lines (51-54):
<plotter id="plot_in" anchor="sw" y="1.8cm" width="1.75cm"
height="0.8cm" color="#00ff00"/>
<plotter id="plot_out" anchor="sw" relative-to="plot_in,x" x="0.1cm"
width="1.75cm" height="0.8cm" color="#ffff00"/>
to this:
<plotter id="plot_in" anchor="sw" y="1.8cm" width="1.75cm"
height="0.8cm" color="#00ff00ff"/>
<plotter id="plot_out" anchor="sw" relative-to="plot_in,x" x="0.1cm"
width="1.75cm" height="0.8cm" color="#ffff00ff"/>
Hope that helps (it worked here :) ).
Greetings, Bjoern (H.Humpel)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]