**** BEGIN LOGGING AT Fri May 30 03:00:00 2014 May 30 08:58:04 morphis: I have another issue with okpg service: /bin/tar: unrecognized option '--no-anchored' which it uses in "extract_context_method" (or something related to this) May 30 08:58:48 after fighting a bit with tar on the command line, I don't know how to get it working.. in fact I don't even get how to use ar & tar to extract the ipkg file completely. Did that change? May 30 09:21:51 hm.. how does the app menu determine its size? In Preware 2 it is too small, it now has 4 entries. May 30 09:32:34 Garfonso: the app menu is implemented here: https://github.com/webOS-ports/webos-lib/blob/master/source/AppMenu.js May 30 09:32:37 there is nothing done for it by the compositor May 30 09:32:39 Garfonso: the --no-anchored option is missing in the busybox tar variant May 30 09:33:55 Garfonso: but I thought I fixed that aready May 30 09:34:15 Garfonso: https://github.com/webOS-ports/preware/commit/f777e02e8eefa79b75f9243a0a7ac3e1a1bdb039 May 30 09:36:25 without the option I get the message "tar: control: not found in archive" .. so I though this option was somehow useful. ;) May 30 09:38:14 hm May 30 09:41:57 Garfonso: let me include GNU tar then May 30 09:43:16 it's not 100% necessary. It's just the part that shows the package info. You can still install without getting information ;) May 30 09:43:39 or we can try to alter the way the control stuff is extracted, like extracting everything but ignoring the rest? May 30 09:45:37 Garfonso: I can also switch the tar version May 30 09:45:45 should be an easier fix May 30 10:11:50 Garfonso: you had time to work a little bit on preware? May 30 10:12:21 I am working on preware right now May 30 10:12:32 I try to implement the install dialog May 30 10:16:20 ah May 30 10:16:29 btw. I saw the back gesture isn't correctly working May 30 10:16:45 like going back from the app detail page returns to the initial screen not the app list May 30 10:18:48 ok, I'll fix that May 30 10:19:53 hm.. back gesture should be broken for everything. urgs. May 30 10:24:49 Garfonso: it is a problems with how we're handling the panels May 30 10:24:56 it's the same in settings May 30 10:26:28 in preware it was hard wired to 0.. ;) May 30 10:26:36 ah May 30 10:27:37 the moonstone panels kind has a stack functionality: https://github.com/enyojs/moonstone/blob/master/source/Panels.js May 30 10:31:19 yes, I like that. I really like stacks better than this panel swiping around stuff. ;) May 30 10:34:14 maybe you can do something like that based on enyo.Panels May 30 10:34:44 @app-menu: when I scroll a bit, it seems that the size is ok.. but items that are out of bounds are not hidden, i.e. they show out of the menu. May 30 11:26:03 hm, maybe they need some anchor to adjust their size according to the available space? **** ENDING LOGGING AT Sat May 31 03:00:00 2014