**** BEGIN LOGGING AT Wed Jan 08 02:59:59 2014 Jan 08 04:10:15 * DougReeder waves hello Jan 08 04:11:05 I have the Emulator running, but I'm not sure it's working as expected - no preinstalled app runs usefully, and installs always fail. How do I run the automated tests? Jan 08 04:41:33 Okay, I can set the wallpaper. Is any other user task that works? Jan 08 04:42:42 In the Testr app audio doesn't sound (but is it supposed to in the Emulator?) Jan 08 04:43:16 ...and the windowing test fails. Jan 08 04:50:56 GMail is usable, but Wikipedia goes off the page and is not scrollable. Jan 08 04:51:51 Can't log to Twitter, because clicking on the Password field doesn't set the keyboard focus. Jan 08 05:25:05 i will test Jan 08 05:25:07 on Jan 08 05:25:10 my Gnex Jan 08 05:25:15 later Jan 08 05:26:23 I understand ther's a lot of work still to be done, I just can't tell if my installation is bad, or none of this is actually supposed to work yet. Jan 08 05:27:30 which version does you install? Jan 08 05:27:47 The latest as of yesterday. Jan 08 05:28:09 010? wo the wip? Jan 08 05:29:09 I'm not sure what you're referring to. Jan 08 05:30:00 The file that was "webos-ports-dev-emulator-qemux86.zip" yesterday. Jan 08 05:30:39 There was a webos-ports-dev-emulator-qemux86-20140104100721-010-151.zip that I didn't install. Jan 08 05:31:09 Is there a "recent stable" version? Jan 08 05:33:06 stable version is alpha 2 Jan 08 05:33:12 i think Jan 08 05:36:44 Ah. Jan 08 05:36:44 I could certainly go back and install that, but then it's not clear how to test any changes I make to be sure they're harmonized with other's work. Jan 08 05:36:44 Is there an automated test suite that runs in the Emulato r environment? Jan 08 05:37:56 When I attempt to install any ipk, I get the error { "ticket":1 , "status":"FAILED_INTERNAL_ERROR" } Jan 08 05:37:56 { "ticket":1 , "status":"FAILED_IPKG_INSTALL" } Jan 08 05:38:21 Is there an app I should be able to instal without error? Jan 08 06:42:21 DougReeder: Indeed a lot of work is still to be done, this is due to the complete rewrite of LunaSysMgr known as Luna Next Jan 08 06:42:37 Lots has been done already, but there are quite some bugs still Jan 08 06:42:52 The browser one I noticed as well some time ago Jan 08 06:43:19 IPK install doesn't work yet I think, not sure, morphis/Garfonso/Tofe can say more about that I think Jan 08 06:44:42 Hm Jan 08 06:45:03 Ipk install should work. Jan 08 06:45:33 Ahhh... You have to create a directory. Jan 08 06:54:47 I think it was /media/cryptofs/var/cache/opkg Jan 08 07:13:46 DougReeder: alpha 2 is not stable and should not be used anymore. It's not with luna-next. Currently it is best to install the latest image as often as possible. Jan 08 07:15:25 you could check http://issues.webos-ports.org for your issues, for example the scrolling issue is there and still open: http://issues.webos-ports.org/issues/441#note-1 Jan 08 07:17:48 DougReeder: it is true, many of the basic things don't yet work out. Please don't be disappointed. ;) I don't think your installation is broken. Jan 08 07:19:02 DougReeder: ah, one more thing... I recognized that the keyboard won't change focus, too. What helped me was to go into card view and reactivate the card. Then it did change focus. Maybe we should fill a bug for that. Jan 08 07:19:21 hope you read all that stuff. ;) Jan 08 08:10:46 i just buy a gnex and will test the latest rom later Jan 08 10:50:50 morning Jan 08 11:22:20 morphis: morning Jan 08 11:22:59 morphis: have you seen some qt5 errors with private headers being in wrong directory? e.g. app.browser is failing with Jan 08 11:23:02 | /OE/build/wpb/webos-ports/tmp-eglibc/work/i586-webos-linux/org.webosports.app.browser/0.1.0+gitrAUTOINC+7a147f5a8a-r0/git/src/BrowserApplication.h:39:40: fatal error: qpa/qwindowsysteminterface.h: No such file or directory Jan 08 11:23:23 because qpa/qwindowsysteminterface.h is now in /usr/include/QtGui/5.2.0/QtGui/qpa/qwindowsysteminterface.h Jan 08 11:23:46 double QtGui looks weird and cmake doesn't add it to include paths Jan 08 11:49:47 JaMa: yes I saw some Jan 08 11:50:32 see https://github.com/webOS-ports/meta-webos-ports/blob/master/recipes-qt/snowshoe/snowshoe_git.bb#L20 for example Jan 08 11:52:27 morphis: that's something else, sorry there is qt5 after /usr/include/ Jan 08 11:53:02 tmp-eglibc/sysroots/qemux86/usr/include/qt5/QtGui/5.2.0/QtGui/qpa/qwindowsysteminterface.h Jan 08 11:53:55 but Qt5Gui_PRIVATE_INCLUDE_DIRS expands only to tmp-eglibc/sysroots/qemux86/usr/include/qt5/QtGui/5.2.0 (without 2nd QtGui) Jan 08 11:54:08 so include "qpa/qwindowsysteminterface.h" fails Jan 08 11:54:35 for which component do you get these errors? Jan 08 11:57:44 22:26:20 <+JaMa> /OE/build/wpb/webos-ports/meta-webos-ports/recipes-webos/webapp-launcher/webapp-launcher.bb, do_compile Jan 08 11:57:47 22:26:20 <+JaMa> /OE/build/wpb/webos-ports/meta-webos-ports/recipes-webos/apps/org.webosports.app.browser.bb, do_compile Jan 08 11:57:50 both similar problem Jan 08 11:59:24 with your qt 5.2 changes? Jan 08 11:59:43 looks like the cmake rules are giving back wrong results Jan 08 11:59:54 you remember the cmake patch I did once ago? Jan 08 12:00:57 yes with 5.2. and I remember the one with external-hosts-bin for cmake Jan 08 12:01:12 was there something else I've forgot? Jan 08 12:20:30 JaMa: yes, that was the one Jan 08 12:20:39 maybe with 5.2 we have to fix some other variables too Jan 08 12:37:02 yes, I was just asking if it's familiar to you, I'll debug and fix it Jan 08 12:38:53 JaMa: it really looks like its a cmake problem as the Qt5Gui_PRIVATE_INCLUDE_DIRS variable is setup by the cmake rules Jan 08 13:17:45 could not boot on Gnex the latest 010 Jan 08 13:18:04 any one have this issue?? Jan 08 13:25:24 hrt: yes, thats a known issue Jan 08 13:25:33 try some times and it will work Jan 08 13:34:10 hrt: I am already trying to find a solution for this Jan 08 20:01:49 ka6sox: ping :) Jan 08 20:38:33 Garfonso: ping Jan 08 20:46:49 morphis: Any list of graphics I should ask the guy to work on? Jan 08 20:47:37 Herrie: thats a really hard question for me Jan 08 20:47:49 graphics is really the part I don't have a good overview over Jan 08 20:48:03 I can just say: some concept graphics for a phone app would be really nice Jan 08 20:49:12 Ah ok, but we still need graphics for standard apps as well? Jan 08 20:49:20 Like app icons etc Jan 08 20:49:37 for example Jan 08 20:49:38 And quite some bits for Luna Next, just I'm not sure what you have on your list to work on next etc Jan 08 20:49:53 I think I'll ask Roshan to work on the phone app after done with PDF app Jan 08 20:50:01 Roshan seems to be good with Enyo :) Jan 08 20:50:10 Or I can ask Jan Thiemen who created the filemanager Jan 08 20:50:17 He seems to know what he's doing too :) Jan 08 20:51:42 sounds good Jan 08 20:52:08 on my list are things like application lifecycle or system update Jan 08 20:54:33 OK, but we don't need anything for Luna Next in short term? Jan 08 20:55:26 depends if we switch to the TP UI style Jan 08 20:55:31 Or that's more for Tofe? Jan 08 20:56:17 I don't know if the graphics in luna-sysmgr are good enough to scale in different resolutions Jan 08 20:57:10 BAsed on http://webos-ports.org/wiki/Graphics_Work I would say we'd want 4x of current luna-sysmgr resolutions Jan 08 20:57:16 For each image Jan 08 20:57:34 Appstache and Isandunk created quite a few, but tons need recreating still Jan 08 20:58:48 yeah but we should not waste time with graphics we don't need anymore Jan 08 20:59:09 I guess it would help if I pull all the luna-sysmgr for Open and put the 1x version on the graphics page, so we know what we're talking about? Jan 08 20:59:26 right Jan 08 20:59:30 Then we can say which ones are needed and which ones not, so we can ask the graphics guys to start working on them Jan 08 20:59:39 Currently the wiki only has the name which isn't very helpful Jan 08 21:01:58 Will try to see if I have some time for this in the next days Jan 08 21:08:09 Herrie: my thoughts exactly. Jan 08 21:08:51 HaDAk: When you have time on your hands, you're welcome to help :P Jan 08 21:09:11 Morphis: We want to link to OWO GitHub for original files or re-upload on Ports? Jan 08 21:09:13 Herrie: i always do…when i have time Jan 08 21:13:13 Herrie: link them Jan 08 21:47:46 OK, just hope LG won't delete/move them ;) Jan 08 21:47:54 But that's a worry for another time then ;) Jan 08 21:54:51 morphis: pong Jan 08 22:33:35 hello Jan 08 22:35:52 I was wondering if i could help yall out in any way... Ive been learning Javascript but I dunno where or if im any help :) Jan 08 22:36:02 since im still learning\ Jan 08 22:37:40 I was also wondering if I could help brand alpha 3 like with a new name or something and help create a consumer site for the alpha 3 that's more user friendly than the wiki Jan 08 22:38:02 since Webos-Ports-Open-Webos is a long confusing name... Jan 08 22:38:35 and I could help publicize the alpha 3 some Jan 08 22:39:30 and i could help organize a contest for a new name Jan 08 22:50:30 hello Jan 09 00:05:00 which one can boot on Gnex successfully??? Jan 09 00:05:24 i just get a Gnex and i want to try it Jan 09 00:05:36 the 010 can not boot on my Gnex Jan 09 00:15:22 railbear007_: there is already a name chosen for alpha 3. thanks for thinking of ways to get the community more engaged. Jan 09 00:15:41 (the name is to be released at the same time as the code) Jan 09 02:05:01 adb sideload webos-ports-package-maguro.zip Jan 09 02:05:02 on android 4.3 with recovery 6.0.4.3 ,nothing in the data dirctory Jan 09 02:05:26 anything wrong? Jan 09 02:05:43 i scussfully boot the alpha2 image **** ENDING LOGGING AT Thu Jan 09 02:59:58 2014