**** BEGIN LOGGING AT Tue Sep 01 02:59:58 2015 Sep 01 05:22:33 Herrie|2: Pong Sep 01 05:23:17 Herrie|2: media permission system is build to be compatible with what legacy did. So old docs should explain how to get permission. If not we have a bug. ;) Sep 01 05:42:25 Garfonso OK Sep 01 07:45:14 morning, Sep 01 07:48:52 Morning! Sep 01 08:09:55 Tofe: Found any clues for the icons already? Sep 01 08:30:13 not yet, but it's about the way we build the icon path, for sure Sep 01 08:30:21 like getIcon() Sep 01 08:33:23 Herrie|Veer: do you have a more updated journal about LunaAppManager failure, with the fixed code from luna-sysmgr-common? Sep 01 08:33:40 I'm at wiork, I can just look at the code, nothing more Sep 01 08:40:08 Herrie|Veer: I think I see were the issue is Sep 01 08:45:39 Tofe: Ehm not yet... Sep 01 08:45:49 Also limited a bit without working adb here :P Sep 01 08:52:19 :) Sep 01 08:56:29 Herrie|Veer: it will looks like this PR: https://github.com/webOS-ports/luna-appmanager/pull/8 Sep 01 08:56:54 But I can't garantee yet that this will build or work Sep 01 09:28:51 Let's try and see :) Sep 01 09:30:07 Oh, you like taking risks! Sep 01 09:30:28 Oh well worst case a build fails :P Sep 01 09:30:40 We have no working icons so it cannot get much worse right :P Sep 01 09:37:23 Herrie|Veer: well, I could make LunaAppManager crash ;) Sep 01 09:44:05 LOL true :P Sep 01 12:17:33 Tofe: Seems to do the trick Sep 01 12:17:46 Installed the new ipk, rebooted and all OK now icon wise Sep 01 12:17:53 I did find another small bug though Sep 01 12:18:15 It seems it "remembers" previous boots banner messages when LNC is started. Sep 01 12:18:41 I.e. I got the previous banners I tested with Testr + email sync start + sync completed on each reboot. Sep 01 12:47:26 yes, I saw that too, it's our notification system, it remembers the notifications until they are dismissed, and I guess that the banner messages interfere in some cases Sep 01 12:48:49 Tofe: Yeah banners should just disappear from memory :P Sep 01 12:49:10 But the fix works so that's at least good news :) Sep 01 12:49:36 Needed to wget it via wifi and use fingerterm to opkg install but well :P Sep 01 12:50:49 :) Sep 01 12:51:11 Glad that my eyes-closed-patch worked Sep 01 12:52:22 Seems we're gonna need something similar for the splash icons Sep 01 12:52:30 (when the app is loading) Sep 01 12:52:37 Those are still missing it seems Sep 01 13:06:46 Herrie|Veer: did it work before? Sep 01 13:07:01 Tofe: It did before your refactoring, quite sure :P Sep 01 13:07:06 ok Sep 01 13:07:23 Looks like we might need to check the splash background and miniicon as well Sep 01 13:07:47 Yes, would make sense to check it Sep 01 13:27:37 I guess you'll take care of that :P ? Sep 01 13:30:44 well, what is miniicon used for? Sep 01 13:31:30 I'm not sure :P Sep 01 13:31:34 Let me find that out Sep 01 13:32:10 For notifications :P Sep 01 13:32:46 So I guess we need to fix our code for that too :P First look for miniicon, if not available use appicon if no appicon use the default icon? Sep 01 13:33:30 something like that yes. I don't know yet where to store that, but one thing at a time Sep 01 13:34:08 Yup :P Sep 01 13:34:33 Well we take the app icon now for banner/dashboards which is appearantly not correct :P Sep 01 13:34:38 Just learned that now :P Sep 01 17:30:29 Tofe: For the missing splash: Sep 01 13:10:10 mako luna-next[1455]: WARNING: 13:10:10.711: file:///usr/palm/luna-next/shells/card/qml/CardView/CardWindowSplash.qml:53:5: QML Image: Cannot open: qrc:///qml/images/default-app-icon.png Sep 01 17:32:08 ah, yes, that's a good lead Sep 01 17:35:28 https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/CardView/CardWindowSplash.qml#L56 Sep 01 17:35:43 So seems appIcon is not defined/passed ;) Sep 01 17:36:19 No no, it's the contrary Sep 01 17:36:28 it *is* passed, but the value is wrong Sep 01 17:36:32 Ah ;) Sep 01 17:36:38 Well that could also be ;) Sep 01 17:37:16 https://github.com/webOS-ports/luna-webappmanager/blob/master/src/applicationdescription.cpp#L113 Sep 01 17:38:24 So there are two issues here: 1) the icon value isn't found, and 2) the default value is wrong Sep 01 17:39:10 Tofe: yeah the fallback also doesn't work ;) Sep 01 17:48:40 ok. The icon is "icon.png". So in getIcon, it will prefix it and we'll get "file://icon.png", which is not a good idea here. Sep 01 17:50:46 Tofe: This is a good reference for the 3.x appinfo.json: http://webos101.com/Appinfo.json Sep 01 17:53:05 I think this comes from some of the actual webOS devs at HP/LG ;) Sep 01 17:56:19 This is the TV one: http://developer.lge.com/webOSTV/develop/web-app/app-developer-guide/app-metadata/ Sep 01 17:56:29 But I think for us the webos101 is better as reference Sep 01 18:04:24 Herrie|2: this https://github.com/webOS-ports/luna-appmanager/pull/9 will solve point 1) Sep 01 18:14:35 I'll crush this persistent banner thing that comes back after each reboot, it's just really annoying Sep 01 18:15:25 Yup LOL Sep 01 18:27:09 https://github.com/webOS-ports/luna-next-cardshell/pull/233 should do it. Sep 02 02:02:22 Tofe, thanks for working on the persistent banners. **** ENDING LOGGING AT Wed Sep 02 02:59:58 2015