**** BEGIN LOGGING AT Mon Oct 09 03:00:01 2017 Oct 09 05:38:23 DougReeder: It might be related to the issues with the sensors we have Oct 09 05:38:28 I think camera also uses some Oct 09 05:38:36 I.e. that causes rotation not to work for example Oct 09 07:00:55 Herrie: yes, camera is tightly related to sensors Oct 09 07:01:24 to the point that the android camera driver crashes (and is restarted, hopefully) when no sensor is found Oct 09 07:18:27 Tofe: I could take pictures on my N5 last week or was it Touchpad, don't remember really Oct 09 07:19:45 Herrie|Pre3: nothing really changed from last week, apart a little fix for mako Oct 09 07:20:19 Tofe: Anyway it's a bit weird that sensors are OK on TP and not on Mako & N5 isn't it? Oct 09 07:20:20 However, once the sensors are correctly initialized it takes a cold reboot to reproduce the sensor issue Oct 09 07:20:52 I would expect startup order to be the same for all targets :P Oct 09 07:21:05 Herrie|Pre3: it could just be that the sensors are initialized in a different manner on TP's android Oct 09 07:21:40 qcom.sensor is vendor dependant, after all Oct 09 07:22:41 Ah ok that might explain Oct 09 07:22:53 Seeing both N4 & N5 are LG and TP is HP Oct 09 14:14:59 Tofe: I've been looking at the new LuneOS style bits and figured out why we had some issues with the inputs probably. The legacy webOS bits were made for light backgrounds, we're using dark backgrounds for Onyx and QML apps it seems Oct 09 14:15:23 Might be good to have 2 options. I.e. a light & dark. Any thoughts on how to accomplish this is the style? Oct 09 14:15:43 With CSS you can use classes, not sure what options we have for QML? Oct 09 14:21:32 Herrie|Pre3: We can can theme the theme; there's something like that in the Material theme example iirc Oct 09 14:22:06 For instance: https://doc.qt.io/qt-5/qtquickcontrols2-material.html#material-accent-attached-prop Oct 09 14:22:55 sorry, this one is a better example : https://doc.qt.io/qt-5/qtquickcontrols2-material.html#material-theme-attached-prop Oct 09 14:23:35 However we'll have to take that into account in each of our theme elements Oct 09 14:25:30 Tofe: OK Oct 09 14:25:49 Just I noticed this and also the discussion and comments a while back about dark & light theme Oct 09 14:26:02 What Benjamin also mentioned on mailing list for example Oct 09 14:27:48 Herrie|Pre3: It can be a bit of work, as it means we have to build an additional layer of abstraction for the values of the colors (i.e. not hard-code them in the elements, but use indirect properties) Oct 09 14:28:21 We'd also have to check if the images still match Oct 09 14:28:38 Tofe: Yup Oct 09 14:58:42 Tofe: We probably need 2 versions then for the images in most cases Oct 09 14:59:49 probably Oct 09 16:06:01 Herrie: nice to hear it works on TP, but it doesn't work for me with qupzilla, i think that's because of armhf requirement or old glibc Oct 09 19:20:04 nizovn: You might want to try Flash first Oct 09 19:20:11 It seems less sensitive Oct 09 19:20:15 SInce it's less hooked up it seems Oct 09 19:27:32 I noticed that in LuneOS I could take Flash from latest ChomeOS build and it would work, while WideVine didn't Oct 09 19:28:02 You might also want to make sure plugins are enabled Oct 09 19:28:29 There are some funny bits: m_pluginsEnabled = settings.value("EnablePlugins", !mApp->isPortable()).toBool(); Oct 09 19:28:44 In src/lib/plugins/plugins.cpp for example Oct 09 19:30:13 Not sure if you build as portable or not ? Oct 09 19:38:06 yes, portable Oct 09 19:38:33 i think m_pluginsEnabled is for "other" plugins Oct 09 19:40:06 Herrie|Laptop: i've tried flash, it's detected, but doesn't render anything Oct 09 19:43:32 nizovn: Well on LuneOS it also doesn't render anything on the Adobe test page, but it shows the correct version number Oct 09 19:43:38 On other sites it worked for me Oct 09 19:44:18 hm, let me try Oct 09 19:44:20 You could try http://ultrasounds.com/ Oct 09 19:44:37 You should get some Ultrasounds in grey/blue on top Oct 09 19:46:59 This one will have a Video Playback in Flash: http://www.dhs.state.il.us/accessibility/tests/flash/video.html Oct 09 19:48:51 nope, i get [8081:8081:1009/225007.621580:ERROR:ppapi_thread.cc(301)] Failed to load Pepper module from ./libpepflashplayer.so (error: ./libpepflashplayer.so: internal error) Oct 09 19:53:12 I need to test more at my end Oct 09 19:53:19 See if those work Oct 09 20:54:02 Tofe: Seems there are some interesting commits in upstream qtwayland Oct 09 20:54:11 Trying a build with a slight bump Oct 09 20:54:16 Might solve some of the issue we have Oct 09 20:57:01 Stuff like https://github.com/qt/qtwayland/commit/3e745ea053e42ba087438203df3bd76b30a08eb2 Oct 09 20:57:13 https://github.com/qt/qtwayland/commit/3f400e31fecd1c0436ad17d1be1dae7745c6a4f5 Oct 09 20:57:29 https://github.com/qt/qtwayland/commit/3cb09edd71745edda4bbe8de3a6d7ad8e4ea5f58 Oct 09 20:58:04 https://github.com/qt/qtwayland/commit/9a6bf3112168636295cd98fca9137ce03b387eaf Oct 09 20:58:40 Might solve some of the issues we've been seeing with focus and window destruction and restarts of luna-next? **** ENDING LOGGING AT Tue Oct 10 03:00:00 2017