=== JanC_ is now known as JanC [06:45] Hi all. I own an Ubuntu Phone and added my google account. The calendar app only shows my main calendar but not the calendars shared with me or my sub calendars. Is it possible to show those as well? [10:28] hi appdevs [10:29] 2 QML questions : which theme color path for left part on qml slider (inside ubuntu sdk) [10:30] and is there any signal send when my app is send to background ? [11:01] 2nd found by myself (Qt.application.state) === JanC_ is now known as JanC [13:34] Hi. Both of my webapps 500px and Play On Kodi crash on start after OTA 12. Having trouble with QT Creator crashing when trying to debug my apps. Can someone point me to the latest method of debugging Ubuntu touch webapps, preferably outside of QT Creator? The source for 500px is here: https://github.com/pla1/500px TIA, PLA appdevs [14:06] Found this with Logviewer on the device. [14:06] Unable to exec 'ubuntu-app-launch --www=www $@' in '/opt/click.ubuntu.com/.click/users/phablet/500px.pla': Permission denied [14:06] http://paste.ubuntu.com/23051844/ [15:37] ubuntu-sdk crashes with this message when trying to run app on device. /usr/bin/ubuntu-sdk: line 6: 23367 Segmentation fault $BINDIR/qtcreator -platformtheme appmenu-qt5 ${1+"$@"} [15:38] does it work on desktop? [15:44] No. [15:44] From the 500px directory I issued: ubuntu-app-launch --www=www $@ [15:44] And I get this: [15:44] ** (process:24483): WARNING **: Unable to find job 'application-legacy': GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name com.ubuntu.Upstart was not provided by any .service files [15:45] Is that app a WebApp, isn't it? [15:46] Yes. This works OK. webapp-container www/index.html [15:47] Should I be using webapp-container instead of ubuntu-app-launch? [15:47] I've worked with default configuration on webapp development [15:50] The "default" being ubuntu-app-launch? [15:51] These apps were working prior to OTA 12. [15:52] I figured I was behind on something. Just don't know what it is. [15:52] have you upload the source code ? [15:53] Yes. Source is here: https://github.com/pla1/500px [15:53] I can check if code works on my device [15:53] on 1 hour more or less [15:53] Great. Thanks! [15:55] * PLA1 Grabbing a belly wedge. Back in an hour or so. [16:18] PLA1, The webapp that I have use webapp-container [16:19] I have default security policy groups: networking, audio, content_exchange, video and webview [16:21] It seems that the differences are in security policy groups and file permissions [16:51] OK. I'll try to get the app to work with webapp-container instead of ubuntu-app-launch. [16:53] it doesn't work with desktop [16:53] is the same configuration I use for testing my apps [17:05] mimecar: What are you using for your framework in the manifest.json file? I have "framework": "ubuntu-sdk-15.04.6" [17:05] the same version [17:27] This is kinda interesting. Took "Type=Application" and "X-Ubuntu-Touch=true" out of the 500px.desktop file. Installed on the device. Try to run the app and it knocks me back to the log-in screen. [17:28] Nothing to do with my problem, just kinda interesting that an app can do that. [17:33] I get this when I run Build and validate click package in Qt Creator: http://paste.ubuntu.com/23052305/ Wonder what that is trying to tell me? [17:35] Have you checked if you have an application error on taskbar? [17:46] Taskbar in Qt Creator? Where is that? [17:47] taskbar on your desktop (unity, kde...) [17:50] I am using MATE 16.04. When I start ubuntu-sdk from the command line I see a bunch of Qt messages but that is normal. [17:51] I am building a new VM now to install the ubuntu-sdk. Maybe my dev environment is hosed. [17:52] My MATE system is physical not virtual. Just building VM for testing. [17:54] are you testing the same code you have on GitHub? [17:55] PLA1, https://dl.dropboxusercontent.com/u/92458135/irc/Ubuntu%20Touch/Captura%20de%20pantalla%20de%202016-08-13%2019-55-03.png [17:55] As of a couple of hours ago. I've been making changes locally without pushing those up to github. === JanC_ is now known as JanC [17:56] That screenshot from your build of my app? [17:56] yes [17:57] So, something is wrong with my policy group? [17:57] I've had similar problems these days [17:59] I've tried adding a bunch of policy groups. Made no difference. { [17:59] "policy_groups": [ [17:59] "webview", [17:59] "networking", [17:59] "audio", [17:59] "content_exchange", [17:59] "video", [17:59] "connectivity", [17:59] "debug" [17:59] ], [17:59] "policy_version": 1.2 [17:59] } [18:00] I think the problem is on PC side [18:02] OK. Sounds plausible. I'm building a VM now. MATE 16.04. Perhaps I should have tried standard Ubuntu. Oh well. I'll see. [18:06] I can install your click package [18:06] but the app closes after several seconds [18:07] qt-creator is crashing all the time :p [18:08] PLA1, Do you need me to do some extra test with my computer? [18:21] mimecar: No need for you to do any more testing. I appreciate the help. Installing ubuntu-sdk on my VM now. Thanks! [18:22] Okay. For some reason my development environment is crashing all the time [18:22] I think he does not like the code: P [18:27] I hear ya. I wish I knew how to create these apps from the command line so I wouldn't have to use Qt Creator. ;-) [20:35] I give up for now. I have removed my apps from the Ubuntu Store. I don't think anyone will miss them. ;-) [20:36] do the previous click versions fail? [23:37] Yeah. I pushed an older click version to the device and it behaved the same way. The splash icon appears and disappears. :-(