/srv/irclogs.ubuntu.com/2015/04/09/#ubuntu-app-devel.txt

josharensonI think I found an API bug. Where can I file it? Apologies, but I can't find the right project on lp01:48
=== chriadam|away is now known as chriadam
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
dholbachgood morning07:30
sturmflut-workdbarth_: Is the "official" Google+ webapp from the app store supposed to work? I can get past the account setup on my Aquaris E4.5, but after that nothing is displayed.07:53
dbarth_sturmflut-work: it does yes; can you confirm the package name and version number maybe?07:56
sturmflut-workdbarth_: com.ubuntu.developer.webapps.googleplus_googleplus_0.4 , the log file is at http://paste.ubuntu.com/10780531/07:57
sturmflut-workdbarth_: This is device image r16, the image the phone was shipped with, I didn't update to r20 yet because we are looking for a possible bug in the updater. Does the webapp maybe require a more recent image?08:00
dbarth_sturmflut-work: did you try deleteting the app, or removing content in the .cache .local directories?08:08
dbarth_sturmflut-work: this should work nonetheless08:09
dbarth_sturmflut-work: there is an ssl error which looks wrong in the logs08:36
dbarth_sturmflut-work: were there underlying network issues or weird proxies in the loop ?08:37
=== chriadam is now known as chriadam|away
mardysturmflut-work: it would be nice to get more logs08:46
mardyOAU_DAEMON_TIMEOUT=9999 OAU_LOGGING_LEVEL=2 online-accounts-service08:46
mardysturmflut-work: if you can type the line above into phablet-shell before running the app again, that should output some useful logs08:46
mardysturmflut-work: also, echo "LoggingLevel=2" > ~/.config/signond.conf08:47
=== _salem is now known as salem_
=== rmescandon is now known as rmescandon|lunch
nerochiarodpm: hi, i am looking at this bug report where you commented something: https://bugreports.qt.io/browse/QTBUG-32225 I am trying to reproduce your suggestion but I still get the same error. do you remember if there was anything else that needed to be done ?13:24
=== rmescandon|lunch is now known as rmescandon
dpmnerochiaro, hi! Sorry, I can't remember, too long ago and I've not touched VirtualBox since14:01
nerochiarodpm: ok, no problem14:02
davmor2popey: doc viewer the recent page how long will that show a pdf for?14:20
popeydavmor2: eh?14:20
popeyit shows whatever is in ~/Documents14:21
davmor2popey: hmmm14:21
davmor2popey: so I installed doc-viewer I then download the ubuntu-server guide pdf on image 224 I upgrade to image 267 and the pdf is not listed now14:22
davmor2popey: admittedly it's a backup of 224 so would be oldish now date wise which made me wonder if it was a recently read thing14:23
popeyis it in ~/Documents on your device?14:24
davmor2popey: nope14:30
davmor2popey: I'll check the backup in a second14:30
popeythats why then14:30
=== justCarakas1 is now known as justCarakas
=== chihchun is now known as chihchun_afk
rpadovanizbenjamin, hey :-) I'm having issues with qmake projects on vivid. A chroot that used to work until like one month ago now says20:11
rpadovani(click-ubuntu-sdk-15.04-armhf)root@artemis:/home/rpadovani# qmake20:11
rpadovaniqmake: could not find a Qt installation of ''20:11
vitimitiShould I start using qmake for Ubuntu projects instead of CMake?20:16
mhall119zsombi_: how do I give a Page keyboard focus? I have one in a PageStack but on opening the app it doesn't gave focus until I click on the content20:32
mhall119clicking the Header doesn't even do it, it has to be below the header20:32
zbenjaminrpadovani: you can not run qmake directly, you need to run the cross version of it21:11
zbenjaminrpadovani: you need to use qt5-qmake-arm-linux-gnueabihf21:12
rpadovanizbenjamin, qt5-qmake-arm-linux-gnueabihf seems to work. Then how could I create a click package inside the chroot? I want to understand what's wrong...21:14
zbenjaminrpadovani: use the sdk :D21:15
zbenjaminrpadovani: what do you want to do?21:16
rpadovanizbenjamin, I use the sdk, but it creates click package without error, but then on the device it says I don't have Bacon2d module installed. That chroot used to work21:17
rpadovanizbenjamin, I'm trying to package https://github.com/rpadovani/100balls21:17
zbenjaminrpadovani: do you package the bacon2d module into the click package?21:18
rpadovanizbenjamin, qmake is supposed to do it21:19
rpadovanizbenjamin, https://github.com/rpadovani/100balls/blob/master/deployment.pri21:19
zbenjaminrpadovani: just saw it21:19
rpadovani(yes, I've that package installed in the chroot)21:19
zbenjaminrpadovani: did you check if its really in the click package21:20
rpadovanizbenjamin, how?21:21
zbenjaminrpadovani: click contents yourclickfilename21:23
rpadovanizbenjamin, seems there is: http://paste.ubuntu.com/10785932/21:23
zbenjaminrpadovani:  and it worked liked that before?21:30
rpadovanizbenjamin, okay, for some strange reason I tried to install the package again and now the error is differnt (and it's not  about sdk) :S21:30
rpadovaniqrc:///main.qml:21:1: plugin cannot be loaded for module "Bacon2D": The plugin '/opt/click.ubuntu.com/com.ubuntu.developer.rpadovani.100balls/0.4.1/lib/arm-linux-gnueabihf/Bacon2D/libbacon2dplugin.so' uses incompatible Qt library. (5.4.1)21:30
zbenjaminrpadovani: ah :D21:31
rpadovanizbenjamin, which QT version there is on RTM? And if I try from a previous chroot (14.10) do you think it works?21:33
zbenjaminrpadovani: the problem you have is that a 14.10 chroot does not support qmake :/21:33
rpadovanithat's funny21:34
zbenjaminrpadovani: and yes you would need to use a 14.10 chroot for RTM afaik21:34
rpadovanizbenjamin, aaaaand we don't have a way to target an application to a os release, right?21:34
zbenjaminrpadovani: well you _could_ compile your own cross qmake for 14.10 but its some work ....21:35
zbenjaminrpadovani: but we could i could talk to bzoltan if we can provide a download somewhere for a 14.10 compatible qmake21:36
rpadovanizbenjamin, that sounds cool, thanks21:36
sabayonuser2heya chicos!22:48
sabayonuser2I'm a totally wasted and burnt down good old javascripter, broken inside, wasted moneywise .. haha22:49
sabayonuser2that said... I want to use my time now with a proper goal in sight22:49
sabayonuser2I was doing some angular plugins, though cool, nobody quite was interested22:49
sabayonuser2so I thought I'll do something that I _myself_ at least will use and like22:50
sabayonuser2I was thinking about creating a proper js framework for ubuntu js app development22:50
sabayonuser2i have a few ideas22:50
sabayonuser2can you guys pour out your thoughts so this poor chap might get wiser and find a reason?22:50
sabayonuser2*waiting and listening*22:51
=== salem_ is now known as _salem

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