Talk:Getting OpenMoko working on host with Xephyr

From Openmoko

(Difference between revisions)
Jump to: navigation, search
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
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 :-).
 +
 +
--[[User:PiotrDuda|PiotrDuda]] 11:00, 23 May 2007 (CEST)
 +
 
I can't get dbus working.  
 
I can't get dbus working.  
  
Line 7: Line 14:
  
 
and applications like web and messages don't launch
 
and applications like web and messages don't launch
 +
 +
--[[User:Miohtama|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="").
 +
: [[User:Dfsmith|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.
 +
[[User:Dfsmith|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/
 +
--[[User:Enjahova|Enjahova]]

Latest revision as of 21:56, 31 October 2007

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/

--Enjahova

Personal tools

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