/srv/irclogs.ubuntu.com/2014/07/29/#ubuntu-touch.txt

=== chriadam|away is now known as chriadam
=== Guest75578 is now known as KyriosBrastianos
=== vying is now known as Guest70932
=== chihchun is now known as chihchun_afk
=== _salem is now known as salem_
=== chihchun_afk is now known as chihchun
=== salem_ is now known as _salem
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
dholbachgood morning06:54
tsdgeoshmmm07:13
tsdgeosthe grooveshark webapp stops playing music if i toggle the screen or switch to a different app07:13
tsdgeoswhere do i file a bug for this?07:14
tsdgeosanyone knows where Mirv is?07:19
=== tvoss is now known as tvoss|test
=== tvoss|test is now known as tvoss
jgdxseb128, hey, which schema do I put this in? system or a new one?08:10
seb128jgdx, hey, what was the keys again?08:11
jgdxseb128, http://pastebin.ubuntu.com/7892893/08:12
jgdxseb128, sim settings08:13
seb128jgdx, I think I would make a new schemas, com.ubuntu.sim (or phone?)08:14
seb128Laney, ^ do you have a preference there?08:15
Laneyumm08:16
jgdxseb128, I like the sound of phone.08:16
seb128jgdx, +1 from me for that08:16
Laneyyeah don't mind so much08:16
Laneyhowever this looks like it could be "a(ss)" instead of different keys08:17
seb128jgdx, ^08:18
jgdxright08:19
LaneyNot sure I much like the defaults either08:20
Laneywho consumes this key?08:20
JamesTaitGood morning all; happy Rain Day! :-D08:20
jgdxLaney, messaging app, uss at least08:20
jgdxdialer app08:21
Laneyor is it a way of looking up a friendly name from a modem?08:22
Laneyin which case it sounds like a dictionary08:22
jgdxLaney, the sim name lookup or the whole thing?08:29
LaneyI mean this schema08:29
Laneyit's to provide a mapping between modem paths and friendly names?08:29
jgdxand enable the user to select a default sim (modem path) for calls and messages08:30
Laneyyeah those last two are probably okay like this, although you could use a maybe instead of an empty string for 'ask' if you want08:32
jgdxLaney, 'ask' most def08:33
LaneyI think the first two should probably be "{ss}" and don't hardcode the defaults but instead calculate these dynamicall08:33
Laneyhttps://developer.gnome.org/glib/2.37/gvariant-format-strings.html#gvariant-format-strings-dictionaries08:33
jgdxthose docs makes my right eyelid shake08:34
Laneyjust think of {ss} as a dicationary whose keys and values are both strings08:34
Laneywhich is a mapping from modem names to display names08:34
jgdxI dabbled with this, but my program (the consumer of the key) just segfaulted08:35
jgdxI'll give it another stab.08:35
=== vrruiz_ is now known as rvr
jgdxLaney, is it supposed to be just "{ss}"? That does not compile08:55
=== Beldar is now known as friendlyfascism
=== kyrios is now known as Guest63148
=== chriadam is now known as chriadam|away
jgdxLaney, I filed a bug against gsettings-qt. Could you take a look at it? https://bugs.launchpad.net/gsettings-qt/+bug/134978710:59
ubot5Launchpad bug 1349787 in gsettings-qt "application crashes when using gsettings binding for schema with a{ss} type key" [Undecided,New]10:59
=== pete-woods is now known as pete-woods|lunch
=== MacSlow is now known as MacSlow|lunch
=== ycheng is now known as ycheng-afk
=== tvoss is now known as tvoss|lunch
=== dandrader is now known as dandrader|lunch
=== chihchun is now known as chihchun_afk
=== pete-woods|lunch is now known as pete-woods
=== alan_g is now known as alan_g|lunch
=== MacSlow|lunch is now known as MacSlow
janimobarry, hi, I am again looking at the MRs filed against u-s-i. Can you give me a hint about how to create the new test for https://code.launchpad.net/~jani/ubuntu-system-image/skip-gpg-verification/+merge/222761 ?12:30
seb128hey there, I know the n5 is not officially supported, but there is a community image that sort of works, but the screen doesn't suspend ... does anyone has a recommendation to where to look at/start if somebody was wanting to try to debug that issue?12:38
=== alan_g|lunch is now known as alan_g
=== _salem is now known as salem_
deepakhi13:08
kenvandinehas anyone used dbusmock yet to mock com.ubuntu.touch.AccountsService.Sound ?13:09
deepakI recently using touch 14.10. When I update any app, the storage shows that the old version is still there. How can I clear the old version ? Can anyone help me ?13:10
deepakI am using nexus 4 (8 GB)13:10
=== gnu is now known as Guest68091
deepakany one is there who is using touch 14.10 and interested to help me13:14
jgdxkenvandine, hey, the work for dual sim in call forward/waiting, is that wip?13:20
kenvandinejgdx, i haven't worked on it13:21
jgdxkenvandine, what about the numbers in about panel for dual sim?13:24
kenvandinejgdx, nope :)13:25
jgdxkenvandine, :) goodie, then I'm synced13:25
kenvandinei'm fighting with the sound panel atm...13:25
kenvandinejgdx, particularly writing tests and mocking the sound stuff in accounts service13:25
kenvandinei've implemented all the vibrate and silent mode settings13:26
kenvandinebut having a terrible time getting dbusmock to mock com.ubuntu.touch.AccountsService.Sound13:26
jgdxkenvandine, what's up with the tests?13:26
kenvandinei assume mostly because i haven't done much with dbusmock in the past13:26
kenvandinebut this interface seems weird...13:27
kenvandineit's apparently not introspectable and you have to use getter/setters on org.freedesktop.DBus.Properties13:28
kenvandineand wrap them...13:28
kenvandinejgdx, have you done anything like that?13:28
kenvandinei saw your tests for the background stuff13:29
seb128kenvandine, isn't om26er doing test for the sound panel?13:29
kenvandinethat same approach doesn't work for the sound interface :/13:29
jgdxkenvandine, all the interfaces I've mocked implements the getters setters from org.freedesktop.DBus.Properties13:29
kenvandineseb128, not sure... i'm adding tests for the features i just added13:29
om26erseb128, kenvandine I am only testing ringtone setting13:29
seb128kenvandine, https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-settings/change_ringtone_test/+merge/22822813:29
kenvandinejgdx, the sound interface is annotated as vendor added, not sure if that is a hint to why it's annoying13:30
seb128om26er, kenvandine: you might have duplication in mocks though?13:30
kenvandineom26er, where are your tests?13:31
jgdxdoesn't look like that branch adds mocking, but tests on the live bus13:31
seb128kenvandine, ^13:31
kenvandineis that getting the IncomingCallSound from that interface?13:31
om26erkenvandine, yes13:32
om26erkenvandine, I have reusable helpers if you want to use them.13:32
kenvandineyes!13:32
kenvandineom26er, are your tests in a ubuntu-systems-settings branch somewhere?13:32
om26erkenvandine, the one seb128 pasted: https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-settings/change_ringtone_test/+merge/22822813:33
kenvandineoh, sorry i missed the link :)13:33
om26erkenvandine, look for helpers.py13:33
=== dandrader|lunch is now known as dandrader
jgdxkenvandine, if you still want to mock it, you could do something like [1] L1449–1500 and add the interface to the user object, IIRC. [1] https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/1297418-apply-new-designs-to-background-panel/+merge/22357113:35
kenvandinejgdx, that's what i did... :/13:35
jgdxkenvandine, oh. Are you trying to add the interface and it fails?13:36
kenvandinejgdx, i was having a problem with that, and i think i have that nailed, but my setter isn't working13:37
kenvandinei want to be able to set it from inside my test and verify the UI reflects the change13:37
kenvandinebut the setter seems to do nothing13:37
jgdxkenvandine, do you emit a signal manually?13:37
kenvandineno...13:38
jgdxwhich you have to, the setter does not do that automatically13:38
kenvandinesigh13:38
kenvandine:)13:38
jgdxself.EmitSignal("org.foo…", "PropertyChanged", "sv", [args[0], args[1]])'13:38
jgdxe.g13:38
jgdx:)13:38
kenvandinewell that certainly explains it... i thought the properties interface on fdo did that :)13:38
=== tvoss|lunch is now known as tvoss
derek-gplz. move it along with Ubuntu phone development. I want one.14:40
=== alan_g is now known as alan_g|tea
cwayne_davmor2, pingerino14:51
davmor2cwayne: don't make me slap you into the middle of next month acting all cute and cuddly14:52
davmor2cwayne: what's up dude14:52
cwayne_lolol14:53
cwayne_davmor2, was wondering if we could get qa signoff on silo 00814:53
davmor2cwayne: not at the minute14:53
=== alan_g|tea is now known as alan_g
robotfuelWellark: ping15:08
=== gatox is now known as gatox_lunch
dpmtedg, charles_ - there's a message that says "Empty!" whenever there is nothing to show in an indicator. Do you know where it comes from? I've noticed it needs to be internationalized, but I'm not sure which project to file the bug against15:32
charles_dpm, looks like it's coming from qml/Panel/Indicators/DefaultIndicatorPage.qml15:34
dpmcharles_, ah, thanks. Which project is that?15:34
charles_dpm, d'oh, I meant for that to be in the path I was pasting! It's in unity815:35
dpmcharles_, cool, thanks!15:35
=== charles_ is now known as charles
mterryjgdx, is there a way to reset the phone to factory settings as the user?  I would have expected system-settings to offer that15:48
ogra_mterry, sergiusens works on that15:48
ogra_only from recovery mode though15:48
seb128mterry, https://bugs.launchpad.net/ubuntu-system-image/+bug/120786015:49
ubot5Launchpad bug 1207860 in Ubuntu system image "Need support for factory reset (needed by settings)" [High,Fix released]15:49
mterryogra_, hrm.  I want a way to trigger that from userspace -- if user can't enter right pin enough times we are supposed to wipe phone15:49
sergiusensmterry: ogra_ wrt reset, barry was adding that to the latest system setting api15:49
ogra_eeek !!!!15:49
sergiusensmterry: and pmcgowan is waiting on that ;-)15:49
mterryogra_, we warn them...  :)15:49
ogra_mterry, well, thats awful nontheless15:49
ogra_even with a waring15:49
mterryogra_, it's apparently common on phones -- I think iOS does it after some high amount like 20?15:50
seb128mterry, they added a dbus api to u-s-i15:50
mterryogra_, apparently people have nice friends that don't troll them by wiping their phones15:50
ogra_i just dont hand mine to others :P15:50
barrysergiusens, mterry, ogra_ do a `man system-image-dbus` to view the current dbus api.  there's a .FactoryReset() method15:50
barryin s-i 2.3.115:50
mterrybarry, seb128, sergiusens: thanks!  I will look at that API15:51
seb128mterry, yw!15:51
ogra_barry, oh, did you notice that we have a new s-i crash in testing (now that the logging issue is gone) https://jenkins.qa.ubuntu.com/job/utopic-touch-mako-smoke-daily/581/artifact/clientlogs/ubuntu_system_settings/_usr_sbin_system-image-dbus.32011.crash/*view*/15:52
barryogra_: i didn't!  but oh wow, that's an odd one15:52
pmcgowanmterry, while you are at it do the reset action in settings15:52
barryogra_: is there a bug open for that?  i can spend some time on it15:53
seb128pmcgowan, wdym reset action?15:53
mterryditto15:53
ogra_barry, i dont think there is yet ... until either sil2100 or someone from QA opeened one yet15:53
pmcgowanseb128, the reset the phone option15:53
seb128pmcgowan, what option?15:53
pmcgowanone sec15:54
seb128pmcgowan, the all settings? the launcher? factory?15:54
pmcgowanseb128, factory15:54
ogra_pmcgowan, see above ... bug 120786015:54
ubot5bug 1207860 in Ubuntu system image "Need support for factory reset (needed by settings)" [High,Fix released] https://launchpad.net/bugs/120786015:54
ogra_this is what is being discussed here atm ;)15:54
barryogra_: k15:54
pmcgowanseb128, punting on settings, maybe can do launcher15:54
seb128pmcgowan, that's what we are discussing15:54
mterrypmcgowan, yeah I'm trying to implement a factory reset if user can't log in X number of times15:55
seb128pmcgowan, jgdx is working on the reset launcher atm, we discussed that earlier15:55
pmcgowanseb128, very good15:55
mterrybarry, that dbus call is brutal  :)15:59
mterryI mean, I don't know what I expected16:00
mterryBut still16:00
ogra_mterry, wrap it in a nice function in system-settings so the rest of us doesnt have the pain :)16:00
mterryogra_, hah, not that it's complicated necessarily.  Just that you press Enter and you're phone is gone16:01
ogra_lol16:01
=== john-mca` is now known as john-mcaleely
tsdgeosmpt: is it only bad for 14 year old girls but not for 14 year old boys?16:05
mpttsdgeos, yes, in the sense that they’re much more likely to have had unpleasant experiences of that sort in the past16:07
tsdgeos:D16:08
tsdgeossigh world is sexist16:08
tsdgeosok16:08
mptWell, not *only* bad, but worse on average16:08
=== gatox_lunch is now known as gatox
=== psivaa is now known as psivaa-bbl
=== chihchun_afk is now known as chihchun
barrymterry: yeah.  suggestions certainly welcome, but i'm not sure what else you can do ;)16:24
mterrybarry, no I like it, and it's exactly what the greeter wants.  Just a tad scary  :)16:26
barry:)16:26
mhall119bzoltan1: zbenjamin: have you guys had a chance to look at my scope name case bug?16:27
mhall119hmmm, r157 is taking quite a long time to boot after upgrading16:32
mhall119what is Binder_2?16:32
mhall119it and apparmor are taking up all the CPU time16:32
mhall119jdstrand: apparmor_parser is slowing my boot after upgrade, I thought that was only supposed to happen after the first flash on a device16:34
jdstrandmhall119: it will happen if there are policy updates too, which there were (the nameservice abstraction was upated)16:34
jdstrandmhall119: it will be back to normal after this boot completes16:35
mhall119ok16:35
bzoltan1mhall119:  yes, we talked about it16:41
mhall119bzoltan1: is it something I can fix with my current project/emulator, or should I scrap them and start fresh?16:42
bzoltan1mhall119:  i would sed all the capital strings16:43
mhall119bzoltan1: http://paste.ubuntu.com/7896431/ are the only instances of camelcase in my source directory16:45
barryogra_: re: that s-i crash.  it's telling me the directory that the database is being opened/created in doesn't exist.  by default, that's /var/lib/system-image/  - is there some reason that directory wouldn't exist, or would get unmounted, etc.?  that directory should get created by the installation of system-image-common binary package.17:07
mterryogra_, we're out of traincon!17:07
mterryogra_, I'm inclined to push in those livecd-rootfs changes, eh?17:07
dobeymardy: ping. around? have some issues with online-accounts and the u1 plug-in that i could really use your input on17:08
=== alan_g is now known as alan_g|EOD
=== gnu is now known as Guest12719
mhall119looks like we need to raise developer awareness about properly categorising their apps17:10
=== Ursinha-afk is now known as Ursinha
barryogra_: i think i know what's going on.  the "logging issue" is the clue.  is there any way you can check the perms on /var/lib/system-image?  i bet you will find it to be 02770 and the process running system-image-dbus in the smoketest won't be the owner/group of that directory.  if the dir is not writable, then it can't create the settings.db file.  shouldn't affect real world users, but it's a smoketest-not-run-as-root issue (probably17:20
barryas easily fixable as the logging issue - please file a bug!)17:20
=== chihchun is now known as chihchun_afk
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
cwayne_mterry, pingerino17:37
mterrycwayne, pongalong17:37
cwayne_mterry, hey, so i apologize cus I'm sure i've asked this before, but if we set the .pam_environment to some non-english language before the welcome-wizard is run, it should be properly localized, right?17:38
mterrycwayne, you'd have to do that before lightdm runs17:39
cwayne_so if we do it at image flashing time, we should be good to go17:40
mterrycwayne_, sure17:40
cwayne_mterry, and we still don't have a better way to preseed the language right? last i checked there was going to be an accountservice call or something, but i think that was for split greeter?17:41
mterrycwayne_, yeah that was split greeter17:41
cwayne_mterry, so .pam_environment's still the way to go then?17:45
mterrycwayne_, yeah that's good17:45
cwayne_cool17:46
* cwayne_ wishes there was a cleaner way, but as long as ti works :)17:46
dobeydoes trying add an accout for google/fb/twitter result in a crash for anyone else? i'm getting a blank page for a couple seconds, and then crash and sent back to the list of accounts17:52
matv1just installed the newly promoted one. lots a goodness :)18:01
matv1spotted a camera bug that looks new to me though18:01
matv1anyone I could talk 2 thats doing work there?18:02
matv1I am seeing the camera do this: when swiping up to modify settings like HDR  location and flash, i can change settings but i cant get out of that mode18:05
matv1is that me doing it wrong? or can anyone confirm?18:06
matv1on Mako at least18:06
mhall119matv1: swipe down from just the area with the controls, no higher18:07
matv1mhall119 nah i wont do that anymore18:08
mhall119it's a little bit picky, and not intuitive18:08
matv1oooh right!18:08
matv1no i knew thats where it was. its just that the swipe area is really small now18:09
mhall119yeah, you used to be able to tab above the controls to dismiss them too I think18:11
matv1mhall119 indeed. thats how i remember doing it18:11
matv1doesnt seem optimal like this18:12
matv1you think it warrents a bug report?18:12
mhall119matv1: I agree, file a bug and I'll +1 it18:12
matv1cool. hang on18:13
matv1mhall119 https://bugs.launchpad.net/camera-app/+bug/134997718:22
ubot5Launchpad bug 1349977 in camera-app "after swipe-up to adjust settings, its really hard to go back" [Undecided,New]18:22
janimobarry, I am not sure how to add the new testcase for https://code.launchpad.net/~jani/ubuntu-system-image/skip-gpg-verification/+merge/222761 can you point me to an existing one I could use as a starting point?18:24
nik90charles: hi, now that TRAINCO is over, can we request a silo for your https://code.launchpad.net/~charlesk/indicator-datetime/lp-1340329-when-alarm-is-shown-inhibit-sleep-and-force-display-on/+merge/228047 MP18:25
dakerawe_: hi, do you have a few minutes to help me get to register to the network(ofono) ?18:28
awe_daker, sure18:30
dakerawe_: http://i.imgur.com/PBCgeQH.png18:30
sarnold"Mode avion" -- for when your phone is a bird :)18:31
awe_daker,  let's step back for a minute...  can you do anything for with the modem ( voice calls, sms )?18:31
dakerawe_: i don't get the unlock menu their even after a reboot18:31
awe_I'm not sure what you mean18:32
dakerawe_: ok, if i reboot the phone, the unlock sim card doesn't appear on the network indicator18:32
awe_ah, ok18:33
dakersarnold: :)18:33
awe_what image aere you running?18:33
dakerawe_: this start to happen to me when the plane mode landed18:33
awe_yes, but what image are you *now* running?18:34
daker15718:34
awe_ok18:34
awe_now the next thing to do is to run /usr/share/ofono/scripts/list-modems | grep Online18:34
awe_also, I didn't see a reply to my question about voice calls or SMS?18:35
awe_actually never mind18:35
awe_if the SIM is locked, you can't do either18:35
awe_daker, actually if you can pastebin the entire output from list-modems that would be better18:36
matv1dobey no i cannot confirm that. just tried adding an fb account. works like a charm18:36
dakerawe_: sure wait a sec18:36
dakerawe_: phone calls http://i.imgur.com/3XxNkJT.png18:37
awe_list-modems please18:37
dobeymatv1: it seems to be due to poor network connection, so i filed a bug: https://bugs.launchpad.net/account-plugins/+bug/134997518:37
ubot5Launchpad bug 1349975 in Online Accounts: Account plugins "OAuth based plug-ins appear to crash under poor network connectivity" [Undecided,New]18:37
charlesnik90, I've already asked thostr_; he should get a silo for that when he begins his day about 12 hours from now18:37
dakerawe_: http://paste.ubuntu.com/7897289/18:38
nik90charles: ah ok18:38
awe_dakar, ok... modem is offline, which is why you're hitting this18:38
matv1dobey ah I see hmm actualy.. didnt I see something like that pass in the mailgroup..18:38
dakerawe_: so i need to run online-modem18:39
daker?18:39
awe_can you also pastebin the contents of /var/lib/urfkill/saved-states?18:39
awe_daker, that should fix, but I want to see the values from saved-states18:39
dakerawe_: ok18:39
matv1dobey let me try and find that18:39
awe_has this been broken ever since flight-mode landed, or does it just fail periodically?18:40
dakerperiodically18:40
awe_ok18:40
dakersometimes it works after an upgrade18:40
=== Ursinha-afk is now known as Ursinha
dakerawe_: as you can see it says Lockdown = 0 which means it has been unlocked which something i haven't done18:41
dakerright ?18:41
dobeymatv1: well, not a bit deal for me now that i know why it's doing it, but it is annoying. more annoying for me is the backlight bug on n5 (but i'm not sure where to file it, or if anyone would even bother looking at fixing it)18:41
dobeyi'd fix it myself if i knew how though18:41
awe_daker, the problem is Online = 018:41
awe_daker, please post the contents of saved-states?18:42
awe_you can safely ignore Lockdown18:42
dakerawe_: http://paste.ubuntu.com/7897303/18:42
awe_thanks18:42
matv1dobey sorry I don't own a N5. havn't seen that one18:43
awe_daker, please try online-modem and if it comes up, then reboot the phone just to ensure that it persists18:43
dakerawe_: ok18:43
awe_if that fails, then I may need you to hand-edit the saved-states file18:44
dobeymatv1: yeah, backlight is fine on n4. but it stays on even with screen off, on my n518:45
dakerawe_: it's online now, but the UI still shows the same thing http://paste.ubuntu.com/7897320/18:46
awe_sure, now you need to enter your PIN18:46
awe_is the menu item available from the network menu?18:46
dakerawe_: no18:47
awe_please reboot18:47
dakerok18:47
dakerawe_: still nothing on the UI18:49
dakerhttp://i.imgur.com/NSZrIwI.png18:50
matv1dobey is that must do no good for your battery life to say the least18:52
matv1would that be mir related or is that deeper down?18:52
dobeymatv1: i expect probably a deeper problem, in pm or kernel stuff18:53
dobeymatv1: yeah, battery life under ubuntu is unfortunately not very great yet18:53
dobeyon the other hand, every time i unlock the screen now, it wants me to turn the phone off ;)18:54
matv1dobey  haha that would help :)18:54
matv1dobey thats on all devices though18:54
dobeyhrmm, does the online-accounts-ui process write any useful logs anywhere? i'm having trouble finding any :-/18:55
dobeymatv1: indeed it is. but battery life on my n4 isn't terribly great either18:55
=== psivaa-bbl is now known as psivaa
matv1dobey i am wondering how is call quality now for you on N5?18:58
matv1or rather how is it on the receiving end?18:58
dobeymatv1: don't know, i haven't had a sim in it for a while18:58
dobeybut i never really had much quality issues with it when i did18:58
matv1suprisingly few people do18:58
matv1dobey people tell me i sound like i live in a fishtank :)18:59
dobeyi would, but for a while the screen wouldn't come back on, and when that got magically fixed the backlight wouldn't turn off18:59
dobeyso i got a bit too frustrated dealing with it, and put my sim back in my webos phone19:00
dobeymatv1: i only ever got a complaint about echo or such when making calls on the n5, maybe once or twice19:00
dobeyand i made maybe 15-20 calls total, so not too bad19:00
matv1dobey I see. well i havnt been running proposed lately so it might have been fixed a while ago19:01
dobeymatv1: you're on n4?19:02
matv1dobey yes19:02
dobeymatv1: there was a radio firmware update from google that should help, iirc. if you haven't upgraded the firmware you might want to try that19:03
matv1dobey I know. I have that firmware. applied. But it still hasn't been great after that19:05
dobeyoh ok19:05
nik90charles: ping20:11
charlesnik90, pong20:11
nik90charles: hey, I just noticed that when an alarm is triggered there is no vibration.20:11
nik90charles: Is that something that can be easily added? Would it require design spec?20:12
charlesnik90, yes everything needs to come from design :)20:12
charlesas for actually implementing it... I'm sure there's a "vibrate now" call somewhere out there, off the top of my head I don't know what it is :)20:13
nik90charles: I will check with them and let you know :)..btw which timezone are you? I like to track that on my clock app :D20:13
charlesUS/Chicago20:13
nik90sweet thnx20:14
dobeyspeaking of alarms20:14
dobeyhow does one toggle a specific alarm on or off?20:14
dobeyonly way to turn an alarm off is to delete it?20:14
nik90dobey: unfortunately atm delete is the only way :/20:14
nik90dobey: this is due to a looping bug which renables alarm when you disable it20:15
nik90dobey: I need to figure out how to break that loop and will then restore that functionality in the UI20:15
charlesnik90, looks like it would be done using the platform-api that ricmm wrote for haptic feedback, in ubuntu/application/sensors20:15
dobeyhmm20:15
dobeyi guess it doesn't matter for me though. alarm doesn't show up in the indicator20:16
charlesa bug that re-enables the alarm when you disable it?20:16
nik90charles: ok. we have a bug reported against the clock. I will add datetime indicator and also ubuntu-ux to get design input20:16
nik90dobey: alarm doesn't show in the indicator?20:16
nik90dobey: when you create an alarm, it is automatically enabled and should appear in the indicator almost instantly20:16
nik90dobey: I have been waking up to it for the past few weeks20:17
charlesas long as it's not an alarm that's already passed?20:17
dobeynik90: seems to work on my n4, but not on the n520:17
nik90charles: https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/127233720:17
ubot5Launchpad bug 1272337 in Ubuntu Clock App "EDS reverts alarm status immediately" [High,Triaged]20:17
nik90dobey: ah that I have no control over :/20:18
dobeynik90: yeah, it's just incredibly weird20:18
charlesdobey...? hm20:18
charlesdobey, on the n5, does creating an alarm make the alarm show up in ~/.local/share/evolution/tasks/${some-random-long-name}/tasks.ics?20:19
dobeycharles: yeah, i don't know how the alarms work exactly, but it strikes me as incredibly odd that hardware would matter there20:19
dobeyhmm, let me check that file20:19
dobeycharles: yeah, it's in that file20:20
charleshm, okay20:20
dobeyoh20:20
dobeyi see why it isn't working though20:20
dobeyi think20:20
charlesoh yes?20:20
dobeyRRULE;X-EVOLUTION-ENDDATE=19700101T000000Z:FREQ=DAILY;COUNT=-120:21
dobeythat looks incredibly wrong20:21
dobeythe DTSTART is correct though20:22
nik90dobey: btw did you create alarms with the old clock app or the new one?20:22
nik90dobey: new one has a white background20:22
dobeynik90: the one installed by default (old one)20:22
nik90ah ok20:23
dobeycharles: is RRULE;X-EVOLUTION-ENDDATE what indicator uses to determine if the time has already passed?20:26
charlesdobey, I'll have to go dig into evolution to see -- indicator-datetime's calling e_cal_client_generate_instances()20:27
dobeyah ok20:29
charlesdobey, yes it looks like e_cal_recur_get_rule_end_date() is using that key20:29
=== salem_ is now known as _salem
=== _salem is now known as salem_
charlesin calendar/libecal/e-cal-recur.c20:29
=== salem_ is now known as _salem
dobeyso why is that key being set with the unix epoch then20:30
dobeyespecially when all the other dates in the thing look correct20:30
charlesgood question.20:30
charleslooks like it's set only in one place, e_cal_recur_set_rule_end_date(), which takes a time_t as an arg20:32
charlesso somewhere that must be getting called with 020:32
charleslet's see who calls that...20:32
daniloshi, I am trying to build ubuntu-keyboard (lp:ubuntu-keyboard) with sbuild on my trusty desktop following https://wiki.ubuntu.com/Touch/CrossCompile but I am getting https://pastebin.canonical.com/114422/20:43
daniloswhoops, make that http://paste.ubuntu.com/7898238/20:43
danilosif I try to apt-get manually in a schroot I get http://paste.ubuntu.com/7898240/20:44
danilosbut considering libplatform-api1-dev is a transitional package, replacing that in debian/control with libubuntu-application-api-dev (this patch: http://paste.ubuntu.com/7898249/) still fails20:45
danilosfailure is not very telling: http://paste.ubuntu.com/7898260/20:47
danilosanyone has any idea what could be going wrong?20:47
charlesdobey, can you confirm that this happens for you even with fresh builds on the n5?20:50
danilosusing --debug with sbuild doesn't give me any more data, how can I see more details on why does the above fail during dh_auto_configure20:51
dobeycharles: yes, i'm on 157 right now20:51
charleshmm20:51
dobeycharles: yeah, it's weird. i've even had it work a couple times. but it would work once, and then the next day no alarm. really weird20:53
=== Dazzozo is now known as Guest16842
=== Daz_ is now known as Guest62155
jypYxYAKSahi21:28
jypYxYAKSais it possible to install ubuntu touch to my galaxy nexus i9023 and then use it as an full featured desktop with plugged in monitor and keyboard?21:29
=== Guest62155 is now known as Dazzozo
BeldarjypYxYAKSa, Not as a desktop even if installed not there yet.21:31
jypYxYAKSabut can i run ubuntu touch on it21:31
jypYxYAKSa??21:31
BeldarjypYxYAKSa, The headers of the channel have links to what as of now are installable phones.21:32
OERIASAnyone here have the official ringtones, notificatons, and alarms for Ubuntu touch.23:38
dakerOERIAS: http://www.omgubuntu.co.uk/2013/10/ubuntu-phone-ringtones23:38
OERIASAny new ones?23:40
dakerOERIAS: you can download ringtones+notification from here http://archive.ubuntu.com/ubuntu/pool/universe/u/ubuntu-touch-sounds/ubuntu-touch-sounds_13.10.1.tar.gz23:42
OERIASThank you daker.23:43

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