Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / README
1 BUILD INSTRUCTIONS
2 -------------------------------
3
4 *Adding to the recipe files: 
5
6 1.All the files except for the l10n folder go under ${OE_HOME}/openembedded/recipes/maemo-oe/
7 2.The localization folder goes directly under ${OE_HOME}/openembedded/recipes
8 (Atleast it needs to, if you have your bitbake.conf taking recipes as within ${OEHOME}/openembedded/recipes/*/*.bb)
9 NOTE: The tarballs for hildon-desktop and hildon-desktop-python-loader are locally hosted. 
10 The corresponding recipes use file:// in their SRC_URI
11 3. The image file, hildon-angstrom-image.bb goes under images.
12 3b. The gtk and glib recipes should go to the corresponding folders, as they make use 
13 of native recipes from the OE pack. Don't forget maemo-glib.inc
14 3c. Angstrom conf files need to be put at the proper place, to stop angstrom
15 from demanding latest gtk/glib
16 4. For checksums.ini, merge into the existing one ????
17
18 * The above steps should let one get started with an image build.
19 * There are some *nasty* manual additions (aarrgghh) to the image as mentioned below:
20
21 1. The dbus-launch binary is for some reason not added to the ipk, and to the rootfs.
22 I am adding it manually at the moment.
23 2. Other manual additions include a set of .desktop files for hildon-desktop, and a script
24 for getting the desktop environment started. The gdk-pixbuf ipk's binaries don't get pulled into
25 the rootfs at the moment, so they too are added that way.
26
27 To deal with the above, extract the "add-me.tar.gz" tarball after cd-ing to / in your rootfs
28
29
30 RUNNING HILDON-DESKTOP
31 -------------------------------
32 1. Xorg &
33 2. sh /usr/bin/start-hildon 
34
35 (Start x11vnc between 1 and 2 if needed)
36
37 KNOWN ISSUES 
38 --------------------------------
39 1. Locale support not working
40 2. Some icons dont load.
41 3. App. menu doesn't show the listing correctly, only filemanager is displayed in extras
42 4. Maemopad and maeopadplus etc cant save files.
43
44
45