/srv/irclogs.ubuntu.com/2013/11/27/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
=== chriadam is now known as chriadam|away
dholbachgood morning07:53
=== hunger_ is now known as hunger
oSoMoNnerochiaro, ping09:30
nerochiarooSoMoN: hey09:31
oSoMoNnerochiaro, hey, I looked into your code, and I can confirm you’re hitting bug #121897109:31
ubot2Launchpad bug 1218971 in Autopilot Qt Support "QQuickWindow’s contentItem is not accessible" [Medium,In progress] https://launchpad.net/bugs/121897109:31
oSoMoNnerochiaro, the dialog calls show() in Component.onCompleted, which reparents it to the root item09:32
oSoMoNnerochiaro, so your best bet is to work with mzanetti to get the fix for autopilot-qt merged and released09:32
mzanettior even better some of the autopilot devs ;)09:33
mzanettiah that one09:33
mzanettihmm... I wonder what it didn't merge09:33
oSoMoNthere is already a pending MR, which I tested a while ago and it fixed the bug, so it’s only a matter of figuring out why it doesn’t merge anymore09:33
oSoMoNmzanetti, I commented on the MR, it fails to compile for some reason09:33
JamesTaitGood morning all; happy Pins and Needles Day! :-D09:34
mzanetti:D09:35
nerochiarooSoMoN: mzanetti: looks like you guys might save my bacon once again ;) anything i can do to help ?09:36
mzanettinot really at the moment09:37
timppaHi! Is it possible to create a text file and save it to a specific location in Ubuntu Touch app?10:12
mzanettioSoMoN: nerochiaro: seems xpathselect did a rework of the api and it would require autopilot-qt to adjust most of its code :/10:12
oSoMoN:/10:12
oSoMoNmzanetti, how much work would that imply?10:12
nerochiaromzanetti: that's also probably why autopilot vis is crashing10:12
nerochiaroit gave xml errors10:12
mzanettitimppa: yes it is, as long as the specific location is within the allowed paths from apparmor10:13
oSoMoNmzanetti, who is the maintainer of autopilot-qt these days?10:13
mzanettioSoMoN: hmm... dunno. I just tried to do it, but it doesn't stop spitting more error10:13
mzanettis10:13
mzanettioSoMoN: well. I was it so far, but yesterday I contacted the autopilot devs and we agree that they pick it up again (given that I'm no QE since quite a while now and unity8 has a tendency to keep me quite busy too)10:14
mzanettioSoMoN: I told them about the isse that 1.4 hasn't been released to the ppa yet and I think Thomi is looking into that soon10:14
mzanettioSoMoN: which probably would imply getting it's api updated10:15
oSoMoNmzanetti, makes sense, so I should bug Thomi, right?10:15
mzanettioSoMoN: please do10:15
oSoMoNwill do for sure :)10:15
mzanettithanks10:15
timppamzanetti: Is there any documentation regarding the apparmor?10:23
timppamzanetti: Or can I add the paths to .json file myself?10:24
mzanettitimppa: no, you can't add the paths yourself10:26
mzanettitimppa: I just googled a bit for the docs but couldn't find anything10:26
mzanettitimppa: basically it is ~/.config/<appid>/10:26
mzanetti~/.cache/appId/10:26
mzanettitimppa: those 2 for sure. probably some few others too. but I don't recall them10:27
mzanettipopey: do you know about any apparmor docs related to ubuntu touch?10:31
popeyonly on the wiki10:31
popeyhttps://wiki.ubuntu.com/SecurityTeam/Specifications/ApplicationConfinement10:31
mzanettipopey: I couldn't find anywhere what the allowed paths for applications are10:31
mzanettiah. here it is10:33
mzanettitimppa: Specifically: XDG_CACHE_HOME/<APP_PKGNAME>, XDG_RUNTIME_DIR/confined/<APP_PKGNAME>, XDG_DATA_HOME/<APP_PKGNAME> and XDG_CONFIG_HOME/<APP_PKGNAME>10:33
popeymzanetti: http://developer.ubuntu.com/apps/qml/cookbook/files-and-storage/10:33
timppathanks! I think I'll can get going with those10:36
mzanettitimppa: if you're using Qt, you can use QStandardPaths to get those10:37
timppagreat!10:38
mzanettipopey: do you know if there are plans for a real app store app?11:43
* popey points mzanetti at beuno 11:44
mzanettibeuno: already in development?11:44
=== _salem is now known as salem_
dholbachmzanetti, real app store app?11:53
mzanettidholbach: well, an app store as an app instead of a scope plugin11:54
dholbachmzanetti, I don't know of any plans11:54
mzanetti:/11:54
dholbachmzanetti, you could bring it up on ubuntu-appstore-developers@lists.lp.net11:54
mzanettithe current solution doesn't scale11:54
dholbachand maybe explain what kind of functionality you're looking for11:54
mzanettialso, if I disable searching for remote content in systemsetting I can't install any apps any more11:55
dholbachis it discovering of apps/categories/etc?11:55
mzanettiyeah, that too11:55
dholbachso for discovering of apps/categories/etc there are plans from the design team, but I'm not sure when those things are going to land, thostr_ might be a contact person for that11:56
dholbachif you think you should be able to disable remote content, but still have apps, or have a better indication of what's happening when you disabled the setting, I'd suggest filing a bug about it11:56
=== MacSlow is now known as MacSlow|lunch
beunomzanetti, what do you mean by a real app store app?12:29
beunoah12:29
beunomzanetti, it will still be a scope12:30
beunobut scopes will get more interesting in 14.0412:30
mzanettibeuno: but that still means I have to have online searching enabled in order to install any new app?12:30
beunomzanetti, not sure. The apps are online, so that scope needs to reach out to the internet12:33
=== MacSlow|lunch is now known as MacSlow
mhall119popey: http://www.reddit.com/r/Ubuntu/comments/1rkq6z/ubuntu_evernote_app_sees_first_feature_milestone/15:22
* popey upboats15:22
popeyta15:22
mhall119np15:24
mefriohi guys....do you know how can I install the QtQuick.Layouts module on Ubuntu 13.10?17:05
t1mpmefrio: I never tried it (should have a look at it soon). But I like to let you know that we also have Ubuntu.Layouts: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Layouts/17:07
mefriot1mp, I need to use this element: http://qt-project.org/doc/qt-5.1/qtquicklayouts/qml-qtquick-layouts1-gridlayout.html17:08
t1mpmefrio: ok. sorry, dunno.17:12
mefriot1mp, no problem :)17:12
mefriohttps://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/125192717:16
ubot2Launchpad bug 1251927 in ubuntu-touch-meta (Ubuntu) "QtQuick.Dialogs missing" [Undecided,Confirmed]17:16
mefrio:(17:16
aquariusmhall119, is there anything at all explaining which cordova APIs are available to touch apps?17:17
mhall119aquarius: we're still working on that17:27
mhall119aquarius: unfortunately there's not a lot working right now on non-x8617:27
mhall119aquarius: join #ubuntu-webapps and talk to dbarth and alex_abreu for the details so far17:28
mzanettipopey: when you have some time, could you please test if this works for you? lp:~mzanetti/reminders-app/use-ssl17:35
mzanettisome really weird things happening here and I don't trust my setup any more :D17:35
popeysure17:38
popeymzanetti: can i just branch that and use the script?17:38
mzanettipopey: yeah17:38
popeyk17:38
popeylove that script btw17:39
mzanettiit's taken from unity817:39
mzanettiand has gone through a number of transitions to tailor it better for apps17:39
mzanettiall of my apps have this in the repo17:39
popeyoh sweet17:40
popeyyou should blog about it, other app devs might like it17:40
popeywould also be useful with the emulator ☻17:40
mzanettipopey: works for me with the emulator17:41
popeynice17:41
mzanettias long as there is no device attached. otherwise it gets confused because it finds 2 devices17:41
mzanettibut you can select which one you want by exporting ANDROID_SERIAL17:41
mzanettito the serial number that "adb devices" gives17:41
mhall119popey: http://developer.ubuntu.com/2013/11/community-driven-core-apps-convergence/17:46
popeymzanetti: it barfs when i select user17:46
mzanettimhm... which error?17:46
popeymzanetti: http://paste.ubuntu.com/6485482/17:47
popeymhall119: Excellent!17:47
mzanettipopey: thanks17:47
popeynp17:47
popeymhall119: lets spread that far and wide! :D17:48
mhall119spreading17:49
nik90popey,mhall119: Can you create an event in the app developer G+ community for the upcoming design clinic? That will make it much easier to keep track of when it happens17:50
mhall119nik90: good question, I've never tried17:50
popeyhmm17:51
popeyneed a way to add the hangout url17:52
popeywhich we run from the ubuntuonair account17:52
popeymessy17:52
popeywe could and then add the url at the moment we go live17:52
mhall119nik90: https://plus.google.com/events/cr2siiehpk565h37p272b6846f417:52
nik90popey: It allows you to create an event out of a hangout, but not sure about adding an url to it17:52
mhall119popey: I just added ubuntuonair.com as the website17:53
popeythat'll do ☻17:53
nik90popey: cant you add ubuntuonair account as one of the moderator of the g+ hangout?17:55
nik90popey: this way that accoutn can plan a hangout event17:55
popeyno17:55
popeybecause uoa has a youtube account17:55
popeyit all gets very messy17:55
nik90okay17:56
mzanettipopey: hmm... it works here. on the desktop and on the phone... really weird17:59
popeyerk17:59
mzanettipopey: but it didn't work before. only after I installed libssl0.9.8 and compiled it with that17:59
mzanettipopey: but the weird thing is that I have removed that again and it still works18:00
=== Neo31` is now known as Neo31
* greyback eod18:44
aquariusmhall119, thanks18:51
mhall119aquarius: np18:53
=== salem_ is now known as _salem
WebbyITHi popey :-) Shall you approve this branch for calendar please? Kunal has approved it, and finally also Jenkins! It needs only 'approve' status22:56
WebbyIThttps://code.launchpad.net/~rpadovani/ubuntu-calendar-app/1240152/+merge/19319122:56
popeyWebbyIT: hey22:57
WebbyITthanks popey :-)22:59
popeynp23:00
=== chriadam|away is now known as chriadam

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!