**** BEGIN LOGGING AT Mon Sep 19 02:59:59 2016 Sep 19 04:29:28 DougReeder: I've seen that too. These options are dynamically generated based on what it gets back from pidgin/libpurple. I'll see if I can debug it a bit. Could be it either provides a wrong config option or our validator doesn't deal with it properly. Sep 19 04:30:56 On your JustType bug with the background: This is an Enyo 1 app and it's probably something with the vflexbox css from what I could tell using the inspector. Sep 19 04:33:14 It could be it's something that got dropped in QtWebEngine Sep 19 04:33:19 Let me try on an image with QtWebkit Sep 19 04:33:49 It was broken there too already Sep 19 05:39:05 DougReeder: The options come from https://github.com/webOS-ports/imaccountvalidator/blob/d3f74d0eeee27db01164c8a8e130a73db5589694/src/IMAccountValidatorHandler.cpp#L115 and it seems that it returns the following for Skype: "Sep 19 07:26:13 mako LunaWebAppManager[3176]: WARNING: 07:26:13.605: CONSOLE JS: Herrie getOptions: {"":{"default_value":false,"text":"","type":"bool"},"show-typing-a Sep 19 05:39:05 s-icon":{"default_value":false,"text":"Show 'Typing' status with 'Voice' icon near buddy name.","type":"bool"},"show-typing-as-text":{"default_value":false,"text":"Show 'Typing' status as system message in chat window.","type":"bool"}}" Sep 19 05:39:18 As you can see the first option doesn't have a name :S Sep 19 05:39:59 This would fix it @ Enyo side: https://github.com/webOS-ports/messaging-accounts/commit/337c44d18acce1c76536a9be8d1e5d2308a26693 however I'm not sure that's the place where we should be fixing it. I'll check with Tofe when he's around what he thinks Sep 19 05:41:10 I guess it originates from https://github.com/EionRobb/skype4pidgin/blob/4ece5548beba5019507a32f2e0fb89ca9d584c4f/skypeweb/libskypeweb.c#L722 Sep 19 05:41:19 Which clearly defines it as an empty value :S Sep 19 07:10:28 morning Sep 19 07:43:43 Morning Sep 19 07:43:56 Herrie: the option has an empty label even in pidgin on desktop Sep 19 07:44:10 so the issue definitely comes from the plugin Sep 19 07:47:52 Herrie; https://github.com/EionRobb/skype4pidgin/pull/409 ....... Sep 19 07:50:36 Tofe: OK so it seems it's "required". It's not pretty to show it in UI though. Sep 19 07:52:27 Yes, let's put a lot of quotes around that word :) Sep 19 07:52:35 We can safely filter it out. Sep 19 07:53:45 Tofe: Not 100% sure there... EionRobb seems to know his stuff usually. It could be MS servers are expecting it.... Sep 19 07:53:53 Maybe the developper wants its plugin to look broken. Well. We could also apply the patch corresponding to the PR locally for luneos Sep 19 07:53:55 Might be nicer to not show it in UI Sep 19 08:09:48 And leave back end as is to avoid any possible issues? Sep 19 08:29:28 Let me have a look if I can sort it that way in the validator code. Shouldn't be too hard. Sep 19 08:59:22 ok Sep 19 10:06:18 OK PR is in. This makes it nearly invisible in UI :P Sep 19 10:06:39 It still takes a little space but it shouldn't be bugging user. Sep 19 10:07:14 Not 100% satisfied with the if else solution but it works. I tried applyStyle but that would crash webengine :P Sep 19 10:08:24 Because the content doesn't have a name I guess. But assigning a name also isn't that straightforward so I guess this will do for now. Sep 19 10:09:22 Would need to give each bit it's own unique name which would include something like bool+i or int+i which also isn't very elegant. Sep 19 10:09:30 So I guess this will do for now. Sep 19 10:18:42 yep Sep 19 10:19:11 Just the best I could come up with with my limited CSS knowledge LOL :P Sep 19 10:19:39 It still shows the divider line but well :P Sep 19 10:19:46 At least no full row + box :p Sep 19 10:21:16 Well actually I have something better maybe Sep 19 10:31:12 Updated to a pretier 1-liner :P Sep 19 12:33:46 DougReeder: ping Sep 19 15:47:36 Herrie, ping Sep 19 15:48:51 DougReederPhone: pinged you @github for the Skype empty field. Sep 19 15:49:22 Seems there's a "historical" and "political" reason for it to exist. I have come up with something that would hide it in UI :P Sep 19 15:49:36 Just not sure that would work, but I guess it does, need to test that. Sep 19 15:51:12 Some browsers will omit a element entirely if it initially is display:none Sep 19 15:51:39 So, test it to be sure the parameter is still sent. Sep 19 15:52:36 Assuming that the param is still sent, this is our least bad option Sep 19 15:53:03 DougReederPhone: Yeah the author of the plugin says it's "needed" so prefer to keep it. Sep 19 15:53:20 I can simply check with webinspector to see if it's there right? Sep 19 15:53:30 Yeah Sep 19 15:55:49 Yup I have 3 items there :) Sep 19 15:57:37 I'll verify that we still save the param in the db kind when home. Sep 19 15:57:42 Ok, then, go ahead. Sep 19 16:04:55 Next step is to make some adjustments to Messaging to get things working more properly probably :P Sep 19 17:24:51 ka6sox: Thnx for mailing list stuff Sep 19 17:26:55 Herrie, I knew I needed to just have time to look for it! Sep 19 17:32:23 ka6sox: Time is always the issue with everything :P Sep 19 17:32:34 Any idea when you'll have time to look into the SSH issues? Sep 19 17:36:56 that is a good question...not in the next 2 weeks likely as I'm working out of town. Sep 19 17:38:17 ka6sox: No rush, just wondering :) Everything seem OK we have enough space, just would like to do some small tweakings on the Wiki Sep 19 17:38:53 that is more difficult to get to Sep 19 17:39:10 ka6sox: Yeah... We lost some extensions after the wiki was upgraded/fixed Sep 19 17:39:12 what tweakings do you want as novaldex has access now to help us. Sep 19 17:39:35 Biggest issue is solved but there are a few remaining... Not sure how scout is nowadays with his time Sep 19 17:39:49 DougReederPhone: I checked, only the options that are ticked are saved to the DB kinds, So I guess we're OK to solve it the way we do in the PR Sep 19 17:42:56 Ok Sep 19 17:51:34 Tofe: ping Sep 19 19:33:25 Herrie: pong Sep 19 19:35:21 Tofe: I noticed I'm now using my custom Toggle & Checkbox stuff in multiple places. Would it make sense to move these to LuneOS Components QtQuick Controls Styles? I.e. https://github.com/webOS-ports/luneos-components/tree/master/modules/QtQuick/Controls/Styles/LuneOS / Sep 19 19:35:22 ? Sep 19 19:35:38 I put in some PR for Browser, see if you're happy with it. Sep 19 19:36:04 yes, that could make sense Sep 19 19:37:38 PR looks good Sep 19 19:38:27 Not sure if you want to have those settings in the signal, but since you put the others there decided to put these there too Sep 19 19:38:38 Didn't test on device, but looked OK on desktop Sep 19 19:44:08 ok Sep 19 19:45:07 I'll probably rework some more stuff tomorrow :) Sep 19 21:34:28 nizovn: ping Sep 19 21:43:15 OK I guess I tackled quite some minor issues now with the configurator. We had a number of JSON files which had syntax errors which configurator didn't like. I checked them all now and all pass JSONLINT validation now. This seems to fix issues like service.calendar.reminders[552]: [] [pmlog] LS_SOCK {"ERROR_CODE":32,"ERROR":"Broken pipe","FILE":"transport.c","LINE":1943} GLIB Error Sep 19 21:44:16 https://github.com/webOS-ports/org.webosports.app.tasks/commit/5400f2f4eac6da564759f7491b280791892de087 & https://github.com/webOS-ports/luna-sysmgr/commit/7e483e072d58c0fd971a1a98f840d0ddf8d47dff & https://github.com/webOS-ports/core-apps/commit/cf5f74170768cb5b953755506b5a96e1be3d6b94 &https://github.com/webOS-ports/mediaindexer/commit/a1ffb6796c91c8676216d32036c54108c8cb536c & https://github.com/webOS-ports/db8/commit/0 Sep 19 21:44:37 Might solve some other mystery errors/bugs as well, who knows **** ENDING LOGGING AT Tue Sep 20 02:59:58 2016