**** BEGIN LOGGING AT Tue Dec 30 02:59:58 2014 Dec 30 11:41:10 Morning! Dec 30 12:50:05 Tofe: mrning! Dec 30 12:50:19 morphis: morning! Dec 30 12:54:37 Tofe: you came forward with the dashboard? Dec 30 12:54:56 Tofe, Herrie: http://files.gravedo.de/test.mp4 Dec 30 12:55:30 morphis: nice ! Dec 30 12:55:49 morphis: no, not really, christmas was more busy than I thought Dec 30 12:57:55 Tofe: hehe :) Dec 30 12:58:39 Tofe: yeah, only a constant frame rate is missing Dec 30 12:59:03 that's maybe just an encoding option Dec 30 12:59:24 no Dec 30 12:59:35 the compositor need to give us frames at a constant rate Dec 30 12:59:43 otherwise you have interrupts in the video Dec 30 12:59:49 ah and we don't do on the fly encoding Dec 30 13:00:04 oh ok, I understand Dec 30 13:00:46 right now we get frames at not constant rate Dec 30 13:00:54 makes it very hard to pick a proper framerate for the video Dec 30 13:00:59 to have a smooth flow Dec 30 13:01:56 can't we associate a duration for each frame? Dec 30 13:02:27 I'm a video nooby, maybe that's just not how it works Dec 30 13:04:57 morphis: in the meantime, a way to work around this is to activate the framerate counter on the screen Dec 30 13:05:09 it will force sync at a nearly constant rate Dec 30 13:05:44 Hello. Can anyone tell me why I'm getting the error in my post here: http://forum.xda-developers.com/showpost.php?p=57838149&postcount=6 ? Dec 30 13:18:29 Shiggitay|i7: i'm confused, what are you trying to run novacomd on ? Dec 30 13:47:44 EricBlade, my desktop Dec 30 13:48:11 I'm simply trying to get my TouchPad talking to my comp over USB Dec 30 14:00:30 Shiggitay|i7: I think that is due to the novacom driver missing in the kernel you're using on the TP Dec 30 14:02:15 Tofe: no fps counter will not help Dec 30 14:02:25 the screencast works from the client side Dec 30 14:02:43 we request a frame and that needs to be limited to a constant rate Dec 30 14:03:12 and if nothing changed we need to record the same frame again Dec 30 14:17:55 Shiggitay|i7: hmm. i've never used the webOS tools from Linux before, no idea. is the touchpad running webOS right now? Dec 30 14:23:46 https://twitter.com/jonoberheide/status/547831515628199936/photo/1 Dec 30 14:35:11 just ran across a killer deal on printer paper .. $25 for a case, with a $24 rebate.. if anyone wants it and has a Staples nearby.. print this .. https://www.dropbox.com/s/pwqwejuqymcdyl9/staples-box-paper-1dollar.PNG?dl=0 Dec 30 14:58:44 Herrie: pushed and builds triggered Dec 30 15:04:16 morphis: i'm trying to add https://github.com/w3c/tidy-html5 into oe. what i need to do to include its headers from other projects and link to library? Dec 30 15:06:12 nizovn: you have a recipe already? Dec 30 15:06:25 only draft Dec 30 15:06:42 builds using gmake Dec 30 15:07:05 aka gnu make? Dec 30 15:07:12 yes Dec 30 15:07:19 can you paste what you have as recipe? Dec 30 15:07:29 there some problem with libtool Dec 30 15:10:30 nizovn: sounds like you have to patch the lib to work propably in OE Dec 30 15:11:22 https://bpaste.net/show/278a99cfce9b !!!warning please pay no attention to it, designed only to get it build :) Dec 30 15:12:16 ah it won't work - i also modified makefile Dec 30 15:12:58 morphis: so i should move it to cmake? Dec 30 15:13:52 you can change do_compile to Dec 30 15:14:11 oe_runmake -C build/gmake Dec 30 15:14:35 nizovn: and what doesn't work with the recipe? Dec 30 15:14:58 how i can link to library? Dec 30 15:16:12 ah i also removed https://github.com/w3c/tidy-html5/blob/master/build/gmake/Makefile#L55 and #L56 Dec 30 15:16:24 you mean you're application or libtidy to another lib? Dec 30 15:16:50 application to libtidy Dec 30 15:17:26 so libtidy is correctly installed and packaged? Dec 30 15:18:02 ah one thing: Dec 30 15:18:08 packaged yes, but don't know the path to install Dec 30 15:18:10 Building the tidy command-line tool -> that is what you did in the recipe Dec 30 15:18:22 shouldn't you do "Building the libtidy shared library" instead? Dec 30 15:18:30 see https://github.com/w3c/tidy-html5/blob/master/README.md Dec 30 15:18:46 that seems to use autoconf Dec 30 15:19:15 oops, you are right Dec 30 15:19:54 i tried autoconf first, but there were problem with libtool Dec 30 15:20:02 with that it installs the lib to ${libdir} and headers to ${includedir}/tidy Dec 30 15:20:08 which one? Dec 30 15:20:12 maybe JaMa can help also Dec 30 15:21:37 configure.in:84: error: possibly undefined macro: AC_PROG_LIBTOOL Dec 30 15:21:37 If this token and others are legitimate, please use m4_pattern_allow. Dec 30 15:22:50 looks like tidy is too old Dec 30 15:23:59 morphis: Sorry to be a pain, but could you revert settings back to 4663f5f6c4ec3a3be0543572a7626e7dd2945e51 to revert the 2.5.1 update? I cannot seem to get it done here :S Dec 30 15:25:12 full log: https://bpaste.net/show/6a34a0afca67 Dec 30 15:46:17 morphis: using make the library also builds, just checked, so it's not a problem. Dec 30 19:05:32 nizovn: ok Dec 30 19:09:43 Herrie: done Dec 30 19:19:22 morphis: thnx Dec 30 19:21:15 morphis: do you have a favorite dashboard card for tests ? Dec 30 19:23:07 Tofe: yeah, you can trigger them Dec 30 19:23:42 see https://github.com/webOS-ports/luna-sysmgr/blob/webOS-ports/master/Src/base/SystemService.cpp#L3118 Dec 30 19:24:09 ok thx Dec 30 19:24:12 and see https://github.com/webOS-ports/luna-systemui/blob/master/data/SystemManagerService.js#L52 Dec 30 19:24:27 uiAlertsMethods are the ones you trigger with publishToSystemUI Dec 30 19:24:45 ala event: "showAppNotification", ... Dec 30 19:25:00 then see handleShowAppNotification for the additional arguments Dec 30 19:27:40 ok Dec 30 19:33:26 oh, it doesn't even create a window Dec 30 20:06:32 morphis: saw my q in the other channel? Dec 30 20:17:04 Herrie: it should be started with --verbose by default Dec 30 20:23:05 Tofe: it is ready: https://github.com/webOS-ports/luna-next/pull/93 Dec 30 20:23:26 Ah ok didn't know that Dec 30 20:23:26 Will try a bit then :) Dec 30 20:27:22 Herrie: check with: ps axu | grep LunaWebAppManager Dec 30 20:27:34 otherwise edit /lib/systemd/system/LunaWebAppManager.service and reboot Dec 30 20:59:56 Tofe: https://github.com/webOS-ports/luna-next-cardshell/pull/158 Dec 30 21:22:29 morphis: Yeah it shows --verbose :D Dec 30 21:23:55 Herrie: good Dec 30 21:25:19 morphis/Tofe: These are the relevant bits when launching Memo's app, tapping title and trying to enter a character. It then hides the KB, need to tap Input field again, VKB shows up again etc Dec 30 21:25:19 http://pastebin.com/nLSbeNnn Dec 30 21:29:19 Herrie: let me look Dec 30 21:29:25 Dec 30 21:22:39 mako LunaWebAppManager[1465]: WARNING: 21:22:39.531: qrc:///qml/ApplicationContainer.qml:73: TypeError: Cannot read property 'height' of null Dec 30 21:29:32 EricBlade: ^^ that is what you saw, right? Dec 30 21:30:10 Herrie: nothing relevant in the log Dec 30 21:31:32 Hmmz.... Any other suggestions how to debug? Dec 30 21:31:55 morphis: You want me to take care of the updated images for: https://github.com/webOS-ports/luna-next-cardshell/tree/master/qml/images/statusbar that Benjamin created? Dec 30 21:33:38 Herrie: that would be nice Dec 30 21:33:44 Herrie: you can try one other thing Dec 30 21:33:54 systemctl stop LunaWebAppManager Dec 30 21:34:05 WAYLAND_DEBUG=1 LunaWebAppManager --verbose Dec 30 21:34:16 then repeat the steps from above Dec 30 21:34:18 and save the log Dec 30 21:56:18 morphis: isn't it WAYLAND_DEBUG=client ? Dec 30 21:57:25 Tofe: afaik =1 enables both, server and client Dec 30 21:57:39 morphis: for Herrie's log, unfortunately, I think that the issue happens between lines 54-70, not the height qml error Dec 30 21:58:11 (which, still, should need some love) Dec 30 21:58:20 morphis: ok, didn't know that Dec 30 22:31:05 Tofe: any more changes for the cardshell for the release? Dec 30 22:46:47 morphis: This sufficient or you need more? http://pastebin.com/69ZUPwrp Dec 30 22:46:55 OK will take care of the images Dec 30 22:47:58 Herrie: thanks, will have a look Dec 30 22:51:58 Herrie: triggered a set of new testing builds Dec 30 22:52:07 which will include recording and WAN status rework Dec 30 23:55:21 morphis: https://github.com/webOS-ports/luna-next-cardshell/pull/159 Dec 30 23:56:35 Which RSSI ones we need? Just 0, 1, 2, 3 and 4 I guess. We can manually pre-fix it with 3G right with the images we have already Dec 30 23:58:22 I mean we need these probably: http://webos-ports.org/images/b/bb/Status-rssi-0.png, http://webos-ports.org/images/4/41/Status-rssi-1.png, http://webos-ports.org/images/7/7c/Status-rssi-2.png, http://webos-ports.org/images/c/cb/Status-rssi-3.png, http://webos-ports.org/images/9/9c/Status-rssi-4.png, http://webos-ports.org/images/3/36/Status-rssi-5.png Dec 30 23:58:30 Stuff like http://webos-ports.org/images/1/1d/Status-rssi-3G-5.png we wouldn't need I think? Dec 31 00:19:24 Herrie: right, for the rssi ones we only need those numbered Dec 31 00:19:28 rssi-0.png ... Dec 31 00:19:32 Tofe: luna-send -n 1 luna://com.palm.systemmanager/publishToSystemUI '{"event":"subscribeToBackupStatus","message":{"returnValue":true,"notify":true}}' Dec 31 02:42:13 EricBlade, yes. sorry.. been afk asleep etc **** ENDING LOGGING AT Wed Dec 31 02:59:58 2014