**** BEGIN LOGGING AT Thu Mar 10 02:59:57 2022 Mar 10 06:59:08 Tofe: then you didn't rebase it correctly, e.g. the LICENSE change in ecryptfs-utils_111.bb was resolved backwards GPL-2.0-only is the right license) Mar 10 07:00:24 Tofe: and in the next commit it's reversed Mar 10 08:01:02 Morning Mar 10 08:11:52 Tofe: Debugging the cookie issue should be fairly easy, there's a commented out console.log ;) https://github.com/enyojs/enyo-1.0/blob/master/framework/source/dom/dom.js#L105 Mar 10 08:13:05 And since we're using apps we might need this flag somehow, or another flag for the cookies: https://github.com/enyojs/enyo-1.0/blob/master/framework/source/dom/dom.js#L79 Mar 10 08:14:15 Ah seems that flag is gone as per: https://groups.google.com/a/chromium.org/g/chromium-discuss/c/VRosAaiDsgw?pli=1 Mar 10 12:27:24 Tofe: You have this deviceInfo fix somewhere? Mar 10 12:27:32 So I can have a look into the cookies issue? Mar 10 14:15:03 JaMa: yes, I'm not surprised I messed up my rebase :) I was mostly concerned about appinstalld actually, do we have it in honister already ? Mar 10 14:16:22 Herrie: sure, it's either the last commit in the compare link I gave earlier, or here https://github.com/Tofee/meta-webos-ports/commit/47d0babdfd22c8c98a0983249e4269eeeee784b9 Mar 10 14:17:15 Tofe: Ah OK clear Mar 10 17:40:20 https://github.com/webOS-ports/meta-webos-ports/pull/501 rebase fixed :) Mar 10 17:41:17 JaMa: there are spaces at the end of https://github.com/webOS-ports/meta-webos-ports/blob/honister/meta-luneos/recipes-core/packagegroups/packagegroup-webos-extended.bb#L136 , should we worry ? Mar 10 18:16:26 HerrieTP_: I don't really understand: the calendar app uses "enyo.application.ignore", "enyo.application.share", "enyo.application.watch" functions... but I can't find that anywhere ! Mar 10 18:37:33 Tofe: Hmmz yeah I also don't really see a reference to share or watch in the source code that seems relevant Mar 10 18:38:42 Neither to ignore in the Enyo 1.0 code Mar 10 18:40:08 https://github.com/webOS-ports/core-apps/blob/webOS-ports/master/com.palm.app.calendar/app/calendar.js#L63 here is where the error occurs, see also "ignore" usage two lines above Mar 10 18:41:24 so I kind of understand that enyo.application is free to use for the app, and that it's empty at the start of the app, but I don't see any "watch", "ignore" etc in calendar either Mar 10 18:46:35 Maybe here? https://github.com/openwebos/core-apps/blob/995429e729f72c38f4f49771d58b3ff5f021f36b/com.palm.app.calendar/libs/DataHub.js Mar 10 18:47:41 Funny thing is that this code doesn't seem to exist in legacy somehow Mar 10 18:49:05 But I more had the issue it couldn't load the various frameworks, or that is solved now? Mar 10 18:49:46 should be solved with getResource Mar 10 18:50:00 Ah OK Mar 10 18:55:44 my feeling is that index.html somehow triggers the load of calendar.html, and the switch clears off any initialization done before. Which makes sense, of course. Mar 10 18:58:45 https://github.com/webOS-ports/core-apps/blob/webOS-ports/master/com.palm.app.calendar/app/App.js#L367 here Mar 10 19:03:37 oooh wait a bit, I forgot the "launchAtBoot" param Mar 10 19:03:44 launchedAtBoot Mar 10 19:04:00 let me fix that in bootd Mar 10 19:13:51 It changes the behavior of the hidden window for sure Mar 10 19:14:10 which now dissapears... Mar 10 19:25:42 Tofe: Seems we're getting there step by step :) Mar 10 20:07:07 https://github.com/webOS-ports/bootd/pull/5 speaking of which, maybe having this in bootd isn't the perfect approach, as the apps won't be restarted if they fail **** ENDING LOGGING AT Fri Mar 11 02:59:56 2022