**** BEGIN LOGGING AT Wed Feb 17 02:59:59 2016 Feb 17 03:17:40 so close... comicshelf HD installs, opens, and starts to open a comic then errors out.. lol Feb 17 07:58:49 morning Feb 17 08:01:06 morning Feb 17 09:17:14 good morning Feb 17 09:17:39 i'm markus (webOS fan, years ago) ... now working at dizmo.com Feb 17 09:21:38 i've got a few general questions, since we're using qt/qtwebkit2 too for our application Feb 17 09:40:18 Tofe, you're around? :) Feb 17 10:09:20 my question .. if you set settings.localContentCanAccessFileUrls: true, how do you make sure that no one goes to places he shouldn't? Feb 17 10:31:41 swisstomcat: hello! Feb 17 10:31:58 hi Tofe Feb 17 10:33:08 we're using qt/qtwebkit2 for our application and want to migrate to webengine soon Feb 17 10:33:25 and we still have troubles with qtwebkit2 :) Feb 17 10:34:04 currently, for local file access you can't really do better than "yes/no", afaik Feb 17 10:34:57 In Qt 5.6 there should be some opening of the url resolver, so maybe it will be possible to do some more checks Feb 17 10:37:13 that would be helpful :) Feb 17 10:37:40 In LuneOS, currently only the system apps have direct local file access, otherwise it all goes through the PalmSystem API which does the filtering Feb 17 10:41:28 how does that work? e.g an Enyo App wants to access a large video file in storage Feb 17 10:42:53 I don't know that very well, but I would guess it will have to go through the Media APIs Feb 17 10:44:11 * swisstomcat tries to remember how to write Enyo Apps :) Feb 17 10:44:31 The idea being that it doesn't do direct access, but goes through an abstraction layer to give the posibility to make it more flexible and secure Feb 17 10:44:53 right Feb 17 10:45:30 Generally you will call some service made available to the app via some pre-loaded JS when the app is launched Feb 17 10:52:07 so in an app, you would never allow an url in the form of file:/// Feb 17 10:52:55 but you could do a service call like http://localhost:1234/storage/foo.mp4 **** BEGIN LOGGING AT Wed Feb 17 12:00:09 2016 Feb 17 12:39:29 Hi, can someone help me implement a service in an app made ENYO2 please ?. Feb 17 12:40:02 I created the service, but I don't know how to link the service to the application to launch palm-package. Feb 17 12:41:20 MAMISHO: What's your question/problem? Feb 17 12:42:49 I created the service, but do not know how to link the service to the application to launch palm-package. Any configuration is required on appInfo.js?. Feb 17 12:43:04 The service is for LuneTube. It's for other apps can open videos LuneTube. Feb 17 12:43:44 rehi Feb 17 12:43:54 MAMISHO: What is your mailaddress? Feb 17 12:44:11 I'll send you some link how to package this with palm-package Feb 17 12:44:30 Ah wait I'll send it to your Twitter :) Feb 17 12:44:55 Done! Feb 17 12:45:22 thanks, mi email is mamisho@hotmail.es Feb 17 12:46:02 To create the service I followed the tutorial posted for LG tvs not know if that is done. https://developer.lge.com/webOSTV/develop/js-services/code-samples/helloworld-js-service-enyoapp/ Feb 17 12:46:11 thanks for all :) Feb 17 12:51:13 ares-package and palm-package work the same more or less. I think the instructions will also work with legacy webOS Feb 17 13:34:08 Freenode seems to go quite far regarding being eco-friendly Feb 17 13:39:41 Tofe: What you mean? Feb 17 13:42:11 KyleMaas: ping Feb 17 14:24:56 Herrie|2: "-kloeri- [Global Notice] And we're done for now with all the rebooting.. except for a single server that will be rebooted when it's done pretending it's a tree. Thank you for using freenode and have a great day." Feb 17 14:26:27 LOL :P Feb 17 14:49:49 hehe Feb 17 15:32:38 howdy swisstomcat Feb 17 16:26:52 swisstomcat, I’ve never done it myself, but could you use a chroot jail (or a linux container) for your app? Feb 17 19:49:13 Herrie|2: ping Feb 17 20:33:21 HI GUYS! Feb 17 20:33:41 I have a question, I hope you can help me. Feb 17 20:34:59 When we are launching an application using ApplicationManager parameters. For example. [Code] {              name: "launchMyApp"              kind: "enyo.LunaService"              service: "palm: //com.palm.applicationManager"              method: "launch"              onComplete "launchMyAppSuccess"              subscribe: true }, launchMyAppSuccess: functi Feb 17 20:36:54 Launch with parameter* Feb 17 21:06:45 **************************************************************** Feb 17 21:06:46 When we are launching an application using ApplicationManager parameters. Feb 17 21:07:12 For exhale. Feb 17 21:07:15 example* Feb 17 21:07:19 { Feb 17 21:07:22 name: "launchMyApp" Feb 17 21:07:38 kind: "enyo.LunaService"              service: "palm: //com.palm.applicationManager"              method: "launch"              onComplete "launchMyAppSuccess"              subscribe: true }, Feb 17 21:07:53 launchMyAppSuccess: function () {          var params = {url: "http://youtube.com/watch?v=somevideo"                           type: "video"                           method: "download"                         };           This. $. launchMyApp.send ({id: "com.compa.myapp" params: params});      }, Feb 17 21:08:06 How I can get those parameters when MyAPP is thrown? Feb 17 21:10:34 MAMISHO: window.PalmSystem.launchParams Feb 17 21:11:07 thanks so mauch Feb 17 21:12:56 Andolamin on webOS and LuneOS? Feb 17 21:15:03 Yes Feb 17 21:18:46 Tofe: pong **** ENDING LOGGING AT Thu Feb 18 02:59:59 2016