josharenson | I think I found an API bug. Where can I file it? Apologies, but I can't find the right project on lp | 01:48 |
---|---|---|
=== chriadam|away is now known as chriadam | ||
=== salem_ is now known as _salem | ||
=== chihchun_afk is now known as chihchun | ||
dholbach | good morning | 07:30 |
sturmflut-work | dbarth_: 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-work | dbarth_: com.ubuntu.developer.webapps.googleplus_googleplus_0.4 , the log file is at http://paste.ubuntu.com/10780531/ | 07:57 |
sturmflut-work | dbarth_: 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 nonetheless | 08:09 |
dbarth_ | sturmflut-work: there is an ssl error which looks wrong in the logs | 08:36 |
dbarth_ | sturmflut-work: were there underlying network issues or weird proxies in the loop ? | 08:37 |
=== chriadam is now known as chriadam|away | ||
mardy | sturmflut-work: it would be nice to get more logs | 08:46 |
mardy | OAU_DAEMON_TIMEOUT=9999 OAU_LOGGING_LEVEL=2 online-accounts-service | 08:46 |
mardy | sturmflut-work: if you can type the line above into phablet-shell before running the app again, that should output some useful logs | 08:46 |
mardy | sturmflut-work: also, echo "LoggingLevel=2" > ~/.config/signond.conf | 08:47 |
=== _salem is now known as salem_ | ||
=== rmescandon is now known as rmescandon|lunch | ||
nerochiaro | dpm: 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 | ||
dpm | nerochiaro, hi! Sorry, I can't remember, too long ago and I've not touched VirtualBox since | 14:01 |
nerochiaro | dpm: ok, no problem | 14:02 |
davmor2 | popey: doc viewer the recent page how long will that show a pdf for? | 14:20 |
popey | davmor2: eh? | 14:20 |
popey | it shows whatever is in ~/Documents | 14:21 |
davmor2 | popey: hmmm | 14:21 |
davmor2 | popey: 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 now | 14:22 |
davmor2 | popey: admittedly it's a backup of 224 so would be oldish now date wise which made me wonder if it was a recently read thing | 14:23 |
popey | is it in ~/Documents on your device? | 14:24 |
davmor2 | popey: nope | 14:30 |
davmor2 | popey: I'll check the backup in a second | 14:30 |
popey | thats why then | 14:30 |
=== justCarakas1 is now known as justCarakas | ||
=== chihchun is now known as chihchun_afk | ||
rpadovani | zbenjamin, hey :-) I'm having issues with qmake projects on vivid. A chroot that used to work until like one month ago now says | 20:11 |
rpadovani | (click-ubuntu-sdk-15.04-armhf)root@artemis:/home/rpadovani# qmake | 20:11 |
rpadovani | qmake: could not find a Qt installation of '' | 20:11 |
vitimiti | Should I start using qmake for Ubuntu projects instead of CMake? | 20:16 |
mhall119 | zsombi_: 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 content | 20:32 |
mhall119 | clicking the Header doesn't even do it, it has to be below the header | 20:32 |
zbenjamin | rpadovani: you can not run qmake directly, you need to run the cross version of it | 21:11 |
zbenjamin | rpadovani: you need to use qt5-qmake-arm-linux-gnueabihf | 21:12 |
rpadovani | zbenjamin, 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 |
zbenjamin | rpadovani: use the sdk :D | 21:15 |
zbenjamin | rpadovani: what do you want to do? | 21:16 |
rpadovani | zbenjamin, 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 work | 21:17 |
rpadovani | zbenjamin, I'm trying to package https://github.com/rpadovani/100balls | 21:17 |
zbenjamin | rpadovani: do you package the bacon2d module into the click package? | 21:18 |
rpadovani | zbenjamin, qmake is supposed to do it | 21:19 |
rpadovani | zbenjamin, https://github.com/rpadovani/100balls/blob/master/deployment.pri | 21:19 |
zbenjamin | rpadovani: just saw it | 21:19 |
rpadovani | (yes, I've that package installed in the chroot) | 21:19 |
zbenjamin | rpadovani: did you check if its really in the click package | 21:20 |
rpadovani | zbenjamin, how? | 21:21 |
zbenjamin | rpadovani: click contents yourclickfilename | 21:23 |
rpadovani | zbenjamin, seems there is: http://paste.ubuntu.com/10785932/ | 21:23 |
zbenjamin | rpadovani: and it worked liked that before? | 21:30 |
rpadovani | zbenjamin, okay, for some strange reason I tried to install the package again and now the error is differnt (and it's not about sdk) :S | 21:30 |
rpadovani | qrc:///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 |
zbenjamin | rpadovani: ah :D | 21:31 |
rpadovani | zbenjamin, which QT version there is on RTM? And if I try from a previous chroot (14.10) do you think it works? | 21:33 |
zbenjamin | rpadovani: the problem you have is that a 14.10 chroot does not support qmake :/ | 21:33 |
rpadovani | that's funny | 21:34 |
zbenjamin | rpadovani: and yes you would need to use a 14.10 chroot for RTM afaik | 21:34 |
rpadovani | zbenjamin, aaaaand we don't have a way to target an application to a os release, right? | 21:34 |
zbenjamin | rpadovani: well you _could_ compile your own cross qmake for 14.10 but its some work .... | 21:35 |
zbenjamin | rpadovani: but we could i could talk to bzoltan if we can provide a download somewhere for a 14.10 compatible qmake | 21:36 |
rpadovani | zbenjamin, that sounds cool, thanks | 21:36 |
sabayonuser2 | heya chicos! | 22:48 |
sabayonuser2 | I'm a totally wasted and burnt down good old javascripter, broken inside, wasted moneywise .. haha | 22:49 |
sabayonuser2 | that said... I want to use my time now with a proper goal in sight | 22:49 |
sabayonuser2 | I was doing some angular plugins, though cool, nobody quite was interested | 22:49 |
sabayonuser2 | so I thought I'll do something that I _myself_ at least will use and like | 22:50 |
sabayonuser2 | I was thinking about creating a proper js framework for ubuntu js app development | 22:50 |
sabayonuser2 | i have a few ideas | 22:50 |
sabayonuser2 | can 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!