/srv/irclogs.ubuntu.com/2014/10/02/#ubuntu-touch.txt

ahoneybunwould it be wrong to make a omgubuntu app? I know there is a webapp, but a app like a rss reader?01:03
ahoneybunI know there is a rss app as the core app but can you add rss feeds to it?01:03
sergiusensahoneybun: yes you can01:26
=== kickinz1|afk is now known as kickinz1
dholbachgood morning06:52
nhainesGood morning!06:56
* nhaines took a nap around 6pm and just woke up! -__-06:56
JamesTaitGood morning all; happy World Farm Animals Day! :-D09:09
andrej_Hi09:30
andrej_anybody knows answer to this: http://askubuntu.com/questions/531068/cant-run-ubuntu-core-app-from-ide-on-the-device ?09:30
popeyzbenjamin: ^09:31
zbenjaminandrej_: don't you get the question if you want to override the installed app?09:34
andrej_zbenjamin: which question?09:35
zbenjaminandrej_: the most recent version of the SDK should open a dialog that asks you if you want to override the installed app, if you press Yes it continues09:36
zbenjaminandrej_: also in the runsettings you can set a checkbox so it always overrides09:36
andrej_zbenjamin: no. I already suspect that I'm not running the lates Ubuntu SDK09:38
andrej_zbenjamin: how do I verify that?09:38
zbenjaminandrej_: are you on trusty or on utopic?09:38
andrej_trusty09:39
andrej_zbenjamin: trusty09:39
zbenjaminandrej_: and you use the sdk ppa?09:39
andrej_yep09:39
andrej_zbenjamin: yep09:39
vitimitiHi09:40
zbenjaminandrej_: dpkg -l | grep qtcreator-plugin-ubuntu09:40
andrej_zbenjamin: today I removed Ubuntu SDK completely and installed again to make sure it's the latest one, but it probably still isn't09:40
zbenjaminandrej_: thats the most recent one 3.1.1+14.10.20140915-0ubuntu1~0trusty109:40
zbenjaminthats already pretty old, maybe the newest features did not yet land on trusty09:41
zbenjaminandrej_: if you want bleeding edge you can also use this ppa https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/tools-development09:42
andrej_zbenjamin: this is my output: ii  qtcreator-plugin-ubuntu                               3.1.1+14.10.20140915-0ubuntu1~0trusty1              amd64        Ubuntu plugin for Qt Creator IDE ii  qtcreator-plugin-ubuntu-common                        3.1.1+14.10.20140915-0ubuntu1~0trusty1              all          Common data files for the Ubuntu plugin for Qt Creator IDE09:42
andrej_zbenjamin: thanks, I'll try that09:43
andrej_zbenjamin: I don't like the idea of upgrading to an unstable OS09:44
zbenjaminandrej_: yeah thats why we have the ppa's09:44
vitimitiandrej_, it's not that unstable, I'm using it and I'm kind of disappointed that I can't find much to complain about09:44
zbenjaminandrej_: but the release to that ppas is manually so if there is heavy load on us its possible that not all updates land immediately09:44
andrej_zbenjamin: should I remove the old PPA?09:45
zbenjaminvitimiti: andrej_: we all use it for daily work09:45
zbenjaminandrej_: keep it09:45
zbenjaminandrej_: not sure if the devel ppa has all packages09:45
vitimitiYeah, it's really stable for a pre release09:45
andrej_zbenjamin: in recent years  I settled to use only LTS releases. The others I call unstable :-P09:46
andrej_zbenjamin: so I need to add the PPA and run apt-get update? Or rempove ubuntu-sdk, add PPA and install?09:49
zbenjaminandrej_: apt-get update && apt-get upgrade09:51
* zbenjamin usually runs apt-get dist-upgrade09:51
vitimitiIs there an option in the Ubuntu SDK to create a header with the license you want every time I create a file?09:52
andrej_zbenjamin: I added the PPA sucessfully, but apt-get update produces errors: W: Zlyhalo stiahnutie http://ppa.launchpad.net/ubuntu-sdk-team/ubuntu/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found  W: Zlyhalo stiahnutie http://ppa.launchpad.net/ubuntu-sdk-team/ubuntu/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found09:58
andrej_zbenjamin: I started the updated ubuntu-sdk and got the dialog indeed. After clicking yes, I get:10:10
andrej_zbenjamin: Sdk-Launcher> Launcher PID: 3528 Sdk-Launcher> Uninstalling already installed package (--force-install) Sdk-Launcher> Uninstalling the application failed10:10
zbenjaminandrej_: hmm seems i need to hack some more on that part, as a workaround you could disable the uninstall step in /usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py i think10:11
andrej_zbenjamin: I have opened the file. Which lines should I comment out?10:15
zbenjaminandrej_: search for that string " Uninstalling already installed package "10:16
zbenjaminandrej_: there should be a call to pkcon right next to it10:16
andrej_zbenjamin: I commented out the 'else' branch and the application really seems to have installed, but it looks like this: http://disk.jabbim.cz/dl/deb73476ae78b9f4475bb877ea4c3a0d/542d274b/ondrejandrej@jabbim.sk/dl.png10:23
zbenjaminandrej_: that is a packaging error10:24
zbenjaminandrej_: it cannot find your qml file10:24
zbenjaminandrej_: was that app already packaged for click? or do you work on it?10:24
andrej_I downloaded it right now by bzr branch and didn't touch any file10:27
andrej_zbenjamin: ^10:27
zbenjaminandrej_: which branch is that?10:27
andrej_I have run bzr branch lp:dropping-letters10:28
=== dandrader is now known as dandrader|afk
zbenjaminandrej_: seems its not really meant to be packaged with click10:31
zbenjaminandrej_: but you can change the exec line in the desktop file to qmlscene dropping-letters.qml10:32
andrej_zbenjamin: BTW I wouldn't mint running it on Desktop, but it tells me "module QtQuick version 2.3 is not installed"10:33
andrej_zbenjamin: BTW I wouldn't mind running it on Desktop, but it tells me "module QtQuick version 2.3 is not installed"10:33
zbenjaminandrej_: ok, so it only runs on utopic  ;)10:33
zbenjaminbut try to change the desktop file10:34
=== ecloud_wfh is now known as ecloud
andrej_zbenjamin: I changed the exec line and it works! But I sounds are not working. AFAIK this is supposed to be already working10:46
=== dandrader|afk is now known as dandrader
=== MacSlow is now known as MacSlow|lunch
gatoxseb128, hi.... i replied to this branch a couple of days ago: https://code.launchpad.net/~diegosarmentero/ubuntu-system-settings/display-errors/+merge/235037 let me know if i need to do something else11:36
seb128gatox, I was waiting to reply to my "do we have a design for the strings used?" which you didn't11:37
gatoxseb128, no as far as i know11:38
seb128we should?11:39
=== chihchun is now known as chihchun_afk
gatoxseb128, we probably should...11:40
gatoxseb128, i'm going to start testing the other 2 branches... i proposed them before actual testing on a device... because asking around, having CI to build the branch was the ony way to get the DEBs11:44
seb128gatox, k, did you look if you work conflicts with the changes kenvandine is working on?11:44
gatoxseb128, no... i didn't look abouot that... i saw a branch from him landed the other day... i think there is no conflicts between mine and his branches, but i'll merge to be sure11:45
seb128gatox, well, seems like he landed his work, so I guess just make sure you rebase on trunk11:47
gatoxseb128, yes11:47
=== _salem is now known as salem_
andrej_zbenjamin: Maybe I should commit the dropping-letters.desktop with the altered line so that the app runs properly. Should I?12:16
=== MacSlow|lunch is now known as MacSlow
gatoxseb128, so... about the first branch and the strings thing... should we do somethign about that? or is that branch ok?13:02
seb128gatox, let me give it another look/test on the device13:02
zbenjaminandrej_: no idea, i don't know how its normally packaged and if its normally installed using a debian package13:04
gatoxseb128, ack13:04
gatoxseb128, i'm working on the second one and check why is not working13:04
seb128k13:04
seb128gatox, did you confirm what I wrote?13:05
gatoxseb128, yes13:05
seb128good :)13:05
=== gnu is now known as Guest4620
mzanettijgdx: hey, here's another one: https://code.launchpad.net/~mzanetti/ubuntu-system-settings/drop-reboot-label-in-launcher-reset/+merge/23687613:07
jgdxmzanetti, it doesn't need to reboot anymore?13:17
mardycwayne: hi! Do you have time to debug that ACL issue?13:20
mzanettijgdx: not after the branch linked in the description has landed13:26
=== dandrader is now known as dandrader|afk
jgdxmzanetti, neat13:27
gcollurawhy is system settings app startup animation different? and how? :)13:30
jgdxgcollura, look at [1] and [2]. [1] https://lists.launchpad.net/ubuntu-phone/msg09996.html [2] https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/137624213:34
ubot5Ubuntu bug 1376242 in ubuntu-system-settings (Ubuntu) "Launching System Settings doesn't use the most appropriate splash screen" [Critical,Fix released]13:34
gcollurajgdx, is that a bug? I though it was a feature!13:35
gcolluraok sorry13:35
jgdxgcollura, it's a feature in Unity, but so is the new behaviour. :)13:36
gcollurajgdx, will normal app be able to use such feature?13:37
jgdxgcollura, I don't know, but I'll refer you to [1]13:37
gcollurajgdx, I'm reading it right now, I think the 3rd behavior will be used by almost all apps13:38
gcollurathanks for the answers btw :)13:39
jgdxgcollura, np13:39
seb128mardy, hey13:48
seb128mardy, just as a fyi I backported https://git.gnome.org/browse/evolution-data-server/commit/?h=evolution-data-server-3-12&id=e3b9159bf2c0cfc467e1c9bb8965d4f002ea0fe0 to utopic13:49
popeykgunn: looks like our libSDL2-2.0.so.0 was built against libmirclient7, but we're on libmirclient8 now. Should we rebuild SDL? (I want to use SDL but can't because 'libSDL2-2.0.so.0->dlopen("libmirclient.so.7", 2PTRACE_SINGLESTEP: Input/output error')13:50
jgdxt1mp, ping13:52
mptWellark, I was going to say, “we should have exactly the same Previous/Next buttons for navigating between APN fields as we do for browser forms” … But then I saw we have none for browser forms :-/13:56
=== beuno_ is now known as beuno
t1mpjgdx: hello13:59
mardyseb128: thanks a lot for taking care of that!14:00
seb128mardy, yw! I'm also going to SRU to trusty once it's tested in utopic14:00
seb128kenvandine, hey, could you review https://code.launchpad.net/~diegosarmentero/ubuntu-system-settings/display-errors/+merge/235037 ? it looks fine to me but you spent more time than me in that code recently so you might have a better opinion on the changes14:03
kenvandineseb128, i'm sure it wouldn't merge cleanly now14:04
seb128kenvandine, it does!14:04
seb128just tried14:04
kenvandinewow14:04
seb128indeed14:04
kenvandinei'm amazed :)14:04
seb128I would have though it wouldn't either14:04
seb128same here!14:04
seb128let me trigger a CI build retry14:05
seb128so we get a deb rebased on trunk14:05
kenvandinethx14:05
seb128yw14:05
jgdxt1mp, can you take a look at the email I sent you?14:06
seb128gatox, do you have an hint on how to test the check-hash change?14:06
jgdxt1mp, I'm running an email notification irc service14:06
gatoxseb128,  you can ask pindonga to set an incorrect hash in one of the clicks according to alecuu14:07
t1mpjgdx: I don't see the e-mail. Where did you send it? to a mailing list?14:07
t1mpwhat's the subject?14:07
seb128gatox, did anyone do that/tried the buggy case?14:07
gatoxseb128, alecuu did it for the scope... i haven't tested this yet... i was waiting it to build.. and now i'm working on the accounts branch to try to understand the bug.... i'll test that one after this one14:08
pindongagatox, as I told alecu back then modifying the server data for a test is not something I'm keen on doing... can't you just provide fake data for the test?14:08
seb128gatox, ok, thanks, looks fine in principle to me but it would still be good to be able to test it14:08
gatoxpindonga, ah ok... i didn't know that... alecu told me that i could request that... sorry14:09
gatoxseb128, let me check if i can fake the server somehow in the phone to fake the test and avoid modifying stuff in the server....14:10
seb128gatox, well, one thing at time, debug the add account one first14:10
alecupindonga: are we talking about staging? I thought you did modify the hashes on some of the apps in staging14:10
gatoxseb128, yes, sure... i will finish with this branch first14:10
pindongaalecu, I did that once as an example and to get you unblocked... I'm not keen on doing that every time a test is needed14:11
pindongathe phone should be able to provide fake data for tests14:11
alecupindonga: ok, that sounds reasonable: we should not make tests depend on staging14:12
alecugatox: ^14:12
pindongathx alecu14:12
alecugatox: seb128: btw, do you guys have a testplan for the updates part of system settings? Are you adding this test case to that test plan?14:13
alecugatox: seb128: actually, I remember adding such a test for a bug I fixed there: https://wiki.ubuntu.com/Process/Merges/TestPlan/ubuntu-system-settings14:14
kgunnpopey: talk to bschaeffer14:14
popeykgunn: will do14:15
alecugatox: seb128: I think that it would be good to add info on how to test the above bug to that test plan14:15
=== boiko_ is now known as boiko
cwaynemardy: sure thing14:15
kenvandinegatox, i was poking around a bit trying to figure out why install all/pause all causes some state issues and i have a hunch that it sometimes triggers duplicate downloads14:15
kenvandinegatox, but i'm not sure why... i added some debugging and found that bindDownload sometimes gets called more than once for the same package14:17
kenvandinebut not reliably14:17
gatoxkenvandine, mmmm that's weird14:17
mardycwayne: so, are these scopes using the requestAccess API? (the one from Ubuntu.OnlineAccounts.Client)?14:18
kenvandineyeah, and i can't really see why that would happen14:18
cwaynemardy: mine are using whatever's in accounts-polld/accounts14:18
kenvandinewell, startService() gets called more than once, which could be improvied14:18
kenvandinebut if all the properties aren't set, it doesn't create the download14:18
kenvandinegatox, i've only triggered that by twiddling with installAll/pauseAll14:19
kenvandinenot individual pause/resule14:19
kenvandineresume14:19
kenvandinegatox, do you think that could be caused by something in udm?14:20
kenvandinelike if udm retries a download, it could create a new one?14:20
kenvandinethat would cause bindDownload to be called14:20
kenvandinebut i don't really know anything about udm14:20
gatoxkenvandine, mmm we should ask mandel, but i don't think so14:21
kenvandinei was thinking if there was some failure in the download that wasn't recoverable, maybe it was really robust and would recreate it14:21
=== dandrader|afk is now known as dandrader
kenvandinedunno :)14:21
mardycwayne: accounts-polld is an unconfined app, so it doesn't need to request access (and I've checked the code, and verified that it doesn't)14:22
cwaynemardy: well im just using the code from accounts-polld in my go scope14:23
cwaynemardy: but it doesn't change anything if i make my app unconfined either14:23
sergiusensplars and fginther how are you calling ubuntu-device-flash from jenkins?14:23
ogra_sergiusens, should be visible in the console log14:24
gatoxkenvandine, i think mandel is on vacations right now14:24
sergiusens2 weeks14:24
mardycwayne: I'm a bit ignorant about how scopes work... I see that the code to request access is in unity-scopes-shell14:25
plarssergiusens: we have scripts in lp:ubuntu-test-cases/touch that handle calling all the tools necessary to set up the phones and make them ready for testing udf + phablet-config + phablet-network + phablet-click-test-setup, etc14:25
mardycwayne: does it mean that unity-scopes-shell could request access on behalf of your scope?14:25
cwaynemardy: so i don't use that yet (since it doesn't integrate with the go bindings)14:25
cwaynemardy: so in the future, hopefully that's how it will work, but for now its my scope itself requesting acccess14:26
sergiusensplars: thanks, that works for me; also, if I add a deprecation warning, how are you going to capture that automatically?14:26
sergiusensplars: I can also "format" the deprecation warning with dates and such for you to grab easily14:26
mardycwayne: can you use C++ from go?14:26
sergiusensplars: that's going back to ev's comment about deprecation warnings;14:27
mardys/use/call/14:27
sergiusensmardy: yes you can14:27
plarssergiusens: I'd have to know what to look for to capture it automatically, what are you deprecating?14:27
dednickfginther: hey. know what's going on with the unity8 qmltest VMs?14:27
sergiusensplars: well I'm changing u-d-f to have a core and touch subcommand (deprecating the non positional command)14:27
fgintherdednick, the connection to the VM host is broken, we're in the process of shutting down jenknis for a restart14:28
mardycwayne: if you can, then the code that you need is those few linews starting at http://bazaar.launchpad.net/~unity-team/unity-scopes-shell/trunk/view/head:/src/Unity/scope.cpp#L125914:28
dednickfginther: ok. thanks14:28
sergiusensplars: also adding a "query" subcommand to add --list-images, --show-image, --list-channels14:28
ogra_sergiusens, cant you just default to touch ?14:28
sergiusensyes, but I'm deprecating that14:28
cwaynemardy: can't do that from go yet (at least no idea how I would)14:29
mardysergiusens: do you have some examples? ^14:29
robotfuelrsalveti: ping, pulse audio started crashing on today's phone image https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1366819 are you the right person to assign this bug to? It looks like no changes have been made to pa since your changes on sept 3rd14:30
ubot5Ubuntu bug 1366819 in pulseaudio (Ubuntu) "PulseAudio crashed unexpectedly" [Critical,Confirmed]14:30
sergiusensmardy: cwayne I had some in account-polld and calling Qt; one sec14:30
sergiusensmardy: cwayne you need to C wrap it basically14:30
plarssergiusens: it's hard to imagine not noticing given the number of people looking at these results, but I'll look into whether we can add some log scraper that looks for the string you use for deprecation warnings14:30
mardycwayne: alternatively, you could directly use the DBus interface (it's just a matter of one method call), but please remember that that's a temporary solution and we offer no stability guarantees for that14:30
* sergiusens wishes dbus apis were stable14:31
sergiusenssolve a whole lot of "recompile" issues :-)14:31
cwaynemardy: i don't get why I have to change anything.. it worked yesterday, shouldn't it at least work unconfined?14:31
sergiusensmardy: cwayne http://bazaar.launchpad.net/~ubuntu-push-hackers/account-polld/trunk/view/head:/qtcontact/14:32
sergiusensplars: right, but the goal was no humans involved :-P14:33
mardycwayne: if your apparmor is indeed "unconfined", then it should work, yes14:33
cwaynemardy: it is, but it doesn't work :/14:33
mardycwayne: can you share the syslog (remember that logging must be enabled in /etc/signond.conf)?14:34
cwaynebut it works if i remove signon-apparmor-extension14:34
* jdstrand notes unconfined means different things to different people14:34
plarssergiusens: I just mean this shouldn't block you. We'll sort out some way of automatically grepping for the deprecation warning in the future.14:34
sergiusenscwayne: you can take it to the train team and the will revert; whoever introduces change needs to make sure all the peices work14:34
sergiusenspieces14:35
jdstrandthere is the "unconfined" profile which uses the "unconfined" label. this is what unity8 runs as (for example)14:35
plarssergiusens: even in the presence of a way to detect this automatically though, it's nice for you to tell us it's coming :)14:35
sergiusensplars: oh, of course not, was just thinking about it ;-)14:35
sergiusensplars: when I have it under review I will ask you to look anyways :-)14:35
jdstrandthen there are apps that use the unconfined template. they have an effectually unconfined policy, but the profile label is still the app id (eg, terminal, filemanager, aggregating scopes, etc)14:36
jdstrandmardy, cwayne: ^14:36
plarssergiusens: I think the more important part for us is that we have a way back - it's nice to have a deprecation path for CLIs and APIs rather than just immediately switching over14:36
mardycwayne, jdstrand: so, OA only checks the profile label14:36
jdstrandright14:36
plarssergiusens: that way we avoid the chaos of having a flag day where everybody has to land everything in lock-step14:37
cwaynemardy: okay, so at least that explains why it doesn't work if i make it 'unconfined'14:37
sergiusensplars: I'm all for backwards compat14:37
Wellarkmpt: :(14:37
Wellarkmpt: our OSK needs some love14:37
sergiusensplars: no flag days allowed in my book :)14:37
jdstrandmardy: I figured you were talking about the "unconfined" label, but I suspected cwayne was perhaps talking about the unconfined template14:37
cwayneI was, sorry :)14:37
* jdstrand could be wrong-- just wanted to make sure people were talking about the same thing14:38
jdstrandcwayne: no need to be sorry, it happened to be an implementation detial I knew about and thought I'd make sure you guys were talking about the same thing14:38
mardycwayne: so, basically it was working before because without that package all accesses are granted14:42
=== oSoMoN_ is now known as oSoMoN
=== mibofra_ is now known as mibofra
dobeymardy: you are adding the "fix" i suggested, right? and then we can remove that later when all the related issues get fixed?14:57
cwaynemardy: right, so for the 'real' fix, I guess i'd need the go bindings to do the right thing now...14:58
rsalvetirobotfuel: that's not the same bug14:59
rsalvetirobotfuel: and it's already fixed in the archive, should show up in the next image14:59
robotfuelrsalveti: do you have a link to the fix, I need it for a report15:00
vitimitiHi15:00
rsalvetirobotfuel: https://launchpad.net/ubuntu/+source/ubuntu-touch-session/0.108+14.10.20140929-0ubuntu215:01
robotfuelrsalveti: thanks15:01
rsalvetirobotfuel: problem is that only half of the landing went to the archive15:01
=== gatox_ultra is now known as gatox
=== dandrader is now known as dandrader|afk
dbarthogra_: hiya; seeking oxide-qt deperately ;) is 1.2.4 targeted for the next rtm image today?15:08
=== dandrader|afk is now known as dandrader
mptWhat does it mean when phablet-screenshot says “* daemon started successfully *” and then just sits there doing nothing?15:36
popeyphone probably isn't responding to adb commands15:36
popeyso its probably off or developer mode isn't on15:36
mptAh, Developer Mode was off, thanks15:37
mpt(weird, it was on yesterday)15:37
ogra_did you re-flash inbetween ?15:37
ogra_(or change your password/PIN15:38
ogra_)15:38
mptI don’t remember it, but I guess I must have :-]15:38
ogra_either would unset it15:38
gcolluradoes click-buddy support out-of-source builds? I don't want all the cmake compilation files in my source directory15:51
=== chihchun_afk is now known as chihchun
gcolluraogra_, do you know why source files are compiled in their directory and not in a separated directory? (eg tmp/somerandomdir)16:29
gcollurain click-buddy script16:30
ogra_gcollura, nope, i dont know anything about click-buddy16:34
ogra_not sure who wrote it ... probably sergiusens knows16:35
popeygcollura: if you build the click in the sdk (qtc) you get a separate build folder16:35
mterryted, will indicators detect locked vs not?  Or should we ask for a different profile when a password is needed vs swipe?16:39
sergiusensgcollura: I wrote it, but it needs some much needed attention to refactor16:45
sergiusensgcollura: there were issues with the click cmd when doing stuff out of source about a year ago when I decided to go that path16:47
sergiusensgcollura: with the bind mounts16:47
=== gnu is now known as Guest28272
=== gatox is now known as gatox_lunch
MichaelTunnellwhat is the best way to demo an ubuntu touch app17:19
MichaelTunnellon the desktop that is17:19
bfillermterry: elopio and I looking at this bug https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/136834317:27
ubot5Ubuntu bug 1368343 in ubuntu-keyboard (Ubuntu) " [wizard] on the security page, there's a long delay until the keyboard appears " [High,Confirmed]17:27
bfillermterry: do you start maliit when the wizard starts or only on demand?17:27
bfillerelopio: there is an env you can set in /usr/share/upstart/sessions/maliit-server.conf to at least get more debug.. let me find that17:29
bfillerelopio: try adding this "env MALIIT_DEBUG=true" to the /usr/share/upstart/sessions/maliit-server.conf file and see if we get more debug17:33
bfillerelopio: if that doesn't work, you can try this 1) reboot so the wizard appears 2) before maliit-server is started do this from a terminal a) ulimit -c unlimited b) export MALIIT_DEBUG=true c) start maliit-server17:37
bfillerelopio: then if it crashes you should have a core file in the directory you started it from and more debug17:38
bfillerelopio: I can do all this later but if you have time now and don't mind trying that's helpful. no problems if not17:38
elopiobfiller: I'm on it.17:38
bfillerelopio: thanks17:39
elopiobfiller: the only new thing I see on this new log is17:42
elopioWARNING: file:///usr/share/maliit/plugins/com/ubuntu/keys/Magnifier.qml:50:5: QML BorderImage: Possible anchor loop detected on centerIn.17:42
elopioWARNING: file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/Icon10.qml:34:5: QML Image: Failed to get image from provider: image://theme/../images/icon_shift@18.png17:42
elopiolet me see with your second method.17:42
t1mpargh17:49
t1mpelopio: which uitk version do you have?17:49
t1mpelopio: there was a bug with that error: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/137150917:50
ubot5Ubuntu bug 1371509 in Ubuntu UI Toolkit "Icons black in gallery from krillin #45" [Critical,Fix released]17:50
t1mpuhm17:51
t1mp QML Image: Failed to get17:51
t1mp                   image from provider: image://theme/../images/icon_shift@18.png17:51
t1mpuhm17:51
elopiot1mp: this is latest utopic proposed on mako.17:51
t1mpis iconName: "../images/icon_shift@18.png" being used instead of iconSource?17:51
elopio1.1.1262+14.10.20140922.2-0ubuntu1 017:51
t1mpimage://theme/ is prefixed internally if iconName is used, not for urls (iconSource)17:52
taiebotI guys i still cannot receive text message from my girlfriend. Is there a limit of messages that i am allowed to store on the phone?  In the mean time i am downgrading to see if it is happening on 260.  I have been using UT as my main phone for over a year now and my inbox could be full ?17:52
gcollurasergiusens, out of source dir build seems to work now, I'll do some further tests and ask a MR if necessary17:52
gcollurapopey, I don't use qtc as IDE, that's why I find click-buddy useful :)17:53
dobeytaiebot: well, the limit is "until your disk is full" afaik17:56
cwaynegcollura: how'd you get out of source dir build working?17:56
dobeytaiebot: is your disk full?17:56
* t1mp off17:56
taiebotdobey: no not at all. 7.1G free17:57
dobeytaiebot: i doubt that's the issue then, but you can of course delete some old messages and see.17:58
gcolluracwayne, I removed the cd "$SOURCE" and added $SOURCE in click chroot run cmake17:59
gcollurait *seems* to work17:59
taiebotdobey: downgrading to r260 will see if i get the 6 or seven messages that she sent me in the last two days.17:59
gcolluraas I said it need further testing, so far I've successfully compiled an app and installed in on my device (ofc it works as expected)18:00
gcollurait*18:00
elopiobfiller: no more information exporting the var.18:02
bfillerelopio: ah I know why, gave you the wrong instructions18:04
bfillerelopio: 1) reboot so the wizard appears 2) before maliit-server is started do this from a terminal a) ulimit -c unlimited b) export MALIIT_DEBUG=true c) manually run maliit-server by typing "maliit-server"18:05
elopiobfiller: something's wrong with that too: http://paste.ubuntu.com/8480735/18:08
elopioI did get the core file from the previous run.18:09
elopioshould I upload that to the bug?18:09
bfillerelopio: hmn, is the wizard up at this point?18:09
elopiobfiller: it is, on the welcome screen.18:09
cwayneclick-review seems broken..18:09
bfillerelopio: ok maybe this method won't work because the shell is not actually started18:09
bfillerelopio: yes please upload the previous core file to the bug and I'll have to dig deeper18:10
=== gatox_lunch is now known as gatox
nhainesHey, does the core music app keep running in the background?  I thought it was being converted to media-hub and the subject to the lifecycle management.18:26
ahayzennhaines, we use media-hub to keep running the music18:28
ahayzennhaines, however we have a lifecycle exception which means that the app keeps running so it can calculate the next track when needed18:29
ahayzennhaines, the long term goal is to get rid of that18:29
nhainesahayzen: thanks.  I thought it'd already been accomplished.  I guess there were queuing problems?  :)18:30
ahayzennhaines, we need background-playlists support in media-hub to totally remove the lifecycle exception18:30
ahayzennhaines, otherwise everything else is sorted18:30
nhainesThat's what I meant.18:33
nhainesHaven't tried it extensively in 14.09/r2, but liked what I saw.18:34
kenvandineseb128, it's remarkably difficult to use my phone in french... much easier using pt_BR :)18:59
seb128kenvandine, c'est faux !19:00
mardydobey, cwayne: yes (to both your questions :-) )19:01
taiebotI have downgraded. I am only receiving texts from myself. I think its time to say goodbye to my phone provider.19:03
cwaynemardy: i don't remember what my question was :)19:04
mardy17:58 < cwayne> mardy: right, so for the 'real' fix, I guess i'd need the go bindings to do the right thing now...19:10
cwayneah, okay :)19:15
vitimitiHi19:18
tedmterry, I wasn't detecting locked, I thought that's what the messages setting was for. i.e. you want data on the greeter or not.19:25
tedmterry, So it could be locked and you could still reply if you so wanted.19:26
dobeytaiebot: are you in the US?19:26
mterryted, I figured that swipe setting means that phone_greeter mode is same as phone.  Locked settings means they are different but you could expose different things based on those settings.  But maybe design should confirm thtat19:26
=== kickinz1 is now known as kickinz1|afk
tedmterry, Hmm, okay. I explained it in the indicators call today and no one in design corrected me :-)19:28
tedmterry, That's agreeing, right? ;-)19:28
taiebotdobey: no i am in the UK19:28
mterryted, heh, OK. It's all easy enough to change if they complain.  I'm still trying to get the switching-profile experience to be seamless -- it is currently taking a couple seconds to repopulate menu content and I'm trying to figure out where that is happening so I can cache old content.  The u8 code is all models wrapped in models19:29
taiebotdobey: i think its my phone provider i tested with two different phones on different network. I think i can receive text from myself because it is on the same network.19:30
dobeytaiebot: ah ok. i don't know what to suggest for a provider over there19:30
dobeymaybe orange?19:30
tedmterry, Cool, besides reviews I think my branches are ready. Got the system settings patch in there too.19:31
vitimitiI had Orange and my phone periodically turned off by itself. As soon as I changed that stopped happening. Now my mother is using it and her phones turns off. Not suggesting anything19:31
dobeyand not sure if any of the other brits are still around19:31
vitimitiher phone*19:31
mterryted, is that indicator-transfer typo fixed?  :)19:32
tedmterry, In that silo, yes.19:36
NikThHello everyone19:36
mterryted, yay  :)  it's an eyesore while testing  :)19:36
mterryted, sorry my side is taking so long -- I didn't plan on this work, I thought u8 was done for you19:37
tedmterry, Heh19:37
NikThWhat is the procedure for someone to follow in order to produce a layout for the Ubuntu Touch keyboard ?19:37
NikThFrom where someone can begin ? I'm asking for an idea, a link, something ?19:37
tedmterry, Sorry about that, I thought we were thinking the same way about it.19:37
NikThel_GR layout is missing and some of our members at Greek Ubuntu community are interested to help. Thanks19:37
mterryted, yeah no worries just crossed wires19:37
dobeyNikTh: lp:ubuntu-keyboard is the source and where the layouts are. see under plugins/ there19:42
NikThdobey: Great. Thanks for guidance.19:43
nhainesTerminal needs a hacker keyboard layout.  :)19:45
NikThdobey: I think I've found it http://bazaar.launchpad.net/~phablet-team/ubuntu-keyboard/trunk/files/head:/plugins/ :-)19:46
dobeyNikTh: yes19:51
dobeynhaines: phones need built-in Happy Hacker kebyoards.19:51
nhainesdobey: I agree.  :)19:51
dobeyalso am disappointed that apparently nobody makes a usb thumb keyboard for the N519:52
dobeyor apparently any other phones any more19:52
nhainesT-Mobile G1 had the best keyboard ever.  The HTC G2's wasn't as nice.  And that was the end of that.19:53
dobeynah19:55
dobeyPrē did ;)19:55
gcollurawhat's the command to start apps from the terminal?20:00
dobeygcollura: ubuntu-app-launch $packagename_$appname_$version20:01
gcollurathanks dobey20:01
gcolluradobey, do you know why icons are not loaded if the app has been launched with that command?20:04
=== slobo_ is now known as slobo
dobeygcollura: on the launcher you mean? in unity8? probably a bug if so20:09
=== gnu is now known as Guest30677
=== kickinz1|afk is now known as kickinz1
=== kickinz1 is now known as kickinz1|afk
HardtailHi guys, my ASUS T100 just arrived in the mail. I am powering it up as we speak. It has Win8 on it, is it possible for me to load UBuntu?21:03
nhainesIf it has Windows 8 and not Windows RT, and if it has a standard BIOS or UEFI, then you should be able to, if ASUS didn't restrict it.  You'll have to find that out from the manufacturer.21:04
Hardtailnhaines it has Windows 8.1 on it, can I get some of that information from the BIOS? Or do I actually have to contact ASUS?21:06
nhainesHardtail: if it's just a PC, then it's just a PC.  Try to boot from a USB stick and see if it works.  :)21:08
Hardtailnhaines, ok thanks mate. I think it is just a pc in tablet form :D thanks again!21:08
nhainesYup, in that case enjoy.  :D21:09
Hardtailawesome :D21:09
=== salem_ is now known as _salem
tedrsalveti, So do you know how SilentMode is supposed to work?21:30
tedrsalveti, I see the setting, but it seems no one is listening to it?21:30
nik90jdstrand: hey, would it be possible to backport click-reviewers-tool with the fix to bug 1371180 to trusty pls22:30
ubot5bug 1371180 in Canonical Click Reviewers tools "Add x-source, x-test to the list of valid extensions " [Medium,Fix released] https://launchpad.net/bugs/137118022:30
iorwethHi, is it possible to connect to wifi-networks with PEAP encryption?22:33
kurt_when i add a cpp to my project why does it not show up in the file tree......does my app see it during the build?23:15
kurt_i have my phone in developer mode and the sdk sees it but says there is no network connection, even with a working sim card in and wifi connection.23:35
nith1210Today's update fixed orientation switching for me. It'd be nice if dragging the background of the pull down menu (when not corresponding with an item) would allow one to pull it back up again.23:57
nith1210You can open "transfers" for example, really easily with a small finger motion but closing it requires a much larger physical action even if there is no info in that unity pull down area23:58

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