**** BEGIN LOGGING AT Mon Apr 11 02:59:57 2022 Apr 11 08:25:26 Morning! Apr 11 08:42:38 Morning! Apr 11 10:02:53 Tofe: For the AppMenu I'm not really sure how/when it's rendered. Try to look a bit in OWO, but not much leads Apr 11 10:04:25 Herrie: it's actually a relaunch, handled by Enyo/Mojo iirc Apr 11 10:04:43 I'm not sure why it doesn't work as-is Apr 11 10:05:18 Well there was some handling in luna-sysmgr/luna-appmgr by the looks of it Apr 11 10:07:02 Not a whole lot though by hte looks of it: https://github.com/search?l=C%2B%2B&q=org%3Aopenwebos+AppMenu&type=Code Apr 11 10:08:49 Could be something as simple as it's looking for wrong coordinates for touch for example somehow Apr 11 10:08:54 Or z-index somehow Apr 11 10:09:19 could be, yes; and maybe we can see some logs in the inspector, I didn't look at it yet Apr 11 11:50:45 Tofe: Not really sure what's the right way to do the configd-data recipe... We need a "base/com.webos.surfacemanager.json" file for each MACHINE, not sure what is the best approach of installing it Apr 11 11:52:34 layers.json seems to be the same for all, so a bit silly to replicate it Apr 11 11:54:35 The repo layout is not that great the way it is.... I could either create a new folder with a com.webos.surfacemanager.json for each MACHINE inside of base or do it at root level Apr 11 11:55:05 I think we have a good example for https://github.com/webOS-ports/meta-webos-ports/tree/882799e4ec6f07a343260c2327fd1059307fd337/meta-luneui/recipes-luneui/luna-next/luna-next-conf with environment.conf: one is generic, and we override it per machine Apr 11 11:55:26 The current install in recipe is a bit nasty Apr 11 11:55:27 https://github.com/webOS-ports/meta-webos-ports/blob/honister/meta-luneos/recipes-webos/configd-data/configd-data.bb#L21 Apr 11 11:55:42 Ah yes, that I saw too Apr 11 11:55:46 Will do that approach Apr 11 11:56:09 the only downfall is that all is stored "in bitbake" Apr 11 11:57:10 but we could probably mimic that with a repo too, copying files from configd/${MACHINE_ARCH}/* or so Apr 11 12:35:59 Tofe: I have the files ready for most targets just need to adjust recipe **** ENDING LOGGING AT Tue Apr 12 02:59:57 2022