On Fri, 21 Nov 2014 18:37:23 +0100
renatogallo <renatoga...@unixproducts.com> wrote:

> desktop background .... how can I do it ?
Note this will take up cpu resources and could be heavy. 

This page might help 
http://openbox.org/wiki/Help:Applications
First you will need ot autostart the stream if you want to probably. 

I am not sure this would technically be wallpaper but with openbox the default 
window manager lxde uses can have something always on bottom and you will want 
it to be undecorated. This will involve editing a xml file. 

The problem is if you do this for mplayer you might not be able to watch other 
videos without them being on the bottom always unless you change some things.  

This is a start with 
Parts of the xml you want in between <applicatoins>
You can find the correct property of the stream with 
</applications> in ~/.config/openbox/rc.xml  
<application title="mplayer ">
<decor>no</decor>
<shade>no</shade>
<desktop>all</desktop>
<focus>no</focus>
<layer>below</layer>
<maximized>true</maximized>
<application>
Obviously this doesn't work if you are not using openbox. I a problem is 
mplayer might be in a window that is always on the bottom though unless you can 
set the properties for openbox for this one window which I can't quite figure 
out yet but this is a start. You also may want to make pcmanfm not draw a 
desktop underneath as this wouldn't show anything and would just waste 
resources.  This is a start but not a complete solution. 
-- 
Brendan Perrine <walteror...@gmail.com>

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to