**** BEGIN LOGGING AT Mon Jan 27 03:00:00 2014 Jan 27 09:42:09 morning Jan 27 09:52:42 morning Jan 27 09:55:15 Garfonso: do you already got a setup to be able to work on the mediaindexer? Jan 27 09:58:36 I did this http://webos-ports.org/wiki/Build_for_Maguro and I think it compiled fine. And I also did compile for machine=quemux86 in the hope to get something for the emulator? ;) Jan 27 09:59:08 But I'm not really sure where to go from there. Jan 27 10:03:01 ok Jan 27 10:06:26 Garfonso: next thing we need is a recipe for the mediaindexer Jan 27 10:06:56 then you need a local checkout of the git repo Jan 27 10:07:09 edit the conf/local.conf in build directory Jan 27 10:07:29 and add a line like S_pn-mediaindexer = "/path/to/git/repo/" Jan 27 10:07:57 after that you can build from that directory with typing MACHINE=qemux86 bitbake -c compile -f mediaindexer Jan 27 10:08:26 in the repo directory will then a folder BUILD-arm... where inside the compiled binary is placed Jan 27 10:08:36 that you can then copy into the emulator Jan 27 10:21:21 hm.. I must have done something wrong. It says nothing provides mediaindexer. local.conf in this case is the file where I also enabled multi threaded build? Jan 27 10:21:38 and path to git repo means a clone of the git repo in the local filesystem? Jan 27 10:29:19 right Jan 27 10:29:22 there is no recipe yet Jan 27 10:29:31 right, a local clone somewhere Jan 27 10:29:44 right, the same local.conf Jan 27 10:30:07 ah.. ok ;) Jan 27 10:31:50 will create the recipe later Jan 27 10:32:59 no hurries. If at all, I will only find time to look into this after 18:00... but probably only tomorrow. Jan 27 10:33:06 ok Jan 27 11:42:39 JaMa|Zzz: updated the morphis/for-qt-5.2 branch Jan 27 12:51:07 morphis: I'm merging it in -next, do we still need 0001-Adding-mirsink-and-Android-media-over-hybris-support.patch for gstreamer? Jan 27 12:51:24 it was missing in morphis/qt-for-5.2 it seems and I had it in older branch from you Jan 27 12:54:49 JaMa: no, it's not ready yet Jan 27 13:07:31 ack Jan 27 13:35:36 morphis: -next pushed, webos-ports-setup update included in jansa/dora branch Jan 27 14:36:04 JaMa: thanks Jan 27 19:47:06 JaMa: build works for you now? Jan 27 19:48:45 morphis: nope, but I haven't tried to change anything yet (both patches we discussed were already included in my build) Jan 27 19:49:03 ok Jan 27 19:50:51 Garfonso: https://github.com/webOS-ports/meta-webos-ports/commit/80d4b276ff6151f0f4582c0b3cdad18100bd263d <- cherry pick that one to your checkout of meta-webos-ports Jan 27 19:58:07 Garfonso: I will help you a little bit with the ls2/db8 handling Jan 27 20:41:48 morphis: " qemux86 maliit-server[370]: (process:370): LunaService-CRITICAL **: Invalid permissions for (null)" Jan 27 20:41:58 missing ls2 customization ? Jan 27 20:42:05 Tofe: ah yes, you need the service roles Jan 27 20:42:39 afaik for private bus is enough Jan 27 20:43:37 ok; unfortunately I'm quite a noob at this ls2 configuration; but I can try to adapt an existing one Jan 27 20:43:57 Tofe: something like http://bpaste.net/show/z67D6ftQBeTKcv3h8OYr/ Jan 27 20:44:03 place it in /usr/share/ls2/roles/prv Jan 27 20:44:31 ok, I'll try that ! Jan 27 20:47:44 morphis: http://bpaste.net/show/tUEkPAQBfEPBg99q7bNH/ Jan 27 20:47:49 congrats Jan 27 20:47:59 yeah! Jan 27 20:48:17 I'll try modifying a setting on the fly Jan 27 20:49:07 -- if I find out how to do that, hehe -- Jan 27 20:49:22 thats a little bit tricky Jan 27 20:50:03 ok; well, anyway, that's good enough for a PR Jan 27 20:50:08 https://github.com/openwebos/luna-sysservice/blob/master/Src/PrefsFactory.cpp#L300 Jan 27 20:50:27 the downside of they keyboard preference key is that should always have to set the whole object Jan 27 20:50:54 oh, I see, yes it's a bit heavy for a command line test Jan 27 20:50:58 maybe we should do it differently and use keys like keyboard.enabledLanguages to make it possible to just switch one key Jan 27 20:51:46 luna-send -n 1 -f luna://com.palm.systemservice/setPreferences '{"params":{ "keyboard": { "enabledLanguages": [ "en", "de", "es", "fi", "fr", "ru", "sv" ], "aut Jan 27 20:51:46 oCapitalization": false, "autoCompletion": false, "predictiveText": false, "spellChecking": false, "keyPressFeedback": false }, "subscribed": true, "returnValue": true }}' should work Jan 27 20:54:40 well, it returns me true, but it doesn't seem to remember my setting Jan 27 20:54:49 anyway, I'll prepare the PR Jan 27 20:55:26 there will be luna-init, webos-keyboard, and meta-webos-ports (for luna-init's recipe, which doesn't need a patch anymore) Jan 27 20:56:38 maybe I should include the role file in webos-keyboard ? Jan 27 20:59:41 yes Jan 27 20:59:54 ok; will do Jan 27 21:00:16 put it as org.maliit.json.prv into files/sysbus Jan 27 21:01:17 ok, seems simple enough Jan 27 21:01:58 I'll compare with other recipes to be sure I don't make mistakes Jan 27 21:04:30 you need to inherit webos_system_bus Jan 27 21:04:49 ah, you have to place the files within service/ instead of files/sysbus for this Jan 27 21:04:57 as we're not using webos cmake Jan 27 21:06:46 ok Jan 27 21:10:06 however I can't guess the future SRCREV :) Jan 27 21:11:05 first step: https://github.com/webOS-ports/webos-keyboard/pull/9 Jan 27 21:12:21 hehe Jan 27 21:12:50 Tofe: the service file is missing Jan 27 21:12:54 will look tomorrow at it Jan 27 21:12:57 have to leave Jan 27 21:12:58 bye Jan 27 21:13:48 morphis: I thought it would be with the recipe ? ah, well, you're right, it's more logical to put it with the source code Jan 27 21:14:22 gn8 Jan 27 21:14:57 morphis: I'll rework the PR to include the service file **** ENDING LOGGING AT Tue Jan 28 02:59:59 2014