**** BEGIN LOGGING AT Sun Jan 10 02:59:59 2016 Jan 10 04:18:25 great job on this... install just finished Jan 10 06:06:03 morning Jan 10 06:06:46 DougReeder: you still around? Jan 10 06:06:51 * DougReeder nods Jan 10 06:07:25 I fixed the dashboard height. I think your Testr code might have been wrong Jan 10 06:07:53 I didn't see height being used like you implemented it anywhere in legacy. Jan 10 06:09:23 It also differed from what I saw was discussed in logs. I've fixed it now in both Testr and Luna-Next-Cardshell so both pixels and GridUnits will work properly Jan 10 06:09:25 For dashboards, the only way you can set the height under webOS is via LunaCE Jan 10 06:10:24 So I could have made a mistake Jan 10 06:12:01 DougReeder: Yeah as per API you need to specify dashHeight, but you specified height and also at the wrong place (probably you'd need to do it this way for the system popup) Jan 10 06:12:43 If you can have a look at my last 2 commits for Testr to see if you're happy with them. I made the pixels and GridUnit also a distinct size Jan 10 06:13:20 Do you have the URLs handy? Jan 10 06:14:52 https://github.com/webOS-ports/org.webosports.app.testr/commit/7ece1e2ffaabf1485965d7d59f8e01ff456fc939 Jan 10 06:15:29 Other commit is just adding some more lines so it would fill the whole dashboard instead of 4-5 lines :P Jan 10 06:17:26 IIRC, the popups require you to set the height using the height property rather than the attributes property. Jan 10 06:17:34 DougReeder: Tofe fixed audio in browser again now and also in QtMultimedia so getting banner sound working will be on my todo list for today :) Jan 10 06:17:49 Have you run the changed version of testr under LunaCE? Jan 10 06:18:36 DougReeder: No I should I guess. Will do that today as well. Jan 10 06:19:04 Please do; compatability with LunaCE is highly desirable. Jan 10 06:19:10 I know it's compatible with the API on wiki though ;) Jan 10 06:19:18 Ah, ok. Jan 10 06:19:30 So if documentation is correct it should be fine. Jan 10 06:19:39 So these changes have been committed? Jan 10 06:20:49 Yup they have been, work fine on LuneOS, available in latest nightly. Will package it up now and test in LunaCE Jan 10 06:21:09 I can probably test that now Jan 10 06:23:39 DougReeder: OK Jan 10 06:25:35 On my N4 running a build from a few nights ago, the 180px dash is taller than standard Jan 10 06:25:55 … but the 32 gridunits one is standard height. Jan 10 06:26:12 Was there an undelying change in the last few days? Jan 10 06:26:58 Yes it was in the latest nightly or the one before ;) Jan 10 06:27:15 ok Jan 10 06:28:47 I think in latest I just added the additional 6th to 20th lines to fill the dash contents, previous one already worked height wise. Jan 10 06:30:21 On my TP running LunaCE, the 180px dahs is taller than default, and the 32 gridunit dash is standard height. Jan 10 06:30:26 …as expected. Jan 10 06:30:47 So, your changes look good and are compatible with LunaCE. Thanks! Jan 10 06:31:04 Yeah because LunaCE doesn't have Grid Units :) Jan 10 06:31:17 Good 1 bug closed, many to go :P Jan 10 06:32:01 elvispre said the Clock app is now more or less workable too so he can soon use LuneOS for his alarm LOL :P Jan 10 06:34:16 Heh, that’s what my old Pres are for. Jan 10 06:38:01 Seems we're slowly getting there. I'll be having a look to see if I can get the legacy calendar app working. I think with all improvements it should behave a lot better. Jan 10 06:38:32 We just need to properly implement the dashboards for the lockscreen but that shouldn't be too hard. Jan 10 06:38:53 And it will need some work UI wise to make it work on non-TP resolutions. Jan 10 06:40:06 Will also see if I can bring some of the standard account templates back from legacy like Google & Yahoo. Seems there are patches to make them work on legacy so need to see if we have the required bits available on LuneOS too. Jan 10 06:43:19 Sorry I haven’t been too active on LuneOS lately - I’ve shaping up Serene Notes. Jan 10 06:44:32 DougReeder: No worries, we've been killing bugs mainly and working on small but important things like notifications, banners, sounds etc ;) Building blocks for working on Messaging & Phone :) Jan 10 06:46:58 * DougReeder nods “And other apps” Jan 10 06:51:09 Hopefully the upgrade to Qt 5.6 will fix the device hanging after a while since Qt reworked their who dbus stuff :) Jan 10 06:51:22 That would be a major leap forward :) Jan 10 06:51:35 That would be very nice - the hangs are really annoying. Jan 10 07:30:07 DougReeder: Tofe more or less traced it back to the same error the guys at Qt had so we have good hopes it will be sorted once we move to Qt 5.6 which is scheduled for release later this month :) Jan 10 09:47:12 Morning! Jan 10 09:47:27 * Tofe reads backlog... Jan 10 09:51:58 ... done. Jan 10 09:54:13 Tofe: morning Jan 10 10:05:39 Herrie|Veer: looks like Enyo spends a lot of time in enyo.scroll Jan 10 10:07:48 however I can't find who calls enyo.kind.scroll Jan 10 10:13:15 Tofe: OK Jan 10 10:13:28 Tofe: the setRedirects puzzled me as well Jan 10 10:13:39 I couldn't really find much reference, even in legacy doctor Jan 10 10:13:45 Though it does get dealt with somehow Jan 10 10:13:57 Does it actually work in legacy? Jan 10 10:14:15 We could try to put a breakpoint with WebInspector in legacy Jan 10 10:14:50 Tofe: It worked with QtWebKit quite sure Jan 10 10:14:57 It's probably just hidden somewhere Jan 10 10:24:54 I'll check my logs sure I have it somewhere. Tofe: scroll issue from which app? Jan 10 10:25:27 justtype Jan 10 10:25:38 It's where all the cpu goes Jan 10 10:25:53 endless enyo scroll animation Jan 10 10:26:16 https://github.com/webOS-ports/enyo-1.0/blob/master/framework/source/base/scroller/ScrollStrategy.js#L141 Jan 10 10:36:49 Tofe according to the comments it's probably called from Scroller and not from code itself Jan 10 10:36:54 So you should be looking for scroller Jan 10 10:37:14 There is 1 reference in HomeView.js and 7 in MainView.js Jan 10 10:37:46 https://github.com/webOS-ports/luna-applauncher/blob/webOS-ports/master/app/HomeView.js#L32 Jan 10 10:38:36 https://github.com/webOS-ports/luna-applauncher/blob/webOS-ports/master/app/MainView.js#L33 Jan 10 10:41:31 Tofe: Out of interest, how did you establish where the cpu is going? You have a profiler somewhere? Jan 10 10:41:48 Tofe: https://github.com/webOS-ports/enyo-1.0/blob/master/framework/source/base/scroller/BasicScroller.js#L166 Jan 10 10:42:00 This might have been fixed now in QtWebEngine? Jan 10 10:49:38 Chromium's profiler ues Jan 10 10:49:41 yes Jan 10 10:56:52 Herrie|Laptop: not sure exactly how the scroll works in Enyo... But there's definitely an event loop. Jan 10 11:09:28 Tofe: https://github.com/webOS-ports/enyo-1.0/blob/master/framework/source/palm/controls/BasicWebView.js#L259 Jan 10 11:09:44 That's how it ends up in BrowserAdapter eventually I guess Jan 10 11:14:36 All the other methods end up in BrowserAdapter Jan 10 11:17:28 oh, well found! Jan 10 11:18:44 https://github.com/webOS-ports/enyo-1.0/blob/master/framework/source/palm/controls/BasicWebView.js#L44 ? Jan 10 11:20:07 It's a bit magic it seems... Seems to be some kind of signal called onUrlRedirected as per http://forums.enyojs.com/discussion/266/webview-can-i-catch-clicked-links Jan 10 11:20:17 Which then eventually leads to the browserAdapter it seems Jan 10 11:20:27 via WebView.js and BasicWebView.js Jan 10 11:21:41 The only question I have is why this.$.body.setRedirects doesn't call the Enyo correspond setter Jan 10 11:21:46 corresponding* Jan 10 11:28:46 Tofe: No clue either Jan 10 11:29:01 Could be WebInspector fools us somehow ;) Jan 10 11:31:04 Could be, but I doubt it Jan 10 11:47:49 https://github.com/webOS-ports/enyo-1.0/commit/518580fd28a1dc52122ffd136bc2f528a1b762b4 ? Jan 10 11:49:20 Tofe: See log, webkit prefixed version is deprecated Jan 10 11:50:32 With log I mean journalctl Jan 10 11:54:25 Tofe: Anyway seems it's not being picked up in build :S Jan 10 11:54:41 it is, it is Jan 10 11:55:15 Is it? Because I still see stuff in logs indicating it isn't.... Jan 10 11:55:42 Réintroducing the prefix makes the cpu hog disappear Jan 10 11:55:49 Tofe: Hmmz Jan 10 11:55:51 Jan 09 09:53:28 qemux86 LunaWebAppManager[468]: WARNING: 09:53:28.870: CONSOLE JS: 'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 'requestAnimationFrame' instead. Jan 09 09:53:28 qemux86 LunaWebAppManager[468]: WARNING: 09:53:28.870: CONSOLE JS: 'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead. Jan 10 11:55:53 my guess is that it doesn't work exactly the same Jan 10 11:55:59 This is with latest nightly.... Jan 10 11:56:19 well, my enyo-build.js on device is migrated Jan 10 12:00:34 Tofe: hmmz I'll check the image see where it's being called then :p Jan 10 12:21:29 Enyo2 app, maybe? Jan 10 12:23:49 "In the meantime, however, I think deprecation of the prefixed version and a warning for developers is a great idea, especially because the standard version has different semantics." Jan 10 12:29:53 Herrie|Laptop: I found it: the standardized call isn't "cancelRequestAnimationFrame", but "cancelAnimationFrame" Jan 10 12:30:22 With that fix on top of your commit, it seems to work well Jan 10 12:30:57 Ah... Jan 10 12:30:59 Confusing Jan 10 12:31:05 Quite so, yes Jan 10 12:31:38 Though log states it Jan 10 12:31:43 Should have read it better :P Jan 10 12:31:56 I've made a little comment on GH; can you make the fix? Jan 10 12:32:48 We should also check how Enyo 2 does it Jan 10 12:33:00 Several apps might be impacted... Jan 10 12:36:52 Tofe: Done Jan 10 12:36:59 Let me update recipe Jan 10 12:38:05 ok :) Jan 10 12:38:22 As of May 2015, Enyo2 still used the deprecated API, it seems Jan 10 12:38:42 I didn't find yet where, but that could explain the messages you saw in the console Jan 10 12:41:46 Tofe: Yeah could be Jan 10 12:43:18 Tofe: scanning through the latest nightly now for any references Jan 10 12:44:21 Our DockMode UI also eats a lot of CPU Jan 10 12:44:38 there must be some Timer loop here and there Jan 10 12:46:14 Tofe: OK well it's QML, that's your area of expertise :P Jan 10 12:46:24 :p Jan 10 12:46:25 Tofe: It could be the moving of the seconds? Jan 10 12:46:32 could well be Jan 10 12:48:50 That's the most obvious timer AFAIK Jan 10 12:49:20 Tofe: For dashboards we're currently still missing 1 implementation: It being on top of the lockscreen. Jan 10 12:49:43 We might need that for calendar, implementation should be similar to incoming call banner I guess Jan 10 12:49:49 Behavior wise Jan 10 12:51:00 We'll have to see how to manage that yes Jan 10 12:51:43 I can send you some example screenshots if helpful? Jan 10 12:51:48 I have some from TP and Veer ;) Jan 10 12:54:05 It's basically a regular dashboard, just shows at a certain position based on the clickablewhenlocked property Jan 10 12:56:34 yes, that could help Jan 10 12:57:35 Tofe: YOu got a screenshot from Veer Jan 10 12:58:23 I guess it shouldn't be too hard Jan 10 12:58:41 Just in landscape it should be maximized to 32 GridUnits in width I guess Jan 10 12:58:47 Need to check on TP Jan 10 12:58:54 For portrait full width is fine Jan 10 13:12:37 https://github.com/webOS-ports/luna-next-cardshell/pull/255 here it is Jan 10 13:13:24 10Hz for a second-ticking clock was a bit too much, and was largely inappropriate for a minute-ticking one :) Jan 10 13:14:23 We are still at 15% CPU for the second-ticking one, but that's because of the spring-animation on the seconds Jan 10 13:15:28 Tofe: I assume it's tested? Jan 10 13:15:34 Herrie|Laptop: it is Jan 10 13:15:49 For the lockscreen dashboards, it will need some little thinking before doing it Jan 10 13:16:32 Tofe: OK :) Jan 10 13:17:05 Tofe: PR merged & recipe updated Jan 10 13:17:19 Tofe: While you're QML-ing ;) Jan 10 13:17:27 Seems that the audio file passed caused some issues ;) Jan 10 13:18:43 https://github.com/webOS-ports/org.webosports.app.testr/blob/master/source/Notifications.js#L115 gives me WARNING: 17:07:18.454: GStreamer; Unable to pause - "file:///usr/palm/luna-next/shells/card/qml/Notifications/assets/tones_3beeps_otasp_done-ondemand.mp3" Jan 10 13:18:43 Release is already out? Could be nice to include this fixes for battery drains... Jan 10 13:18:49 Tofe: No ;) Jan 10 13:19:04 It should take the app path, not based on LNC :P Jan 10 13:20:04 ah yes, that's for sure :) Jan 10 13:20:08 Tofe: Will all be included :) I still need to write up release notes, changes etc Jan 10 13:20:13 So that will take me a while Jan 10 13:20:25 Only once that's done I'll start to think about getting release out :P Jan 10 13:20:35 So any last minute fixes are always good :D Jan 10 13:21:04 Didn't even start with that yet... Mrs got some deadlines so need to help her with some translation & spell checking LOL Jan 10 13:23:36 So I might have time to write that all up tonight or maybe even tomorrow :) Jan 10 13:26:15 Basically consists of going through GitHub, checking all commits since previous release, write them up and write an article around it. Alan will help with the article always :) Jan 10 13:29:22 I'm fixing up the sound file path Jan 10 13:30:59 Great :) Jan 10 13:31:16 I'll have some small cosmetics pending here that I need to test a bit more Jan 10 13:31:24 Will PR them too when I have time Jan 10 13:49:38 https://github.com/webOS-ports/luna-webappmanager/pull/50 it doesn't play the file, but it may simply be Qt lacking mp3 support Jan 10 13:54:34 Tofe: OK Jan 10 13:54:36 That's fine ;) Jan 10 13:54:45 We can put in a WAV for the time being instead Jan 10 13:55:04 Or maybe you can fix the mp3 support? Not sure how difficult that would be? Jan 10 14:26:46 Tofe: Based on https://github.com/meta-qt5/meta-qt5/blob/4f208863257768b875378af1421d33f1d6cf8a05/recipes-qt/qt5/qtwebengine_git.bb#L32 we should be able to suffice with enabling PACKAGECONFIG in https://github.com/webOS-ports/meta-webos-ports/blob/fido/meta-luneui/recipes-qt/qt5/qtwebengine_git.bbappend and put "WEBENGINE_CONFIG+=proprietary_codecs" in there? Jan 10 14:29:42 + updating the README and bump SRCREV to get a rebuild :P Jan 10 15:56:05 Tofe: New build is running. Added the above to see if it works, I guess it should based on research :P Jan 10 16:58:51 Tofe/elvispre: Before this gets lost somewhere: I took it from Aressel's GitHub and pushed it to our own repo: https://github.com/webOS-ports/org.webosports.app.settings/commit/44085bf64dbc28d81096ca8a29fe8975484cb50d Jan 10 17:00:45 Needs work to be hooked up to the work that nizovn did earlier. Jan 10 17:04:12 This is nizovn's work: https://github.com/webOS-ports/luna-webappmanager/commit/f83938e3f9da1edac0cccb9f0af1f661664ebdf0 Jan 10 17:04:25 Implementation should be similar-ish as for WiFi if I recall correctly. Jan 10 17:26:16 Herrie|Laptop: you know, you can trust bb, if there's nothing to recompile, it's likely that he's right Jan 10 17:26:47 Tofe: OK :P Jan 10 17:26:57 Well anyway build should be done soon including all fixes ;) Jan 10 17:27:38 I'm not sure the way you wrote it is the right way to add a qmake define Jan 10 17:27:50 OTOH, I don't know how to do either Jan 10 17:28:05 Tofe: Well I went by what was in meta-qt5 recipe Jan 10 17:28:19 oh, ok :) Jan 10 17:28:26 https://github.com/meta-qt5/meta-qt5/blob/4f208863257768b875378af1421d33f1d6cf8a05/recipes-qt/qt5/qtwebengine_git.bb#L33 Jan 10 17:28:33 Based on that I'd say syntax should be correct ;) Jan 10 17:28:57 Seems to build OK so far ;) Jan 10 17:29:56 I think I would have used EXTRA_QMAKEVARS_PRE, like in https://github.com/meta-qt5/meta-qt5/blob/4f208863257768b875378af1421d33f1d6cf8a05/recipes-qt/qt5/qtwebengine_git.bb#L28 Jan 10 17:30:46 Tofe: There are multiple roads to Rome :P Jan 10 17:30:52 Lets first see if this works ;) Jan 10 17:30:55 yup Jan 10 17:45:00 morning folks... first off I've read and understand the rules... I could use a little help. I installed LuneOS last night and it worked just fine for about 30 min then the touchpad appeared to go to sleep and now I can't get it to wake up. Any ideas? Jan 10 17:58:30 Imajica: It's a known problem ;) Jan 10 17:59:13 lol ok... guess I should read the bug reports... is there a workaround? Jan 10 18:00:48 It's been around for quite some time, we suspect it has to do with DBUS handling of Qt framework Jan 10 18:00:58 There's currently no workaround it seems :( Jan 10 18:01:20 well that's why it's called testing Jan 10 18:01:27 DBUS handling has been rewritten quite a bit in Qt 5.6 which should be released later this month. Jan 10 18:04:20 All lost on me... I'm an infrastructure guy. I can follow instructions on this stuff.. what you all do is mysterious magic mojo to me Jan 10 18:05:39 We're on Qt 5.5 and we're planning to move to Qt 5.6 shortly ;) Jan 10 18:05:54 Based on investigations from Tofe it's likely that it will solve the locking :) Jan 10 18:06:08 Tofe: ^ You have any workaround? Jan 10 18:06:39 Imajica: I'm much of the same to be honest :P Jan 10 18:07:34 I can follow instructions, do a bit of copy & paste & modify :P Jan 10 18:08:42 yea that's about it... now give me a box of parts and I can build you a PC, server, network infrastructure... but software? that's all voodoo to me Jan 10 18:09:04 LOL same here ;) Jan 10 18:09:20 We've come a long way and things are finally starting to look in reasonable shape ;) Jan 10 18:09:34 Lots of tying up of loose ends still but getting there :) Jan 10 18:09:36 but I do love webos and just had to give up my pre3 for work... mobile IT alerting system with no webos port Jan 10 18:12:12 It still works for my email, but yeah it gets problematic Jan 10 18:12:16 A new browser fixes lots :) Jan 10 18:12:31 Herrie: I have fetched that BlueTooth Settings branch. I'll take a look at it sometime soon. Lots of structure waiting to be connected up, by the look of it. Jan 10 18:13:58 yea waiting to play with that... soon as my touchpad wakes up. question born out of ignorance... will any of the ipk's I saved from the other touchpad work on luneos? Jan 10 18:14:58 oh you're Herrie from webOS Nation Jan 10 18:15:10 Herrie: no, no workaround for that nasty one Jan 10 18:15:51 Imajica: yes, _the_ Herrie ;) Jan 10 18:16:27 well then it's my pleasure... I'm over there too. I don't post a lot but I read a lot Jan 10 18:18:54 oh look... it might just be a dead battery. finally have the little battery logo that screams hey dumbass charge me Jan 10 18:20:57 Imajica: you'll want to use our latest testing build (still running I think) where we fix two big battery drains Jan 10 18:22:10 Tofe: I installed luneos-dev-image-tenderloin.tar.gz 09-Dec-2015 04:55 Jan 10 18:22:36 Yes, but I fixed them this very week-end ;) Jan 10 18:22:44 I should try - luneos-dev-image-tenderloin.tar.gz 10-Jan-2016 18:01 Jan 10 18:23:17 I think that one contains our latest things, yes Jan 10 18:23:23 Herrie: ^ you confirm? Jan 10 18:23:24 hey it booted! Jan 10 18:24:05 Tofe: I confirm it. Jan 10 18:24:20 good :) Jan 10 18:24:51 there a wiki page for a hot to update or go from scracth? sorry.. I'm a plodder and follow the instructions when it comes to this Jan 10 18:25:10 Herrie: It still doesn't play mp3s though. Nice try! Jan 10 18:25:54 I don't think we have a working update machanism yet Jan 10 18:26:04 I always do it from scratch Jan 10 18:26:19 (also because I tend to tinker a lot with it...) Jan 10 18:28:39 I'll try it tonight. the battery has to charge up from zero before I hook it into my computer Jan 10 18:29:15 update uimage as well? Jan 10 18:33:28 no, not needed Jan 10 18:33:38 Tofe: This new build is good and responsive again; much nicer. Jan 10 18:33:52 cool Jan 10 18:34:27 Yes, those fixes were indeed much needed Jan 10 18:35:04 (and hard to track) Jan 10 18:36:59 Tofe: Have the rest of the weekend off :) Jan 10 18:37:11 That's what I'm doing :) Jan 10 18:37:27 Just talking a bit on IRC, but my N4 isn't even on ! Jan 10 18:38:02 (and I'm just back from the theatre) Jan 10 18:38:13 theater* Jan 10 18:45:30 Dinner is cooking here, wife's translations (8 full pages) almost done :P Jan 10 18:45:36 Time to load latest image on N4 ;) Jan 10 18:46:21 hehe Jan 10 18:50:30 Imajica: Theoretically most Enyo apps should work. They did pass my quick launch and touch around tests Jan 10 18:50:34 I'd say about 90% of them Jan 10 18:50:41 I didn't look into specific other details of course. Jan 10 18:50:52 Mojo & PDK/Hybrid apps won't work Jan 10 18:51:30 that's ok.. I'll take hit and miss. We have a small camper and I use the touchpad as an entertainment/media device. have it mounted to the wall Jan 10 18:53:14 You need to use "adb push" to get the IPK's to device, at least that's the easiest. Jan 10 18:53:26 so "adb push ipkname.ipk /media/internal/" Jan 10 18:53:38 You can then use Preware 2 to install the iPK Jan 10 18:54:22 I'll give it a shot. I saved all my stuff when the store went down Jan 10 18:54:36 I pulled pretty much whole catalog of free apps :P Jan 10 18:54:51 + a couple of hundred paid ones. Jan 10 18:55:07 had to be done :) Jan 10 19:04:35 elvispre: It should be a matter of making the right calls and parsing the responses. Jan 10 19:04:43 Shouldn't hopefully be rocket science Jan 10 19:19:08 Herrie: Aressel was not planning to do any more? Jan 10 19:20:43 when are you all planning on the next stable release? Jan 10 19:27:29 elvispre: He doesn't have much time Jan 10 19:27:42 Imajica: next few days Jan 10 19:28:06 Herrie: Fine. I don't want to step on his toes, that's all. Jan 10 20:58:47 elvispre: Don't worry asked him already before ;) He also doesn't mention it on his blog :P http://www.hunternet.ca/2016/01/09/new-years-resolutions-2016/ Jan 10 21:05:20 Herrie: Pencil me in then. I am keen to connect this to my Bluetooth headphones so I am quite motivated. Jan 10 21:58:48 elvispre: The HTML5 audio test works for me in Testr on Mako with latest build. What did you test? Jan 10 21:59:03 html5test.com still says mp3 isn't supported though :S Jan 10 21:59:19 Call me confused. Not sure how to figure out what QtWebEngine is actually using Jan 10 21:59:27 Tofe: ^ Jan 10 22:27:19 thanks for making a dummy page for how to put a new image on Jan 10 22:36:08 Herrie: I tested with my own build on Mako. It is a testing build and up to date right now according to make update. Jan 10 22:37:35 Neither my own simple app plays a wav but not an mp3. testr plays a sound but I assumed you must have switched it to a wav as well. Jan 10 22:41:32 elvispre: Appearantly it was a wav already.... I thought it was a mp3 Jan 10 22:41:53 I guess we'd need to troubleshoot FFMpeg a bit to see what it's using currently Jan 10 22:42:15 Herrie: wav not mp3, you checked? Jan 10 22:43:14 alert.wav, right. Jan 10 22:43:41 Yeah https://github.com/webOS-ports/org.webosports.app.testr/blob/master/source/Html5Audio.js#L58 Jan 10 22:47:34 My own test: https://github.com/corpuscle/itmEnyoToys/blob/master/source/views/AudioView.js Jan 10 22:53:30 medici build 282 installed Jan 10 22:54:57 there any bug reports on preware2 now working quite right? Jan 10 22:57:22 Umajica: No, what are you seeing? Jan 10 22:58:40 Umajica: It may just take some getting used to. It is a little odd, but quite usable. Jan 10 22:59:19 in landscape mode the right window covers the left and there is no text. if I switch to portrait I can see the listed applications and for the life of me I can't figure out how to swipe back Jan 10 23:00:54 Umajica: That sounds familiar. You can "swipe back" by closing it and opening it again. Someone else mentioned it wasn't good in landscape mode. Jan 10 23:01:29 but I have a working button now and that rocks Jan 10 23:01:47 thanks elvispre Jan 10 23:02:06 Always nice to know that it's not just you. Jan 10 23:03:02 lol.. now I'm stuck in portrait mode Jan 10 23:03:38 I like this tho... nice and clean usable.. you all did a kick ass job **** ENDING LOGGING AT Mon Jan 11 02:59:58 2016