**** BEGIN LOGGING AT Sat Nov 30 02:59:59 2013 Nov 30 09:12:24 morning Nov 30 10:07:36 i2y4n: https://github.com/webos-internals/tweaks Nov 30 10:08:32 Tofe: you can remove the WebAppManagerService class Nov 30 10:08:38 we don't need it anymore within the launcher Nov 30 10:24:52 morphis: are you sure ? I began with removing it, but webapplication uses it to contact the activity manager on the LS2 bus Nov 30 10:25:30 I removed all the LS2 callbacks, though Nov 30 10:26:48 Tofe: you can drop the communication with activitymanager as well Nov 30 10:28:17 btw. please name method arguments only "parameters" and not "iParameters" Nov 30 10:34:54 i2y4n: this will help you: http://webos-ports.org/wiki/Luna_Next_Remote_WebApplication_Debugging Nov 30 10:43:30 morphis: ok, but then, it means that I remove things like WebApplication::createActivity ? Nov 30 10:47:52 right Nov 30 10:48:01 it didn't worked anyway Nov 30 10:53:31 oh. well well, it will become a damn simple launcher :) Nov 30 10:57:35 right Nov 30 10:57:52 we will add some more integration with luna-sysmgr/systemd later Nov 30 10:58:09 for example things which we're currently no covering are relaunching applications Nov 30 10:58:37 still trying to find the best way to do that Nov 30 11:04:10 i'm still not sure how to use the webinspector with the emulator... do i start the virtual machine, then in cmd line stop running webappmgr. then enter the "qtwebkit...webappmgr --debug" line and open the app? Nov 30 11:07:43 i2y4n: right Nov 30 11:07:53 then just go to localhost:1122 on your pc Nov 30 11:08:01 in a browser of your choice Nov 30 11:10:13 where do i put localhost:1122, in the browser address bar? Nov 30 11:16:00 okay, got it. thanks Nov 30 11:17:50 i2y4n: it works? Nov 30 11:18:11 i2y4n: I think the next steps are trial and error Nov 30 11:18:33 try to find what could be the reason for the tweaks app to show nothing when launched etc. Nov 30 11:23:16 okay, i'll give it a shot Nov 30 11:26:33 morphis: ok, I enter test phase Nov 30 11:59:12 morphis: I guess I can clean up all the ls2 related files ? the priv and pub descriptions, so on Nov 30 12:03:24 Do you know what this  refers to in this line? {layoutKind: "VFlexLayout", flex: 1, align: "center", pack: "center", style: "background: #666666;", components: [ Nov 30 12:04:50 Tofe: the org.webosports.webappmanager* ones can go Nov 30 12:04:52 the com.palm.luna* ones need to stay Nov 30 12:04:54 i2y4n: seems like it's a character which doesn't belong there Nov 30 12:10:26 I took a look at it in the tweaks.js file on github. in the characters place is what looks like a space with a beige colored background Nov 30 12:11:51 i2y4n: you tried to remove it? Nov 30 12:12:35 no, remove it in the webinspector? i've never used this before so i don't know how it works Nov 30 12:13:08 do it directly in the source file in the filesystem on the emulator Nov 30 12:22:49 morphis: I'm creating a new recipe: webapp-launcher Nov 30 12:24:18 or do you want to keep the luna-webappmanager name ? Nov 30 12:25:48 morphis: how do i do that? --> look at the source file in the filesystem on the emulator Nov 30 12:26:04 Tofe: https://github.com/webOS-ports/webapp-launcher, just do it :) Nov 30 12:26:22 i2y4n: login via ssh and look at /usr/palm/applications/org.webosinternals.tweaks Nov 30 12:26:29 there are the sources of the tweaks app Nov 30 12:29:30 morphis: ok :) Nov 30 12:32:32 morphis: what replaces webos_build_daemon() in cmake when it's not a daemon ? Nov 30 12:40:51 got it Nov 30 12:51:12 i'm in the /usr/palm/applications/org.webosinternals.tweaks/source folder. how do i then edit the tweaks.js file? Nov 30 13:19:45 morphis: I keep getting an error saying "Type ApplicationContainer unavailable, qrc:///qml/ApplicationContainer.qml:51:34: Cannot assign to non-existent property "privileged")", do you know what kind of mistake I may have made ? Nov 30 13:20:55 it does find the "webApp" property, so it's attached, and I still have the "privileged" Q_PROPERTY on WebApplication Nov 30 13:34:12 Tofe: you need a newer qtwebkit version Nov 30 13:34:18 pushed a updated one recently Nov 30 13:34:39 it's in the dora branch already Nov 30 13:34:45 i2y4n: use vi for example Nov 30 13:53:00 morphis: ok, I'll recompile a bit; I'll also push it to the new repo, because I think it's quite ready Nov 30 14:00:00 ah, I made some mistakes with git... it chose 'master' as my branch origin... I'll fix that. No big mistake done anyway. Nov 30 14:12:11 ah but how the hell do we change the main branch of a repo ? Nov 30 14:12:58 morphis: https://github.com/webOS-ports/webapp-launcher/pull/2 <-- got it right, at the end Nov 30 14:15:04 morphis: How's this look? https://drive.google.com/file/d/0B1vtnl4FlzZhOV9TQ19ibl9Kd0E/edit?usp=sharing Nov 30 14:19:57 morphis: https://github.com/webOS-ports/meta-webos-ports/pull/17 Nov 30 14:33:28 i2y4n: looks better Nov 30 14:33:49 i2y4n: maybe we need to install some test tweaks to see if things are working correctly Nov 30 14:34:12 that was just from changing what looked like a space to an actual space Nov 30 14:35:02 i think there's still a problem. it's trying to load a tellurium json file that doesn't exist. Nov 30 14:38:29 yea, there is no tellurium framework directory located in the file. from my search it looks to be a enyo 1 framework released for webOS 3.0 that is no longer actively developed Nov 30 14:56:21 morphis: the tellurium json file is in the webOS-ports fork of enyo1 maybe the file just needs to be added to the tweaks frameworks directory? Nov 30 15:16:44 the calculator app in the emulator is only showing the top few rows Nov 30 15:21:56 the calculator app tries to load favicon.ico from assets but that file isn't there Nov 30 16:03:13 i2y4n: the tellurium json is irrelevant, just ignore it Nov 30 16:03:23 it should not cause any problems if it's not existent Nov 30 16:07:22 yes, tellurium just produces error messages. but that's in enyo 1.0 framework somewhere. Nov 30 16:07:34 maybe someone should try to remove it from enyo. ;) Nov 30 16:08:33 if you are on windows, I can recommend winscp for editing files in the emulator / on the device. Nov 30 18:34:33 sldkfjsldkfj Nov 30 19:00:14 morphis: qtwebkit doesn't compile on latest dora, is that normal ? Nov 30 23:23:20 btw: I did not manage to login into my WiFi with OW on my GNex. Nov 30 23:23:45 I could type in the key, but nothing happened. If I try again to type in the key, I can't type in the field. Nov 30 23:23:59 that's pretty strange. Works only after reboot again. Nov 30 23:26:07 and now swiping up with the kb open killed luna-next or something. => no reaction anymore :( **** ENDING LOGGING AT Sun Dec 01 02:59:58 2013