by dodgejcr » Thu Sep 22, 2011 6:13 pm
$this->bbcode_second_pass_quote('crimsonredmk', 'd')odjecjr, you win many internets, expect them to be delivered shortly.

I'll coordinate with webos-internals to get our package included into Xecutah so editting their file won't be necessary.
We also have to slim down the chroot a little bit. Ubuntu's was ~65MB, ours is bigger - not good for a lightweight distro!
Sounds great! Also let me know about details, icon, changelog, and whatever else needs to be packaged into that ipk so that we can make it look purdy. Im all over it if webos-internals decides to change the way they handle it again. I will find the new methods and implement them quick, fast, and in a hurry. Crimsonredmk, I hope you dont mind but I wrote up a little tutorial on the android development site that I am a member of. They recently started a board for the touchpad and I want to get some of the guys that dont know about this place a little push in the right direction. The thread is here:
http://forum.sdx-developers.com/index.php?topic=17570.0$this->bbcode_second_pass_quote('Varemenos', 'C')an someone prepare a "Beginners guide" similar to the one of Arch Linux's wiki?
mostly getting a desktop environment ready and stuff
A beginners guide would be kind of a mess but I found that LXDE is about the most functional DE available for the chroot. XFCE is almost there but I have strange button issues with it (letter P does not work for some reason). Installing LXDE is simple.
$this->bbcode_second_pass_code('', 'pacman -S lxde')
It will give you the options of which packages to select. Select 1 2 3 4 5 6 7 8 9 (10 or 11 but not both) 12 13 14 15. Be sure to only select one lxsession (10 or 11) as they will conflict with one another. After it is installed you can start it by simply:
$this->bbcode_second_pass_code('', 'lxsession')
You will notice that there is no official package for pcmanfm (preferred file manager for LXDE) but I have found the package with some googlefu. I have no idea where these packages come from or who they were by or else I would give proper credit, but I checked them out and they seem safe and legit. You can find them
HERE. To install download both libfm and pcmanfm and execute:
$this->bbcode_second_pass_code('', 'pacman -U libfm-0.1.16-5-armv7h.pkg.tar.xz pcmanfm-0.9.9-6-armv7h.pkg.tar.xz #use tab completion, it will help')
Maybe we can get an official package in the armv7 repo sometime

chromium-dev is available in the repo and runs nicely. Install it with:
$this->bbcode_second_pass_code('', 'pacman -S chromium-dev')
You will notice that it does not allow you to run as root by default so you need to run it specifying the user data dir:
$this->bbcode_second_pass_code('', 'chromium-dev --user-data-dir /root/')
should work fine or you can point it else where. Other than that, its pretty straight forward. Let me know if you have any particular questions as I have been messing with it for a while now.