Talk:Getting OpenMoko working on host with Xephyr

From Openmoko

Revision as of 21:55, 31 October 2007 by Enjahova (Talk | contribs)

Jump to: navigation, search

Well, i cant build with MACHINE set to "qemux86". It stoppped on building ltrace package. Thats because, as I believe, qemux86 configuration use "i586" for a TARGET_ARCH and ltrace can build only for i386. Or mayby Im totaly wrong ;-), but with MACHINE set to "x86" openmoko is building fine. Thats why I have changed this article. Regards :-).

--PiotrDuda 11:00, 23 May 2007 (CEST)

I can't get dbus working.

After succesfully evaling dbus-launch, I start getting these errors:

got heredbus-marshal-recursive.c(1186) got heredbus-marshal-recursive.c(1186)

and applications like web and messages don't launch

--Moo 22:34, 8 May 2007 (CEST)

I also get this error (even running "export $(dbus-launch)" which should work better).
My main problem is that none of my icons are found. Somewhat puzzling. (i486, FPU="").
Dfsmith 10:29, 6 July 2007 (CEST)

Note that using

tar -C build/tmp/rootfs/ -cf - . | tar -C mokobox/ -xvf -

instead of "cp -r" will preserve the sym-links much better. Dfsmith 10:46, 6 July 2007 (CEST)


I had to copy (as root) the theme to my rootfs for it to use the openmoko theme, and I'm still missing some icons

cp -r /home/moko/openmoko/trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/* /home/moko/mokobox/etc/gtk-2.0/
Personal tools

Well, i cant build with MACHINE set to "qemux86". It stoppped on building ltrace package. Thats because, as I believe, qemux86 configuration use "i586" for a TARGET_ARCH and ltrace can build only for i386. Or mayby Im totaly wrong ;-), but with MACHINE set to "x86" openmoko is building fine. Thats why I have changed this article. Regards :-).

--PiotrDuda 11:00, 23 May 2007 (CEST)

I can't get dbus working.

After succesfully evaling dbus-launch, I start getting these errors:

got heredbus-marshal-recursive.c(1186) got heredbus-marshal-recursive.c(1186)

and applications like web and messages don't launch

--Moo 22:34, 8 May 2007 (CEST)

I also get this error (even running "export $(dbus-launch)" which should work better).
My main problem is that none of my icons are found. Somewhat puzzling. (i486, FPU="").
Dfsmith 10:29, 6 July 2007 (CEST)

Note that using

tar -C build/tmp/rootfs/ -cf - . | tar -C mokobox/ -xvf -

instead of "cp -r" will preserve the sym-links much better. Dfsmith 10:46, 6 July 2007 (CEST)


I had to copy (as root) the theme to my rootfs for it to use the openmoko theme, and I'm still missing some icons

cp -r /home/moko/openmoko/trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/* /home/moko/mokobox/etc/gtk-2.0/