<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TimburyDotOrg &#187; LXDE</title>
	<atom:link href="http://timbury.org/tag/lxde/feed/" rel="self" type="application/rss+xml" />
	<link>http://timbury.org</link>
	<description>Linux and Open Source Stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>LXDE on Nexus One phone</title>
		<link>http://blog.lxde.org/?p=747</link>
		<comments>http://blog.lxde.org/?p=747#comments</comments>
		<pubDate>Wed, 23 Jun 2010 14:39:50 +0000</pubDate>
		<dc:creator>Mario Behling</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[LXDE]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://blog.lxde.org/?p=747</guid>
		<description><![CDATA[Sven Killig has managed to run LXDE on his Nexus One in a USB  host mode. He has made a video showing how all kinds of devices plugged in &#8211; including a web cam, keyboards, screens and a display link unit.

Connect USB devices to your Nexus One

Hardware

Nexus One
Micro USB OTG cable (e.g.)
USB Dual Power [...]]]></description>
			<content:encoded><![CDATA[<p>Sven Killig has managed to run LXDE on his <a href="http://sven.killig.de/android/N1/2.2/usb_host/">Nexus One in a USB  host mode</a>. He has made a video showing how all kinds of devices plugged in &#8211; including a web cam, keyboards, screens and a display link unit.</p>
<p><object width="460" height="350"><param name="movie" value="http://www.youtube.com/v/3-bLOc1qnMM&#038;hl=de_DE&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3-bLOc1qnMM&#038;hl=de_DE&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="460" height="350"></embed></object></p>
<h3>Connect USB devices to your Nexus One</h3>
<ul>
<li>Hardware
<ul>
<li>Nexus One</li>
<li>Micro USB OTG cable <a href="http://cgi.ebay.com/Micro-USB-Host-Cable-Nokia-N810-OTG-go-N-810-/250643848389?cmd=ViewItem&amp;pt=PDA_Accessories&amp;hash=item3a5b899cc5" >(e.g.)</a></li>
<li>USB Dual Power Cable <a href="http://www.gr-kabel.com/?PATH_INFO=/katalog/artikelinfo/5263-1-usb11_twin_power_kabel_18+015m.html&amp;switchlang=en" >(e.g.)</a> to provide power to the hub chip through the  uplink port, since the Nexus One doesn&#8217;t provide bus power</li>
<li>Powered USB 2.0 hub (will charge the Nexus One) <a href="http://s261498184.online.de/cms/index.php?page=shop.product_details&amp;flypage=flypage.tpl&amp;product_id=11&amp;category_id=3&amp;option=com_virtuemart&amp;Itemid=102&amp;lang=en" >(e.g.)</a> and optionally a battery pack for mobile use  <a href="http://www3.westfalia.de/shops/technik/foto_und_optik/kameras/akkus___batterien_fuer_digitalkameras/207119-digitalkamera_akkupack_3_3_9_5v_2ah_li_ion_mit_4_kamera_adaptern.htm" >(e.g.)</a> <a href="http://sven.killig.de/android/N1/2.2/usb_host/power.html">(measurements)</a></li>
</ul>
</li>
<li>Software based on Android 2.2 <em>Froyo</em> FRF72 (2.1 <a href="http://forum.xda-developers.com/showthread.php?p=6722493#post6722493" >may</a> work, too)
<ul>
<li>Download binaries&#8230;
<ul>
<li><a href="http://sven.killig.de/android/N1/2.2/usb_host/boot.img"><tt>boot.img</tt></a> or <a href="http://sven.killig.de/android/N1/2.2/usb_host/zImage"><tt>zImage</tt></a></li>
<li><a href="http://sven.killig.de/android/N1/2.2/usb_host/modules.tbz">Modules</a> (Mind <tt>/system/lib/modules/bcm4329.ko</tt>!)</li>
</ul>
</li>
<li>&#8230;or build from source
<ul>
<li> <tt>git clone <a href="http://blog.lxde.org/?p=747">git://android.git.kernel.org/kernel/msm.git</a><br />
cd msm<br />
git checkout origin/android-msm-2.6.32<br />
wget <a href="http://sven.killig.de/android/N1/2.2/usb_host/.config">http://sven.killig.de/android/N1/2.2/usb_host/.config</a><br />
patch -p1 &lt; <a href="http://sven.killig.de/android/N1/2.2/usb_host/android-kernel_msm-3c98b0d_Nexus-One_usb-host.patch">android-kernel_msm-3c98b0d_Nexus-One_usb-host.patch</a><br />
make -j2 ARCH=arm CROSS_COMPILE=/<a href="http://developer.android.com/sdk/ndk/index.html" >android-ndk</a>-r4/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin/arm-eabi-</tt></li>
</ul>
</li>
<li>Install kernel
<ul>
<li>Boot from RAM (till next reset)&#8230;
<ul>
<li><tt>/<a href="http://developer.android.com/sdk/index.html" >android-sdk</a>-linux_86/tools/fastboot boot  arch/arm/boot/zImage</tt></li>
</ul>
</li>
<li>&#8230;or write to flash (<tt>boot.img</tt> from a <a href="http://forum.xda-developers.com/showthread.php?t=611829" >nandroid</a> backup)
<ul>
<li><tt>/<a href="http://android-serialport-api.googlecode.com/files/getramdisk.py">getramdisk.py</a> /boot.img<br />
/android-sdk-linux_86/tools/fastboot -b 0x20000000 flash:raw boot  arch/arm/boot/zImage ramdisk.img</tt></li>
</ul>
</li>
</ul>
</li>
<li>Start <a href="http://code.google.com/p/connectbot/" >ConnectBot</a>, enable full screen and connect to Local
<ul>
<li><tt>su<br />
insmod drivers/usb/core/usbcore.ko</tt><br />
# Ignore the <tt>Unbalanced enabled for IRQ 58</tt> stack trace for now<br />
<tt>insmod drivers/usb/host/ehci-hcd.ko</tt></li>
</ul>
</li>
<li>Substitute device mode (or port <a href="http://adq.livejournal.com/101420.html" >Andrew de  Quincey&#8217;s work</a>)
<ul>
<li>Use <tt>adb</tt> over TCP/IP
<ul>
<li><tt>adb connect <em>IP_address</em>:5555</tt></li>
</ul>
</li>
<li>Filesystem access
<ul>
<li>Nexus One&#8217;s
<ul>
<li><a href="http://www.cyrket.com/p/android/com.bw.onair/" >On Air</a> <a href="http://sven.killig.de/Registry/BasicAuthLevel.reg">(Vista/7  registry patch)</a></li>
</ul>
</li>
<li>PC&#8217;s
<ul>
<li><tt>insmod fs/cifs/cifs.ko<br />
mount -t cifs -o username="<em>username</em>",password="<em>password</em>"  //<em>IP_address</em>/<em>share</em> /mnt/sdcard/cifs</tt></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Links:</p>
<p>Hackaday: <a href="http://hackaday.com/2010/06/08/nexus-one-as-usb-host/">http://hackaday.com/2010/06/08/nexus-one-as-usb-host/</a></p>
<p>Sven Killig: <a href="http://sven.killig.de/android/N1/2.2/usb_host/">http://sven.killig.de/android/N1/2.2/usb_host/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lxde.org/?feed=rss2&amp;p=747</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HUGE success of the Fedora 12 LXDE Spin</title>
		<link>http://blog.lxde.org/?p=569</link>
		<comments>http://blog.lxde.org/?p=569#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:48:02 +0000</pubDate>
		<dc:creator>Christoph Wickert</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[Christoph Wickert]]></category>
		<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora LXDE Spin]]></category>
		<category><![CDATA[Fedora Spin]]></category>
		<category><![CDATA[LXDE]]></category>
		<category><![CDATA[LXDE Community]]></category>
		<category><![CDATA[LXDE Distributions]]></category>

		<guid isPermaLink="false">http://blog.lxde.org/?p=569</guid>
		<description><![CDATA[The Fedora 12 LXDE spin turns out to be a huge success. It only took us 8 days to become number #2 in the most popular Fedora Spins, although the other spins were released two weeks before LXDE. As I'm writing this post, we had more than 2500 complete BitTorrent downloads.]]></description>
			<content:encoded><![CDATA[<p>The <a title="Fedora 12 LXDE Spin" href="http://spins.fedoraproject.org/lxde/">Fedora 12 LXDE spin</a> turns out to be a <strong>huge</strong> success. It only took us 8 days to become number #2 in the <a title="Fedora Spins" href="http://spins.fedoraproject.org/#bypopularity">most popular Fedora Spins</a>, although the other spins were released two weeks before LXDE. As I&#8217;m writing this post, we had more than 2500 complete BitTorrent downloads.</p>
<p>Thanks to all the people who downloaded the spin and made this possible. I really appreciate the your interest in LXDE and my work. Thanks for all the nice feedback I received so far.</p>
<p>If you don&#8217;t have the spin yet, grab the ISO image at <a href="http://spins.fedoraproject.org/lxde/#downloads">http://spins.fedoraproject.org/lxde/#downloads</a></p>
<p>If you want to install it on a device with no CD drive, you can make a bootable USB key of the image. Attention: Please don&#8217;t use UNetbootin, it&#8217;s <a title="Live USB sticks created with unetbootin do not work" href="https://fedoraproject.org/wiki/Common_F12_bugs#Live_USB_sticks_created_with_unetbootin_do_not_work">known to be broken</a>. Use <a title="Fedora liveusb-creator" href="https://fedorahosted.org/liveusb-creator/">liveusb-creator</a> or the <a title="livecd-tools" href="http://git.fedorahosted.org/git/livecd?p=livecd;a=tree;f=tools;hb=HEAD">livecd-iso-to-disk script</a> from the livecd-tools package instead.</p>
<p><a href="http://blog.lxde.org/wp-content/uploads/2009/12/Lxde-spin-fedora12.png"><img class="alignnone size-medium wp-image-574" title="Lxde-spin-fedora12" src="http://blog.lxde.org/wp-content/uploads/2009/12/Lxde-spin-fedora12-480x300.png" alt="Lxde-spin-fedora12" width="480" height="300" /></a><br />
Fedora 12 LXDE Spin &#8211; Screenshot</p>
<p>Links:</p>
<p>* <a href="http://wiki.lxde.org/en/Fedora">http://wiki.lxde.org/en/Fedora</a></p>
<p>* <a title="http://spins.fedoraproject.org/lxde/" rel="nofollow" href="http://spins.fedoraproject.org/lxde/">spins.fedoraproject.org/lxde/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lxde.org/?feed=rss2&amp;p=569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lubuntu – how to get involved</title>
		<link>http://blog.lxde.org/?p=562</link>
		<comments>http://blog.lxde.org/?p=562#comments</comments>
		<pubDate>Mon, 07 Dec 2009 07:13:06 +0000</pubDate>
		<dc:creator>Mario Behling</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[Contributors]]></category>
		<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Julien Lavergne]]></category>
		<category><![CDATA[light ubuntu]]></category>
		<category><![CDATA[Lubuntu]]></category>
		<category><![CDATA[LXDE]]></category>
		<category><![CDATA[LXDE Development]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.lxde.org/?p=562</guid>
		<description><![CDATA[Julian Lavergne from France posted ways to get involved into lubuntu on the mailing list of the project and I am reposting his suggestions here.
This is a quick summarize for people wanted to help on Lubuntu. In general, all tasks will be documented on the Subteams pages:

 Packages and Code: https://wiki.ubuntu.com/Lubuntu/SubTeams/CodingAndPackagingSubTeam
 Artwork : https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam
 Doc [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://launchpad.net/~gilir">Julian Lavergne</a> from France posted ways to get involved into lubuntu on the mailing list of the project and I am reposting his suggestions here.</p>
<p>This is a quick summarize for people wanted to help on Lubuntu. In general, all tasks will be documented on the Subteams pages:</p>
<ul>
<li> Packages and Code: <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/CodingAndPackagingSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/CodingAndPackagingSubTeam</a></li>
<li> Artwork : <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam</a></li>
<li> Doc : <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/DocumentationSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/DocumentationSubTeam</a></li>
<li> Translations : <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/TranslationSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/TranslationSubTeam</a></li>
<li> Testing : <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/TestingSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/TestingSubTeam</a></li>
</ul>
<p>== Participate to the LXDE project ==<br />
This is the most efficient way to contribute to Lubuntu. If you want a functionality, translate a package etc &#8230; you should directly work with LXDE.</p>
<ul>
<li>LXDE site: <a href="http://lxde.org">http://lxde.org</a></li>
<li>LXDE mailing list: <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=lxde-list">http://sourceforge.net/mailarchive/forum.php?forum_name=lxde-list</a></li>
<li> SVN repository: <a href="http://sourceforge.net/projects/lxde/develop">http://sourceforge.net/projects/lxde/develop</a></li>
</ul>
<p>== Create an artwork for Lubuntu ==<br />
We don&#8217;t have an original artwork, and it&#8217;s an important goal for Lucid. Some works began on the LXDE forum, but there is a lots to do to create a complete set of artwork. Currently, it could be nice to have:</p>
<ul>
<li>1 wallpaper</li>
<li>1 icon set</li>
<li> 1 GTK engine</li>
<li> 1 login manager theme (for lxdm)</li>
<li> Custom configuration for GTK theme in the session</li>
<li> 1 openbox theme</li>
<li> 1 banner for logout</li>
<li> 1 logo for the main menu</li>
<li>1 background image for lxpanel</li>
<li> 1 cursor</li>
<li> Specific icons for lxpanel</li>
<li> 1 splash screen (for usplash or/and plymouth)</li>
</ul>
<p>Please see <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam/Documentation">https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam/Documentation</a> for details.<br />
If you want to work on artwork, you should contact the Ubuntu Art Team. There are a very good experience on making artwork for K/X/Ubuntu etc &#8230;  It&#8217;s also important to work on the artwork, as a complete set. It&#8217;s better to submit  a wallpaper + icon set + gtk engine together than separately.</p>
<ul>
<li> The Ubuntu Art Team <a href="https://wiki.ubuntu.com/Artwork">https://wiki.ubuntu.com/Artwork</a></li>
<li> Lubuntu Wiki pages for Artwork (<a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/ArtworkSubTeam</a> and <a href="https://wiki.ubuntu.com/Lubuntu/Artwork/Incoming/Lucid">https://wiki.ubuntu.com/Lubuntu/Artwork/Incoming/Lucid</a>)</li>
</ul>
<p>IMPORTANT NOTE : We didn&#8217;t have currently decide the colors of the artwork. We should discuss and decide this on the next IRC meeting. But you can create some mockups to add them to the discussion <img src='http://blog.lxde.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>== Triage bugs on Launchpad ==<br />
We need to manage bug reports for many packages (mostly, the LXDE core packages).<br />
See <a href="https://wiki.ubuntu.com/Bugs/HowToTriage/">https://wiki.ubuntu.com/Bugs/HowToTriage/</a> for an overview of the triaging on Ubuntu.<br />
The current packages and bugs are here: <a href="https://bugs.launchpad.net/~lubuntu-packaging/">https://bugs.launchpad.net/~lubuntu-packaging/</a>+packagebugs<br />
Most important to know is:</p>
<ul>
<li> Is the bug is correctly affected?</li>
<li> Is the bug still reproductible by user in Ubuntu 9.10? By you?</li>
<li> Is there a solution/patch available on the bug? Upstream? In another distribution?</li>
</ul>
<p>== Fix bugs / Develop features ==<br />
If you want to work on a bug, you should affect it to you so people know you are working on it. If you want to implement a feature, or working on a patch, you should open a bug on Launchpad, so people can eventually help you. I&#8217;ll try to add a TODO list for packagers who want to help but want some mentoring or ideas (See <a href="https://wiki.ubuntu.com/Lubuntu/SubTeams/CodingAndPackagingSubTeam">https://wiki.ubuntu.com/Lubuntu/SubTeams/CodingAndPackagingSubTeam</a> for futur information).</p>
<p>== Testing ==<br />
We may have some ISO to test near the Alpha 1 of Lucid, it&#8217;s a good occasion to test if it&#8217;s working, and report bugs. You don&#8217;t need to know how to code for this, just use Lubuntu and report bugs/complain about it. You can also install a command line Lucid system in VirtualBox and install lubuntu-desktop package by &#8220;sudo apt-get install &#8211;no-install-recommends lubuntu-desktop&#8221;. Another way is to test a pristine lxde session by installing the lxde package, and see if no Lubuntu specific patch cause problems in a standart LXDE session. To report bug, do ubuntu-bugs the_name_of_the_package_affected. If you don&#8217;t know, use ubuntu-bug lubuntu-meta, we&#8217;ll triage it for you <img src='http://blog.lxde.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Testing (and reporting problems) is critical, because developers can only try to fix problems if there are reported.</p>
<p>== Improve the Documentation ==<br />
Our wiki ( <a href="https://wiki.ubuntu.com/Lubuntu">https://wiki.ubuntu.com/Lubuntu</a> ) can always be improved. If you intend to do massive changes, please inform the mailing list before.</p>
<p>Feel free to add others tasks if you have any in mind. Some others tasks will probably appear in the futur on this mailing list or on the SubTeams pages. Also, you can ask any questions on any of those items on the mailing list.</p>
<p>Thanks in advance for your help <img src='http://blog.lxde.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lxde.org/?feed=rss2&amp;p=562</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
