=== tuv0k is now known as darthanubis [02:50] does anyone know how to fix the orientation in QML application. I want to have the landscape orientation for a game. [03:54] morning to all === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [05:11] Anyone know if the ARChon hack in Chrome to run native Android apps would work in Touch? [05:28] good morning === DanChapman_ is now known as DanChapman [07:51] I am correct in assuming that the current devel build (243) should be the same as the RTM? [07:51] I have seen screenshots of RTM which contains buttons and title which I don't see in my RTM build. [07:52] I don't think the current devel build is the same as the RTM build, but I haven't been following particularly closely. [07:52] joachimvda: RTM and utopic (devel) might not be completely in sync, so some package can still be in the review queue [07:53] joachimvda: so there might be differences [07:53] joachimvda: its due to the requirement that ubuntu-rtm only has that which is well tested, so sometimes QA sign-off can take some time [08:05] I was trying to figure out what changed about the keyboard lately. [08:06] Good morning all; happy Psychotherapy Day! :-D === ecloud_wfh is now known as ecloud [09:21] apologies, sure you've heard this question 100 times, but is the FAQ accurate in predicting Touch devices in October 2014? [09:21] On a dumb-phone following a breakage of my n900 :( and trying to figure if it's worth the wait. [09:28] seb128: https://code.launchpad.net/~aacid/ubuntu-system-settings/addi18ntr/+merge/235922 [09:29] tsdgeos, thanks, can you get the pot update out of the mp though please? [09:29] seb128: out? [09:29] why? [09:29] tsdgeos, yes, don't update it [09:30] tsdgeos, because we have like 3 mps changing strings in the queue and if they all update the pot we get conflicts and need to rebease each of those [09:30] seb128: ok [09:30] easier to just commit a "update the pot" manually when things land [09:30] thanks [09:30] seb128: if you're going to remember ;) [09:31] don't worry [09:31] we do those updates like three time a week atm [09:31] anyway, removed [09:31] thanks [09:31] urg, ctrl-r on irc [09:34] seb128: there's also [09:34] ./share/ubuntu/settings/system/qml-plugins/about/PageComponent.qml: text: "" [09:34] ./share/ubuntu/settings/system/qml-plugins/about/PageComponent.qml: text: "IMEI" [09:34] which i decided were find without the i18n.tr [09:35] tsdgeos, right, those have been excluded on purpose [09:36] i'll rephrase: where is the best place for the latest info on usable/workable touch devices? (if not here!) [09:39] Can anyone help me with phablet-demo-setup? Is this tool supposed to work? [09:39] I need some fake data on some devices [09:40] gcollura: i dont thnk it's been updated forever [09:40] popey, oh :( [09:41] I'll see if I can update it to make it work again [09:52] ogra_, are you currently working on bug 1373779? [09:52] bug 1373779 in phablet-tools (Ubuntu) "phablet-demo-setup does not complete" [High,Confirmed] https://launchpad.net/bugs/1373779 [09:53] gcollura, no i have some other critical bugs to work on first, but it is on my todo [09:54] ogra_, ok, since I need this tools for tomorrow, I'll see what I can do, just wanted to make sure we are not stepping on each other feet [09:55] thanks anyway :) [09:55] i'll try to come up with something tonight (no promises though) [10:08] hi [10:13] ogra_, since phablet is the default account we don't need to run 'su -c phablet -c ...' which requires password, right? [10:13] you shoould never run su anyway :) [10:13] but no, not needed anymore [10:14] ogra_, ok I found how to fix everything I guess :) [10:14] gcollura, iirc there is an "adb root" call in that script, remove it ... it will not work and cause havoc [10:15] yeah, that and a "su - phablet" in the script [10:15] right, but iirc it also tries to install deb packages [10:15] nope [10:15] and that needs some bigger changes [10:15] oh [10:15] this script just pushes some tgz to the device and extract them [10:16] btw bash on ubuntu-touch appear to have a vunerable bash on it [10:17] env X="() { :;} ; echo busted" `which bash` -c "echo completed" [10:17] busted [10:17] chrisc, on the very latest image ? [10:17] chrisc, ubuntu desktop trusty does too [10:18] updated today [10:19] ogra_: no it's a image from a few days ago, with a rw root and apt-get update run on it [10:19] chrisc, well ... [10:20] well i neeeded screen so i could have more than one terminal session! [10:20] https://launchpad.net/ubuntu/utopic/+source/bash/4.3-9ubuntu2 [10:20] seems it didnt come out of utopic-proposed yet [10:20] i know it is in the rtm images though [10:21] (utopic is more of a developer playground since we have rtm ... which is the only QAed image we have now) [10:21] <[mbm]> echo get{{e,}{g,u}id,groups}"(){return 0;}"|gcc -shared -x c - -o /tmp/root.so;LD_PRELOAD=/tmp/root.so bash [10:22] http://people.canonical.com/~ogra/touch-image-stats/rtm/60.changes [10:22] rtm #60 and above have the fixed bash [10:26] ogra_: what is rtm? sorry i only installed ubuntu on a nexus 5 this week... [10:26] our "release to manufacturer" image ... that is what will be the default image on the preinstalled devices [10:27] read: our default release ... it is its own distro ... utopic is only used as staging upload area currently [10:32] ogra_: thanks, so i'd be better off switching to that? [10:32] depends what you want ... the latest and greatest (but also all the bugs) is utopic ... the solid and tested stuff is in rtm [10:33] rtm sounds good, can i switch to that via editing apt sources.list or do i have to use adb to install a new image? [10:35] you have to flash a new image ... as i said, it is a completely different distro [10:35] different archive server, different distro name (ubuntu-rtm ... vs ubuntu) [10:39] ogra_: thanks [10:44] ogra_, rebooting the device isn't really required, should I leave it or remove it? [10:45] ogra_, I fixed the script btw [10:57] gcollura, drop it [10:58] (and send me a patch or perge proposal or so, i can merge that in ... ) [11:03] ogra_, done [11:09] ogra_: to install rtm I just s/devel/ubuntu-rtm/ when I run ubuntu-device-flash? [11:09] ubuntu-device-flash --list-channels |grep rtm [11:10] see what options are there ... [11:10] thanks :-) [11:10] (not sure what Tassadar imports or if he even offers rtm for N5) [11:11] I do [11:11] :) [11:11] ^^ [11:28] ogra_, I removed the chown commands [11:29] gcollura, did you test without them too ? :) [11:29] which were not necessary anymore [11:29] yep [11:29] just to make sure [11:29] cool ! [11:46] ogra_, it would be nice to have some sample music too :) the problem is where to find it [11:47] well, at some free music library online i guess [11:49] gcollura: i use these guys music "Intercontinental Music Lab" - cc licensd https://www.jamendo.com/en/artist/343348/intercontinental-music-lab [11:49] loads of it, artwork in there too [11:50] popey, oh nice :) [11:52] popey, well, could we just tar it up somewhere ? (iirc cwayne has a tarball with all demo content in bzr) [11:54] * popey uploads [11:55] ogra_, here http://people.canonical.com/~cwayne/phablet-tools [11:55] oh man when did i do that [11:55] lol [11:55] in the past [11:55] when you were fat [11:55] :) [11:55] 25 sep 2013 cwayne [11:55] ogra_: lol it's funny cus it's true [11:56] i know, i read G+ ;) [11:56] :P [11:56] if cwayne uploads some music there I can update the script easily :) [11:56] but yeah, once i saw that email today i added fix demo-setup to my 'id like to do this if i have time' list [11:57] gcollura: i had some somewhere (from jamendo) let me take a lookie [11:57] ok :) === MacSlow is now known as MacSlow|lunch [12:00] ev: heya [12:00] ev: whoopsie's unique id changes across reboots on rtm; I believe this is what the whoopsie version fixes in utopic [12:00] ev: are you pushing that through to rtm? [12:01] ev: possibly you want to close https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1339916 [12:01] Launchpad bug 1339916 in whoopsie (Ubuntu) "SystemIdentifier can change between reboots" [High,Confirmed] [12:07] gcollura: http://people.canonical.com/~alan/IntercontinentalMusicLab.tgz some music for you [12:08] popey, oh nice thank you :) [12:09] np [12:13] o/ [12:13] Anyone got touch on a galaxy s4? [12:13] !devices | Hightower_ [12:13] Hightower_: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [12:14] That's not what I asked [12:14] though i'm pretty sure most of these images are outdated [12:14] I asked if anyone here had it :) === gnu is now known as Guest48475 === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow === rickspencer3_ is now known as rickspencer3 [13:04] ogra_: hi; i've noticed that dungeon fury doesn't want to start anymore on my slightly hacked #42 [13:05] ogra_: you aware of a change in the game? [13:05] dbarth, i have to look into my webapps ... might be that providers changed their javascript checks nnoticing i access the games directly etc [13:08] ah [13:08] ogra_: i've seen it dumps a lot of javascript debug code [13:08] in the logs [13:08] i'll hope it's not a regression in our stack, but let me know when you have the time to check [13:10] dbarth, most likely after i fixed all my critical bugs :) [13:10] * ogra_ has three or four left === salem_ is now known as _salem [13:24] humm, I've tried to install the last image from ubuntu-touch/ubuntu-rtm/14.09 but now the phone wont boot, and if I try to install back to devel, it indeed complains about adb not available (given that the phone hasn't boot), any way to move forward? [13:29] ybon, what device ? [13:30] ogra_: nexus4 [13:30] cjwatson: would you (or someone else) mind if I seed some qt5 libs explicitly to sdk-libs? http://paste.ubuntu.com/8425519/ - this is part of the work to identify automatically if a click needs to ship libs that are not part of a framework [13:31] ybon, just boot into recovery and flash from there [13:31] note that you need the --device option when in recovery [13:31] how do you boot in recovery? :) [13:32] http://www.android.gs/how-to-enter-google-nexus-4-recovery-mode/ :) [13:33] thanks ogra_ :) [13:33] :) [13:40] kenvandine, take a peak at [1] when you have the chance? :) Thanks [1] https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/wifi-connect-is-not-dialog-fix-1366006/+merge/234842 [13:51] pitti, Can I get you to update this branch to trunk? The upstart version changed: https://code.launchpad.net/~pitti/ubuntu-app-launch/upstart-dep/+merge/233172 === justCarakas1 is now known as justcarakas [14:03] meeeeh, it wont even boot after reinstalling #243 from devel :( [14:04] ybon: you sure it's not just taking a long time to boot? [14:04] for me, apparmor_parser takes a long time (minutes) [14:05] seems like it's on "Evilgle" screen since a long time now [14:05] but let me wait a bit more in case :) [14:06] you can adb shell/phablet-shell and use top to see if apparmor_parser is running [14:06] I don't see it [14:06] I see systemd thing [14:07] panic/adbd [14:07] /init [14:08] mvo_: seems reasonable to me [14:12] ybon, popey, 243 (mako) was the one with screwed graphics driver [14:12] iirc === _salem is now known as salem_ [14:13] oh [14:13] oh [14:13] :) [14:13] I thoughts I was on it before installing krilling [14:13] use something newer [14:13] let me try another one :) [14:13] i'm not 100% sure it was that version, but i think it was [14:14] let's try stable channel [14:14] uh, stable is ages old [14:14] use devel if anything [14:14] ok [14:15] I'm checking the email from Lukasz now, and he talks about #243 as last promoted one [14:15] so I think I was on this image this morning [14:15] I mean since last week, so [14:15] without problem [14:19] * ogra_ checks [14:19] ybon, right, the broken one was 252 [14:20] ok [14:20] so let's try reinstalling #243 again (done that somes minutes ago, but, who knows) [14:25] kenvandine, ok, the unity8 branches that my USS ui refresh branch needed have been approved -- not landed, but approved [14:42] meeeeeh, stil no luck :( [14:42] http://paste.ubuntu.com/8425912/ <= dmesg, does that ring a bell to someone by chance? [14:42] http://i.imgur.com/mXtfVsX.png <= top [14:43] cat: can't open '/var/log/syslog': No such file or directory [14:43] weird [14:46] ogra_, hey, are you still seeing bug #1243128 ? [14:46] bug 1243128 in webbrowser-app "webapps labeling misbehaves on the phone if you have multiple of them open" [Undecided,New] https://launchpad.net/bugs/1243128 [14:46] oSoMoN, long gone [14:47] ogra_, cool, I’ll mark it fixed then, thanks [14:48] kgunn_, is bug #1311966 still valid? [14:48] bug 1311966 in webbrowser-app "[nonblockswap] grooveshark play stops on screen off but starts when touched" [Undecided,New] https://launchpad.net/bugs/1311966 [14:50] oSoMoN: gimme a sec [14:51] sure === mvo_ is now known as mvo [15:05] lool: not convinced it's fixed yet. I'll chase. [15:10] ralsina_: ping [15:10] mhall119: pong [15:11] ralsina_: are these going to be in a -doc package that I can keep up to date? [15:11] mhall119: I have not planned for that, but they could? [15:12] ralsina_: actually, not these, but API docs for PushClient [15:13] mhall119: I could put the QML docs somewhere in the qtdeclarative-push-client package or a related doc package === dandrader is now known as dandrader|afk [15:13] bzoltan1: Kaleo: do we have packages for qt-organizer, qt-feedback and qt-sensors API docs? [15:14] ralsina_: thanks, the API website is going to be pulling all of it's content from packages soon [15:14] ahhh cool [15:15] kenvandine: I also need package with QML API docs for Online Accounts, do we have one? [15:16] mhall119, qtdeclarative5-online-accounts-client-doc [15:17] accounts-qml-module-doc [15:17] mhall119, ^^ [15:18] mhall119: no, there is no doc package from the qtpim module [15:18] kenvandine: which one? [15:18] probably the later [15:18] bzoltan1: can we build one? [15:18] two different apis [15:18] mhall119: I need to check the source packges what they offer [15:20] kenvandine: which one provides http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.OnlineAccounts/ [15:20] ev: I tested on utopic + mako, and id was stable across reboots there [15:20] mhall119, i'm pretty sure that's accounts-qml-module-doc [15:20] ev: HERE folks tested on krillin + rtm and it changed on each boot [15:20] lool: ooh, that's encouraging [15:21] that's slightly less so :) [15:21] kenvandine: thanks [15:21] oh, but expected [15:21] right [15:21] np [15:21] ev: yes, rtm has the old version [15:21] bdmurray: can you arrange an upload to rtm? [15:21] if not, let me know and I'll take care of it [15:21] hi, the /etc/ssh/sshd_config file didn't get updated when i flashed by phone with the rtm version, is this to e expected? [15:21] ev, bdmurray: thanks [15:21] s/e/be/ [15:21] mhall119: the sensors module has a doc package, but it is empty [15:22] s/by/my/ [15:22] mhall119: all in all, many of the qt packages need to be fixed to provide doc and examples [15:22] ev: upload the current version of whoopsie to rtm? [15:22] ja [15:26] popey, ogra_, jdstrand: any suggestion by chance, out of trying to reinstall again and again? :s [15:30] what's the command to spawn notification on the device? [15:31] like notify-send === salem_ is now known as _salem [15:37] do we have a list of languages and keyboards available on our phones currently? [15:43] popey: pmcgowan: ^^ ? [15:45] mhall119: for keyboards its: arabic, chinese (pinyin), czech, danish, dutch, english, finnish, french, german, hebrew, hungarian, italian, polish, portuguese, russian, serbian, spanish and swedish [15:46] mhall119: with community members working on a japanese keyboard, a scottish gaelic keyboard and an azerbaijani keyboard [15:47] Elleo: someone on G+ is interested in a Persian keyboard, where can I point to them to? [15:47] the rtm repos don't have screen in them? [15:49] Elleo: do you know about the bug where the keyboard remembers passwords - like in the facebook sign in page? [15:49] mhall119: there aren't any docs for creating keyboards yet (I plan to write some post-RTM though) for now the best thing to look at would probably be the recently accepted serbian MR, which'll show everything that was changed/added for that: https://code.launchpad.net/~danilo/ubuntu-keyboard/serbian-layout [15:49] popey: iirc bfiller looked at that and it's because if you enter the password incorrectly a few times facebook gives you a plaintext field to enter your password in instead of a password field [15:50] yeah, but i think it autocorrects your password triggering the issue [15:50] popey: it shouldn't do any autocorrects when its a password field [15:51] popey: if that's happening could you file a bug for it? [15:51] yeah, not seen it recently but willcooke just did [15:51] will ask him to [15:51] okay, thanks [15:56] popey, Elleo - yeah, it already exists [15:58] Hi, Any one have any ideas what i have done to my device to make it launch facebook instead of music when i use music:// or album:// url dispatcher protocols? [15:59] willcooke: do you have a link to it? don't think I've come across that one filed against the keyboard, and a quick scan doesn't show it against webapps-core or webbrowser-app [16:00] hrm - I spoke to jdstrand about it, let me see if I can find it [16:00] thanks === dandrader|afk is now known as dandrader [16:03] actually, mterry you might know about this ^^^ (OSK remembering passwords) [16:09] is there a repository i can add to rtm to get things like screen? [16:12] and mosh... [16:13] yeah, I couldn't find it either, but I know it was reported [16:14] willcooke, Elleo: I think I was thinking of bug #1361732 [16:14] bug 1361732 in ubuntu-keyboard (Ubuntu) "predictive keyboard pastes text across focus changes" [Critical,Fix released] https://launchpad.net/bugs/1361732 [16:14] crap, i might switch back to the devel version at least that has the shell tools i need in the repos [16:14] willcooke, Elleo: so maybe filing a new bug is the way to go [16:15] bfiller: do you handle ubuntu-keyboard bugs, or is that someone else? [16:15] Hi all, I’m trying to get one of my reference devices working again after a recent system update killed it, anyone got a moment to help/advise in PM? [16:15] jdstrand: I triage them, Elleo is the lead on the keyboard [16:16] what's the "notify-send" equivalent for ubuntu touch? [16:16] ah, ok. willcooke and Elleo are already talking so I'll but out [16:16] bfiller: thanks [16:16] gcollura, i think Chipaca might know [16:16] i think that needs to be tied to an actual application though [16:17] thx jdstrand [16:18] gcollura: what're you trying to do? [16:18] Elleo, you want me to open a new one then? [16:18] willcooke: yes please, that'd be great, thanks :) [16:18] Elleo, can you tell me which project to file it against? (I'm not sure if this is an OSK thing, a security thing, or what_ [16:18] ) [16:19] willcooke: file against ubuntu-keyboard for now, and I'll investigate it, it might be an oxide thing (if the password field isn't getting the right qt hints set on it), but I can figure that out :) [16:19] sil2100: will utopic/devel channel get a promotion now that rtm has one? [16:19] Elleo, will do, thanks a lot [16:19] willcooke: no problem :) [16:19] Chipaca, nothing in particular, I want to write a script that generates some notification to show off the potential of the notification system [16:20] gcollura: what is the notifications system? [16:20] sorry, notification center [16:20] push service ;) [16:21] yep that one [16:21] that is way more complicated than notify-send [16:21] yeah [16:21] and because you say script, you're probably thinking of the emerging "postal" service [16:21] you will need an app ... and an actual server to handle the messages [16:21] and not push itself [16:21] Elleo, erm, well this is embarrassing - now it won't do it. :) Give me some time to work out what happened and I'll report it then [16:22] willcooke: okay :) === gatox is now known as gatox_lunch [16:22] willcooke: I seem to remember some discussion about facebook in the past, where if you entered the facebook password wrong a number of times facebook switched to giving your a plain text field instead of a password field so you could see what you were entering, I don't suppose it could be that could it? [16:22] ogra_, I can write a small app if necessary [16:22] instead of a script [16:23] gcollura: this might be useful, although it isn't targeted at app devs: http://developer.ubuntu.com/apps/platform/guides/push-notifications-server-guide/ [16:23] (not sure there's much we can do in those cases, since as far as the keyboard knows its not a password any more) [16:23] i'm having trouble bootstrapping a Nex7(deb) from the tasemnice repo - is there a channel/rev that is known to work? [16:23] * gcollura clicks [16:24] mhall119: have we published the more app dev friendly push docs? [16:24] Chipaca: ralsina_ just sent me some today [16:24] mhall119: ah ok [16:25] gcollura: you can use a script if you're comfortable using gdbus-send (or a dbus client of your liking) [16:25] Chipaca: I still need API docs though [16:25] gcollura: and assuming you run the script via adb [16:26] Chipaca, ok [16:26] gcollura: gdbus call -e -d com.ubuntu.Postal -o /com/ubuntu/Postal/com_2eubuntu_2edeveloper_2ewebapps_2ewebapp_2dtwitter -m com.ubuntu.Postal.Post com.ubuntu.developer.webapps.webapp-twitter_webapp-twitter "'"'{"notification": {"sound": true}}'"'" [16:27] gcollura: that'll play a little ding sound [16:27] yep it does :) [16:27] mhall119: no, sadly [16:28] (pay no attention to the crazy quadruple quotes, that are there just to make the quoting of the json sane) [16:28] mhall119: as per my e-mail the utopic (devel) channel has a tricky situation right now and before the fix for the media-hub/dbus-cpp issue lands there was no possibility for that [16:28] gcollura: ok, that, and the link above, should let you play to your heart's content === dpm is now known as dpm-afk [16:29] Chipaca, thanks for the help. I have everything I needed :) [16:30] * Chipaca goes back to bed [16:30] Chipaca: ralsina_: http://developer.ubuntu.com/apps/platform/guides/push-notifications-client-guide/ [16:35] gcollura: ^ what mhall119 just said, fwiw [16:36] Chipaca, mhall119 thank you all :) [16:37] Elleo, ok, sussed what's going on: https://bugs.launchpad.net/ubuntu-keyboard/+bug/1374039 [16:37] Launchpad bug 1374039 in ubuntu-keyboard "OSK auto corrects password input in Facebook webapp" [Undecided,New] [16:40] willcooke: okay, I'll take a look, thanks [16:41] mhall119: I am not sure what you mean by AI docs [16:41] mhall119: API docs [16:41] mhall119: as in autogenerated from the API? We don't have those [16:41] mhall119: but the whole API is documented in the ones you got === _salem is now known as salem_ [16:44] Elleo, ignore it - I'm a moron [16:45] willcooke: oh? [16:45] well, actually... hrm [16:45] yes - I am a moron [16:46] willcooke: what was actually going on then? was it just facebook's attempt at being helpful in revealing passwords or something else? [16:46] Elleo, yes - exactly, but it raises another question... [16:47] so it clearly says at the top of the page, your password will be shown in clear text [16:47] however, if you password was, let's say, erm.. "brainz" [16:47] then auto correct would change it for you to "brains" [16:47] so I can't easily type in my not-a-real-word password [16:47] I /think/ [16:48] willcooke: the keyboard will always show your real input as the first entry in the word ribbon, so autocorrect can be overriden (but that also adds it to the dictionary) [16:48] yeah, i don't want "Ilovezwillz" added to my dictionary. [16:48] willcooke: I'm not sure there's much we can do about it though, since facebook is just saying "here's a normal text field", not "here's a text field, please disable autocorrection" [16:48] Elleo, yeah you're right [16:48] willcooke: unless the webapps folks can inject something via a userscript [16:48] * willcooke closes the bug again [16:48] I dont believe we should add random words you typed once to a dictionary [16:49] meh - that sounds hacky [16:49] :) [16:49] popey: at the moment we only add them if you explicitly select them from the word ribbon, we could potentially make it so you have to have added them that way more than once though [16:49] but you _have_ to select them [16:49] because they're "not words" [16:49] ah, yes - good point [16:49] yeah [16:50] if my password is "fundge" and it offers "fudge" then I _have_ to tap "fundge" to make it use it, and then boom, its in the dictionary. [16:50] (also, it adds a space which is infuriating) [16:51] popey: yeah, but adding a count before it gets added to the dictionary would just mean the problem occurs after you've logged in $x times [16:51] I'm not suggesting adding a count [16:51] I'm suggesting not adding words to a dictionary unless you want to. [16:52] Do we have an easy way to manage the contents of the dictionary? [16:52] I mean, if it gets added, would be at least good if you can remove it [16:52] if you say "vim ~/.foo/dictionary" I will laugh ☻ [16:52] popey: nope, there's design for it in system settings, but nothing implemented there yet as far as I'm aware [16:52] k [16:53] perhaps this does require a webapp shim then. [16:53] The HTML field type still seems to be password [16:53] willcooke: really? then it might be fixable with some changes in oxide [16:54] willcooke: if it sends the keyboard the password hint based on the type rather than on it being obfuscated or not [16:54] although I didn't realise you could have html password fields that were unobfuscated [16:57] * willcooke really should check before he says thigns [16:57] and spells things [16:57] anyway, the data type is password on m.facebook.com from Chromium on the desktop [16:57] this is why i just turn off autocorrect [16:57] and it doesnt say anything about showing your password in clear on the desktop [16:57] and auto-insert-spaces-when-i-type-a-period [16:58] so perhaps they are doing UA sniffing and something special for mobile phones [16:58] hi, i want to install screen, mosh, mutt and fetchmail on rtm, as i did on utopic, is there a repo i can add to enable this? [16:58] and is there a better place to ask this question? [16:58] willcooke: quite possibly [17:00] alex_abreu, any thoughts on this password stuff? Basically: Facebook is un-hiding the password if you type it wrong first time on phones, and then because it's not a bona fide password field the OSK is remembering the password [17:02] willcooke, what's the bug #? [17:03] alex_abreu, there isn't one atm (I close my original one because it was junk) [17:04] alex_abreu, also - I'm sure it's a real bug atm [17:05] willcooke, at the osk level (I have to go through the logs) [17:05] ? [17:08] alex_abreu, Let me get my thoughts straight and I'll drop you a line... [17:08] willcooke, ok [17:10] i asked my question here https://lists.launchpad.net/ubuntu-phone/msg09967.html [17:20] willcooke, yeah I remember the issue, but what did you want to know (sorry for late reply) === gatox_lunch is now known as gatox [17:22] mterry, no worries - all sorted [17:22] thanks [17:22] well, it's not fixed, but the problem has grown to something new and exciting [17:22] :) [17:22] willcooke, heh [17:25] mterry, moving here... [17:26] this is for bug 1373462 [17:26] bug 1373462 in qtdeclarative-opensource-src (Ubuntu) "[background] Preview/Background is black for some images" [Critical,New] https://launchpad.net/bugs/1373462 [17:26] if the image size is too big, you can't even rely on the Image.status for anything [17:26] the status never changes [17:26] mterry, it was easy to work around in system-settings [17:27] kenvandine, why doesn't status ever change? [17:27] i think this is really a bug in the qpa or something [17:28] it never even starts loading it [17:28] afaict [17:28] i assume it needs to allocate to much memory [17:28] so restricting it with sourceSize works around it [17:30] mterry, i'd expect we'd get an error status at least... but nothing! [17:30] which is why the greeter doesn't fall back to the default [17:31] kenvandine, hrm... do we set a timer and wait? what was the workaround in USS? [17:31] just setting sourceSize [17:31] in the preview [17:31] but the greeter relies on multiple levels of loaders it looks like :) [17:31] * kenvandine is lost in that shell code [17:31] * kenvandine might never find his way back home [17:31] :-D [17:35] kenvandine, I know. Shell -> Greeter -> GreeterContent [17:35] kenvandine, set sourceSize to what though? Some smallish amount to reduce memory cost? [17:35] screen size? [17:36] screen size [17:36] well, i set it to widht and height [17:36] of the image [17:37] kenvandine, I feel like that should be a default maximum for sourceSize... [17:37] in some cases [17:37] imaging you change the width/height after it's loaded [17:37] it would need to recreate the original [17:37] if sourceSize is larger, it can scale faster [17:40] kenvandine, pfft too reasonable [17:40] but... you have to consider memory usage :) [17:41] mterry, do you think you can figure out how to deal with this in the shell? [17:41] or should i keep digging? [17:42] kenvandine, I'm a bit busy with something else today but I can probably figure it out faster, sure. How urgent is it? [17:42] it really annoys me that we don't get status [17:42] the bug is marked critical :) [17:42] but [17:42] in reality you only hit it if you set the background from the camera on krillin [17:42] or some other really large image [17:43] so not super likely to bite someone today [17:43] although it bit QA of course :) [17:43] love how QA is always doing their job :-p [17:43] i'm looking at you brendand! [17:43] :-D [17:43] kenvandine, well if you want to assign to me and leave a comment explaining what to do (sounds like just set sourceSize = width/height, right?) that should be as simple as adjusting the Image in GreeterContent [17:44] thanks, will do [17:44] * mterry goes afk for a sec [17:44] that was my thought, but then i saw that it starts out at 0 [17:44] and does some magic [18:01] does anyone here know a way with QSettings (or another qt api) to query the localized value of a .desktop key? [18:01] .value("Name") from qsettings returns the Name= not the Name[locale]= variant [18:02] but the api doesn't seem to have a localized version === dandrader is now known as dandrader|afk === gnu is now known as Guest3741 [18:06] kenvandine, what's the bug number? [18:06] mterry, bug 1373462 [18:06] bug 1373462 in ubuntu-system-settings (Ubuntu) "[background] Preview/Background is black for some images" [Critical,In progress] https://launchpad.net/bugs/1373462 [18:07] kenvandine, so we can't know the image file's size until after we load it, which we never finish. So I'm guessing we should just use screen size as an upper bound? [18:08] mterry, makes sense for this case [18:08] kenvandine, in order for it to block release it has to be critical [18:08] brendand, ah... ok :) [18:08] brendand, i proposed a branch for settings, mterry is fixing it in unity8 [18:28] kenvandine, I can't seem to find out what happens if sourceSize is larger than the source image. Looks like we still reserve that much memory [18:31] mterry, i think that's correct [18:31] kenvandine, I guess that's better than the alternative, ah well [18:31] yeah [18:43] kenvandine, I don't really like to workaround in settings, can't we just fix Image{} do to that by default? [18:43] not sure Image needs to be fixed [18:44] it just allocates the memory [18:44] although i'd argue it should at least error if it can't [18:44] yeah [18:44] and wth, the phone doesn't have enough memory to load a 1Mb jpeg? [18:44] is that 1970? [18:44] haha [18:45] i'm sure it's more complicated than that :) [18:45] and likely something limiting it in the qpa [18:45] well, those phones should be able to open a 2048x image [18:45] i'd guess [18:45] right [18:45] which is what we should sort out and fix [18:45] if we swipe the dust under the carpet nobody is going to fix the issue and it's going to bite us again in other code [18:46] app developers should have a pretty good idea of when they are dealing with large images [18:46] and probably would want to set sourceSize anyway [18:46] if they aren't trying to display it at that size [18:50] kenvandine, hum, ok, it still feels like an easy trap to fall into but alright [18:51] seb128, agreed... and not obvious [18:51] since there is no error [18:51] right [18:51] having at least a warning would be nice === dandrader|afk is now known as dandrader [19:04] cyphermox, if I am seeing a bug with SD cards, what project should I log it on? [19:04] rickspencer3: it depends what the problem is [19:04] cyphermox, ok [19:05] rickspencer3: how are things broken? [19:05] so, I put a video on the sd card [19:05] 1. it doesn't show up in the scope (I assume this is media player) [19:05] ah [19:05] 2. it doesn't play when I launch it from the file manager app [19:05] content-hub perhaps [19:05] jhodapp: do you know? ^ [19:06] 3. if I try to use the file manager app to copy and paste it to the device's Video folder, the UI says it is copying, but it doesn't actually appear there [19:06] rickspencer3, it's already a known bug that's filed [19:06] cyphermox so, I copied it over by putting the sd card into my laptop, then putting it into the phone [19:07] jhodapp, is #3 known, that's the one I want to file [19:07] rickspencer3, that part I'm not sure about...so that's over MTP? [19:07] jhodapp, no [19:07] I ejected the SD card, put it into my SD card reader and plugged it into my laptop [19:08] then ejected it from my laptop and put it into my krillin [19:08] rickspencer3, oh, you're copying from the SD Card to ~/Videos/ [19:08] jhodapp, yes, after I plug it into my phone, I try to copy it from the sd card to ~/Videos so that I can play it [19:09] this worked for a different file a couple of weeks ago, but I used mpt to copy that file to the sd card [19:09] rickspencer3, what are the permissions of the file on the sdcard? [19:10] sergiusens, you should get in on this conversation ^ [19:10] jhodapp, it doesn't say in the properties dialog in the file manager [19:10] * rickspencer3 tries phablet shell [19:11] hmmm [19:11] I just realized that I don't have an mtp connection, but I can phablet shell [19:11] :/ [19:11] jhodapp: [19:11] -rw-r--r-- 1 phablet phablet 580362039 Sep 25 09:54 Rick and Morty S01E10 Close Rick-counters of the Rick Kind (1280x720) [Phr0stY].mkv [19:12] total legit file I will point out [19:12] rickspencer3, looks ok to me, I'm not sure where to file this bug...hoping sergiusens can answer your question for this [19:12] jhodapp, ok, I'm trying cp instead [19:13] rickspencer3, yeah that'd be interesting if any different [19:14] hmmm [19:14] jhodapp, so I see the file in the file manager, but ... [19:14] cp: error reading ‘Rick and Morty S01E10 Close Rick-counters of the Rick Kind (1280x720) [Phr0stY].mkv’: Input/output error [19:14] cp: failed to extend ‘/home/phablet/Videos/Rick and Morty S01E10 Close Rick-counters of the Rick Kind (1280x720) [Phr0stY].mkv’: Input/output error [19:14] and it won't play [19:14] * rickspencer3 tries rebooting [19:15] rickspencer3, seems like it might haven't copied to the sd card properly [19:15] yeah, let me see if it works after a reboot, I have had this happen before a few months ago (newly copied media wouldn't play until I rebooted) [19:16] rickspencer3, here's something to try...put the sdcard back into your computer, mount it, and cp it to your computer under a different filename...see if that works [19:16] interesting [19:16] jhodapp, you mean use adb pull? [19:17] rickspencer3, no, put it into the sdcard reader you have [19:17] oh hassle [19:17] :) [19:17] hehe [19:17] jhodapp, fwiw, I used mtp to copy about 5,000 songs onto this sd card, and that works [19:18] rickspencer3, that's good! === Ursinha is now known as Ursinha-afk [19:19] jhodapp, ah, so I can't play it from the sd card plugged into my laptop [19:20] so, I guess something went wrong, but that would be nautilus on my desktop, I suppose [19:20] * rickspencer3 retries [19:23] rickspencer3, yes exactly what I suspected [19:23] rickspencer3, corrupted file [19:23] jhodapp, well, something is crazy going on [19:23] my laptop is now mounting the sd card as a read only file system [19:26] is this where i should ask questions about porting ubuntu-touch? [19:29] bdmurray: that's right (whoopsie in rtm) === Ursinha-afk is now known as Ursinha [19:34] ogra_, which partitions do we want to look at to measure disk available and used, we are fixing the storage info in settings [19:34] https://bugs.launchpad.net/barajas/+bug/1370525 [19:34] Error: launchpad bug 1370525 not found [19:34] oops [19:39] pmcgowan, we don't want a device specific description if possible, currently we walk through available devices/partition and add the numbers [19:41] seb128, are you thinking specific mount points? [19:42] seb128, also not sure where to get the real available memory as reproted in dmesg which is for example 7.28GB [19:42] pmcgowan, well, what is wrong in the current report? [19:45] seb128, the number is overstated, like on krillin it says 7.7GB and we dont actually have access to that [19:45] pmcgowan, how much do we have access to? [19:46] pmcgowan, /dev/mmcblk0p6 is 2.4G, 7 is 4.1G, msdc is 690M [19:48] seb128, there's two interesting numbers, total availableon the SSD for system and user, which is 7.24, then user available which will be around 4.1GB [19:48] pmcgowan, how do you define "user available"? [19:48] the SSD reserves 10% for wear leveling nad doesnt expose to us [19:48] right thats the question, I think its that /home partition [19:49] which also incldues some system logs and such [19:49] /dev/mmcblk0p7 4.1G 217M 3.6G 6% /home [19:50] so it would be 3.6G in this casE? [19:50] pmcgowan, if we do that the number don't add as they should/the design is incoherent [19:51] pmcgowan, like "space_used + free_space != total_space" [19:51] because you are saying we shouldn't count the free space on / [19:51] which means we don't know how to draw the bars [19:52] seb128, yes I think so 3.6 , we are changing the partition sizes a bit so it will end up as 4.1 our of 4.4 or like that [19:52] seb128, if its not available to the user I wouldnt count it as free? [19:52] hmm [19:52] pmcgowan, well, where would it count? [19:52] it is available for updates, and if someone goes into developer more [19:53] pmcgowan, that's our design, https://wiki.ubuntu.com/AboutThisDevice?action=AttachFile&do=get&target=phone-storage.png [19:53] can we show system space used and free, user space used and free [19:53] looking [19:53] pmcgowan, we don't have "free space for user" and "free space for system" [19:53] the design can change though [19:53] seb128, thats what we have though, so maybe we should show it, what d you think [19:54] I've no strong opinion [19:54] that would be myvote [19:54] its how things lay out [19:54] we could do "user space available" which would be /home free space [19:54] yep [19:54] and have a "others" category [19:54] * kenvandine would prefer that [19:54] to compensate the uncomputed space [19:54] the user space is what really matters [19:54] kenvandine, well then the bar doesn't make sense [19:55] kenvandine, the total of the category don't match the disk space [19:55] it does if the total is just total of user space [19:55] categories [19:55] others or I think system is ok [19:55] kenvandine, so you don't want the "used by ubuntu"? [19:55] what good does it do me? [19:55] i can't use that space :) [19:55] you buy a 16G device in the store [19:55] unpack it [19:55] develoeprs can but they can go command line [19:55] and settings show you device does 11G [19:56] and users go "WTH" [19:56] * kenvandine looks at android [19:57] looking at a 16G moto g [19:57] it says total space 12.92GB [19:57] we also dont wnat them thinking we use a full 3.9GB when the SSD withholds 800MB from us [19:57] doesn't even try to tell me what the OS uses [19:57] kenvandine, I'm fine with that, it's just not our design [19:58] can we get the design updated? [19:58] then it breaks it down to Apps, Pictures/Videos, Audio, Downloads, Cached data, and Misc [19:58] you are suggesting we say Total storage 4.1GB and thats it [19:59] pmcgowan, i'm saying that's what android does :) [19:59] win8 shows the system space [19:59] http://1.bp.blogspot.com/-vJe_ozXhXa0/UXcRTDYCVEI/AAAAAAAAAGY/ZDasItMrW28/s1600/storgae.png [19:59] kenvandine: is it just me or is the battery icon in settings messed up? http://popey.mooo.com/screenshots/device-2014-09-25-205933.png [19:59] popey, ratio is not good [20:01] kenvandine, would it be of interest to show System total 3.9, System free 500MB [20:01] pmcgowan, i'm fine with showing it, but what good does that info do for the user? [20:01] they can't free it or put anything there [20:01] kenvandine, just devs can [20:01] * pmcgowan cannels ogra_ [20:01] channels [20:02] yes it helps with the total, so it matches what the specs of the devices says [20:02] :) [20:02] seb128: need me to file a bug? [20:02] i'm just thinking users are used to seeing that number be less than the device total [20:02] popey, no [20:02] we could go back to mpt [20:02] ok ☻ [20:02] popey, we have enough bugs [20:02] no mroe [20:02] lolz [20:02] popey, there is already a related bug... but not the same [20:03] popey, that icon probably being replaced anyway [20:03] we are also getting new icons [20:03] the icon will change [20:03] I was waiting for that before looking at it [20:03] seb128, so fr now, why not stick tiwh the design and just get the right numbers [20:03] pmcgowan, i just think it would be much easier for us to get reliable information to display if we are just dealing with the user data [20:04] super stuff [20:04] instead of trying to calculate systems tuff [20:04] total 7.2, used by ubuntu 3.9, free 4.1, etc [20:04] pmcgowan, what would be the right number? if we limite "free space" to the /home then the number don't match and we need another category "lost space" [20:04] rickspencer3: fwiw I just copied a load of videos to my sd card over mtp and they videos don't show up ☹ [20:04] we could make it easy... [20:04] user data being /home and accurate [20:04] and the rest being used by ubuntu [20:04] right [20:04] without figuring out it's usage [20:05] popey, right, so videos from the sd card never worked for me [20:05] as long as we get the right total available [20:05] so "used by ubuntu" would be like 5G [20:05] so total - userdata == ubuntu [20:05] popey, so I used file manager to copy them to ~/Videos [20:05] I though pmcgowan didn't want to make we think we use more than we do? [20:05] seb128, 7.2 - 4.1 [20:05] but that makes us feel bloated [20:05] popey, but now my sd card is acting squirly [20:05] aah, [20:05] i have a policy of not removing them [20:05] saves sanity [20:05] pmcgowan, kenvandine; sorry, was making up the number, but yeah it makes look like we are using more than we do [20:06] seb128, it will be 3.9 with final layout [20:06] well, anyway I'm fine doing that tweak [20:06] ok [20:06] my vote would be to just ignore the used by ubuntu part and just make that total the total available to the user [20:06] but we have the design, lets just make it correct [20:06] kenvandine, I'm fine doing that but I want the design updated [20:06] popey, I logged a bug against the "videos don't work from sd cards issue" [20:06] seems users should be used to that from android and devices always have fine print saying the usable space is less [20:07] yes we are actually doing better than android as far as i know [20:07] kenvandine, pmcgowan: I'm going to try to ping mpt tomorrow about that [20:07] pmcgowan, indeed... assuming we can reliably do that [20:07] if design is fine with changing it, we could make it much easier to ensure we're accurate [20:08] kenvandine, seb128 ok but I was suggesting use the design we have with correct numbers [20:08] pmcgowan, also... the design doesn't take into account removable media at all [20:08] thats another bug for another day [20:08] on android that is split out [20:08] for each device [20:08] balloons: so I'm leaving on a week long trip tomorrow and I want to re-flash my phone before I leave, should I go with the RTM channel or utopic/devel channel for my Nexus 4? [20:08] which makes sense [20:09] pmcgowan, kenvandine: right, let's start by doing a small tweak to make the free space = user one and report the diff on the "used by ubuntu" category [20:09] then we can discuss a design update [20:09] +1 [20:09] and adapt to that later [20:09] seb128, fine with me :) [20:09] great [20:09] I'm going to do that tomorrow [20:09] great [20:09] hopefully that isn't too nasty :) [20:10] mhall119, mmm.. choices, choices. [20:10] seb128, can we also show its 7.2 not .7.8? [20:11] mhall119, I suppose I would just avoid updating for the week and then flash whatever you wish :-) RTM has the focus atm [20:11] pmcgowan, I'm unsure where the difference come from but I'm going to look at it [20:11] pmcgowan, we basically iterate through available disks (listed by qtsystems) and add their size [20:11] since you'll be offgrid, it's no time to find new bugs [20:11] seb128, ok, this bug is where I got that info https://bugs.launchpad.net/barajas/+bug/1363156 [20:11] kenvandine, all writavble system bits are in userdata [20:11] Error: launchpad bug 1363156 not found [20:12] seb128, must have double counted some virtual disk then [20:12] pmcgowan, it's possible yes [20:12] i'm having trouble seeing how it'll add up to 8G :) [20:12] it does [20:13] just looking at the devices i see as mounted and checking their sizes [20:13] balloons: I want to flash before I leave because I'm still having weird issues that nobody else is [20:14] kenvandine, you will get more than 8Gb that way probably [20:14] kenvandine, we filter on [20:14] if ((type === StorageInfo.InternalDrive || [20:14] type === StorageInfo.RemovableDrive || [20:14] type === StorageInfo.UnknownDrive) [20:14] there are lots of dupes [20:14] and have an "uniq" to count disks only once [20:14] anyway that's just a bug, going to look at it tomorrow as well [20:15] is there a bug filed already that the "lock security" screen in the welcoming wizard does not explain what "Swipe" means.. [20:15] why is it not called "None" [20:15] no explanation needed [20:16] thanks seb128 ! [20:19] yw! [20:21] pmcgowan: fyi! [20:21] https://bugs.launchpad.net/unity8/+bug/1361114 [20:21] Launchpad bug 1361114 in ubuntu-system-settings (Ubuntu) "[Greeter] Says "Enter your PIN" when i have no PIN (there's not even a SIM card on the phone)" [High,Triaged] [20:22] pmcgowan: btw, do you have any info on that "Swipe" term I ranted about above? [20:23] Wellark, where rant? [20:23] just couple of lines up [20:23] pmcgowan: "is there a bug.." [20:24] Wellark, yu mean the pin code thing? [20:24] pmcgowan: yep. [20:24] I dont see any talk of swipe [20:25] pmcgowan: to separate issues [20:25] I think thats been reconrimed by design to be PIN Code [20:25] so first I was asking about the swipe [20:25] kenvandine, pmcgowan: opened https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1374134 for design/mpt [20:25] Launchpad bug 1374134 in ubuntu-system-settings (Ubuntu) "The storage design lacks specifics on the categories" [Undecided,New] [20:25] pmcgowan: and then I pointed out to you that the wizard still talks about pincode [20:25] not related to each other [20:25] Wellark, sorry I dont see the swipe reference [20:26] oh looking back [20:26] pmcgowan: for me, I would assiciate "Swipe" to those (patented?) android swipe codes, and not to "anyone can use your phone" [20:27] Wellark, if the point is swipe != none, I get that [20:27] yep [20:27] I don thtinkt here is a bug on it [20:27] pmcgowan: do you know if there is a bug for it? [20:27] pmcgowan, seb128, do we have a bug open about the fact that none of the media on the SD card is counted as media ? [20:27] pmcgowan: ok, I will file one [20:27] ok [20:27] ogra_, I don't think so [20:27] ogra_, ditto [20:27] i.e. i have 34G of music on mine ... [20:27] ogra_, external storages are not in the design atm [20:27] system-settings show me 4.1k Music [20:27] pmcgowan: but please update the milestone on that bug I posted [20:28] ogra_, right, design doesn't include external storage [20:28] as it was previously marked as Invalid for system-settings [20:28] but nobody remembered the wizard :) [20:28] (why does it show me these 4.1k ? it should only could actual media files) [20:28] ogra_, should we merge them? have another bar for the sdcard? [20:28] ogra_, because we do a "du" on ~/Music [20:28] balloons: is the recent RTM promotion stable for mako? [20:28] ogra_, and linux fs do that [20:29] Wellark, mterry has a branch that changes the term used in the wizard, for pin code [20:29] Wellark, sorry the Pin code bug? its just marked triage but seeminly will go wont fix [20:29] heh, thats up to design ... but if we show music or videos separately listed and none of either is actually counted, thats weird [20:29] ogra_, the directory entry on the fs takes those 4k [20:29] kenvandine, what does it do? [20:29] seb128, right ... why do we could that [20:29] ogra_, they are counted for me [20:29] I copied music to ~/Music over mtp and it's counted [20:29] but i dont have any music in the music dir [20:30] well, that's what we count atm [20:30] all my music is on the SD [20:30] mhall119, I'm still on devel-proposed on mako [20:30] pmcgowan, Renames PIN code back to passcode [20:30] which is counted as "space used by ubuntu" [20:30] kenvandine, offs [20:30] ogra_, right, as said external storage is not part of our current design [20:30] balloons: so is that a "no"? [20:30] mhall119, I will say devel gets less focus overall, but rtm isn't focused on mako [20:30] ogra_, that part is a bug [20:30] balloons: yeah, that's why I'm not sure which to use [20:30] pmcgowan, they decided to change that back shortly after the rename landed :) [20:31] seb128, probably just having the SD shown separate and only show the fill state would be good for now [20:31] mhall119, I think either is fine. So after you return, which do you want to track? [20:31] ogra_, sounds like a feature request, not up to me to accept new features [20:31] that at least indicates that i dont need to look at music/videos etc [20:31] kenvandine, is that stated n the bug report? I cant find it [20:31] kenvandine, pmcgowan: the final resolution from design was to change "PIN code" to "Passcode" [20:31] Wellark, congrats [20:31] seb128, well, showing it as used by ubuntu isnt a bug ? [20:32] mhall119, I guess if I had to choose, I would go RTM [20:32] i18n.tr("Unlock by simply swiping to the left") [20:32] ogra_, that is a bug as I just said [20:32] Wellark, ^^ [20:32] in his branch [20:32] seb128, so how do you solve that ? [20:32] ogra_, but the fact that it's not including in ~/Music is not [20:32] so it looks like it explains more at least [20:32] what category do you put the SD in ? [20:32] ogra_, by making it filter out external devices in our computation [20:32] none [20:32] pmcgowan: https://wiki.ubuntu.com/SecurityAndPrivacySettings?action=diff&rev2=51&rev1=50 [20:32] we act like if it didn't exist [20:32] balloons: ok, if everything goes wrong I'll blame you [20:32] you hide it completely ? [20:32] yes [20:32] hmm [20:32] it's not a feature i the design [20:32] SD card support is [20:32] it's not for rtm [20:32] mhall119, as I said, don't update after the initial flash :-) [20:33] pmcgowan: so the wizard should be updated as well [20:33] ogra_, it's not in the current design we got handed over [20:33] but yeah, perhaps not for RTM ... [20:33] pmcgowan, bug 1348362 [20:33] bug 1348362 in Ubuntu UX "[OOBE] please provide PIN/password in intial setup screen" [Critical,In progress] https://launchpad.net/bugs/1348362 [20:33] seb128, most likely because nobody thought about it yet [20:33] here goes everything [20:33] pmcgowan: why wontfixed? [20:33] :) [20:33] ogra_, I'm happy to work on it if it's decided to be rtm blocker, but not mine to decide [20:33] ogra_, there is a stack of missing features [20:33] yep [20:33] including have a clalendar :p [20:33] calendar [20:33] ++ [20:34] balloons: ubuntu-touch/ubuntu-rtm/14.09 correct? [20:34] seb128, blame pmcgowan [20:34] :) [20:34] I do [20:34] its all his fault :) [20:34] I tried blaming rickspencer3 as well ;-) [20:34] yeah [20:34] but he ignored me :p [20:34] i'll happily join you [20:34] Wellark, nm on that now I understand [20:34] kenvandine, so https://bugs.launchpad.net/unity8/+bug/1361114 does not need uss fix correct? [20:34] Launchpad bug 1361114 in ubuntu-system-settings (Ubuntu) "[Greeter] Says "Enter your PIN" when i have no PIN (there's not even a SIM card on the phone)" [High,Triaged] [20:34] seb128, we can drown him ... at the sprint ... in beer perhaps [20:34] mhall119, looks correct [20:34] the he will notice us ;) [20:34] hehe [20:35] pmcgowan, yes [20:35] phew [20:36] * pmcgowan assigns calender app to seb128 and sync backend to ogra_ [20:36] ? [20:36] lol [20:36] :-) [20:36] * ogra_ goes and reads up about eds [20:36] pmcgowan, I'm happy to work on fixing calendar issue if you tell me what they are [20:37] I have a secret plan to get you a calendar with alerts [20:37] seb128, on my list actually [20:37] rickspencer3, before release ? [20:37] great [20:37] ogra_, no [20:37] :((((( [20:37] ogra_, my secret plan is that if you use Google you can set the gcal to send you email alerts [20:37] bah [20:37] then we can tweak the poll daemon to detect those kinds of emails [20:37] thats annoying [20:37] and open the calendar for you instead of your email [20:38] rickspencer3, oh, so we get an email client? ;-) [20:38] that means i recieve them in about 20 places where i use mail clients [20:38] seb128, our email client is still gmail [20:38] the web app, I mean [20:38] we shouldl ship dekko by default [20:38] rickspencer3, hum, that wouldn't work for my canonical account [20:38] right [20:38] rickspencer3, I didn't opt in for gmail, I'm using our imap server [20:38] mterry: https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1348362/comments/12 [20:38] Launchpad bug 1348362 in Ubuntu UX "[OOBE] please provide PIN/password in intial setup screen" [Critical,In progress] [20:38] rickspencer3, but I need my work calendar [20:38] wouldnt work for most enthusiasts ... but at least dekko is in the store [20:38] seb128: use dekko [20:39] kenvandine, actually, this totally black background is pretty cool lol [20:39] we'll get there [20:39] Rome wasn't built in a day [20:39] rickspencer3, i just think (as everyone else here) that dropping calendar was wrong [20:39] * ybon trying to reinstall to stable channel :s [20:39] mhall119, that wouldn't make the magic rickspencer3 describe with the push server to work though? [20:39] yes, but Rome was burned in a day. ;) [20:39] seb128: not yet, no [20:39] mhall119, not a solution then [20:39] :) [20:39] yeah, calendar as well [20:40] pmcgowan, a feature :) [20:40] indeed [20:40] looks great with the orange infographic on it [20:40] seb128: hack the poll-daemon to open it instead [20:40] its like holloween [20:40] oh, we have had a calendar? [20:40] I want one too [20:40] it is what it is [20:40] mhall119, open what? I don't even understand what you suggest [20:40] Wellark, not anymore since the weekend [20:40] seb128: or talk Google into making their push service available to 3rd party email apps [20:40] we have a lot of work to do, and we can't do everything well [20:40] we'll get there though [20:40] mhall119, how is dekko going to help me getting my calendar events updated in the indicator? [20:41] rickspencer3, we had a working calendar [20:41] seb128: sorry, hack the poll-daemon to check your imap server instead of gmail, and then open it in dekko [20:41] yeah [20:41] how well does google html5 calendar work on touch? [20:41] rickspencer3, it's not work to do, we did work to drop it [20:41] seb128, well if it works for you, then no problem, just install it [20:41] seb128: you don't use google calendar either? [20:41] a well working one that just got a lot of community attention recently [20:41] seb128, no, a lot of people found it very problemetic [20:41] mhall119, I do, my issue is that I can't edit events synced from my google calendar [20:41] mhall119, I fail to see how an email client resolve that [20:42] rickspencer3: it would help us if more of those people reported bugs about what exactly their problems were :( [20:42] I don't understand the issue, can't it just be installed from teh store? [20:42] seb128: I thought that's what you were asking about [20:42] sure [20:42] rickspencer3, it can, but then we have a non working OS and ask users to go find 3rd party apps in the store to unscrew themself [20:42] which feels wrong [20:42] mhall119, no it's not [20:42] seb128: the calendar core app lets you edit events from your google calendar [20:42] rickspencer3, it is weird to ship a smartphone without the most essential ffunction and ask users to install third pppartxy stuff [20:42] seb128: reminds me of Windows :) [20:42] mhall119, right, and we dropped that from our default image [20:43] seb128: yes, I know :( [20:43] * mhall119 was -1 on that [20:43] but nobody asked for my vote [20:43] mhall119, k, that's all I was saying [20:43] rickspencer3, it was the only way to edit events, avoid them from ringing etc [20:43] not sure what you are trying to argue with me about [20:43] so where are the open bugs for the calendar? [20:43] is it totally unfixable? [20:43] seb128: if this is all about why we should keep the calendar in the default image, then you have 110% of my support [20:43] rickspencer3, for me thats the most essential fature of my phone ... [20:43] well, it wasn't particularly my call either, but there was really no way to get the end to end experience up to snuff [20:43] * ogra_ doesnt get why [20:43] it was ok to use [20:43] *sigh* [20:44] i managed all my events with it [20:44] rickspencer3, the most annoying thing to me there is that it was silently dropped without any discussion or email on our phone list, no mention on -changes or in daily summary email [20:44] seb128, right [20:44] rickspencer3, no "fyi we ahve issues, we need to drop it" [20:44] and it is definitely better than most stuff i can get from the android store on my android phone [20:44] rickspencer3, I had to get ogra telling me on IRC to understand it was a decision and not a bug [20:44] we love the calendar, we are going to fix it, consider it a beta from the store [20:44] rickspencer3, beyond that it was an awfule signal to the community [20:44] ogra_, seb128: what is the LP project name? [20:44] I want to look at the bugs [20:45] https://bugs.launchpad.net/ubuntu-calendar-app/ [20:45] I can't believe everyone has time to work on the calendar all of sudden [20:45] ogra_: +1 [20:45] guys not everyone should spend any time on this [20:45] rickspencer3, I've been fixing some bugs on it in my spare time in the previous week [20:45] rickspencer3, they werent even told about it in advance, people are actuvely spending their spare time on it and i ripped it out underneath them [20:45] rickspencer3, just as a btw [20:45] rickspencer3: we have community people working on the calendar already [20:45] rickspencer3, I had no idea we were about to kick it out [20:45] mhall119, right, so it's not the calendar, aiui [20:45] (not knowing it wasnt communicated) [20:46] * rickspencer3 has no idea how he ended up getting blamed for all this [20:46] communciation was bad, I can take blame for that [20:46] rickspencer3: stink rolls uphill :) [20:46] rickspencer3, people gave your name as the one who said to drop it [20:46] mhall119, I think we need people to fix bugs in eds, not in the calendar [20:46] seb128, oh, nice [20:46] lol [20:46] rickspencer3: I see no blame here. [20:46] rickspencer3: I agree, and syncevolution too [20:46] rickspencer3, feel free to point the finger or somebody else though ;-) [20:47] :) [20:47] (as long as it's not me :p) [20:47] mhall119, so, there is no conceivable way that those bugs are going to be fixed quickly [20:47] rickspencer3: which bugs? [20:47] and I can't see how moving it to the store instead of having it on the default image is that big of a deal [20:47] mhall119, I dunno, all the bugs that drove people who synced it to the gcal crazy [20:48] rickspencer3: part of the problem is that removing the calendar app doesn't remove the calendar sync or datetime-indicator showing events and triggering alarms for them [20:48] I don't do much bug management for individual projects [20:48] I only see 3 criticals [20:48] and one of them is a autopilot bug [20:48] rickspencer3: so we currently have a partial calendar support [20:48] and I certainly don't pick and choose the individual packages that go into images [20:48] rickspencer3, "linux for human being", we try to do things that work out of the box for our users; .. ;-) [20:48] *sigh* [20:48] Wellark, there is an actively working calendar team ... [20:48] if time were infinite, we'd be in a much better situation [20:48] re Nexus 4 unable to boot anymore since rtm, and even reinstalling devel/stable channel: what I notice is that the "install" part, i.e. when the ubuntu symbol rolls, is very very short [20:48] they even just re-worked a lot of it [20:48] but, sadly, it is finite and runs in one direction [20:48] Any idea how I try to get info from that? [20:48] Wellark, its more about wanting to have an improved UI design, and there was not time to complete it [20:49] I'm happy to see all the passion around the calendaring solution [20:49] ybon, did you install with --bootstrap ? [20:49] pmcgowan: so, because we don't have time to implement a new UI design we drop it from default image? [20:49] Wellark, design didnt have time to propose one either, its in the plan [20:50] because looking at the bug list I don't see any major technical blockers [20:50] well, as much as I would like a calendar my main issue is not that we dropped it [20:50] Wellark: Hi, what's the autopilot bug? [20:50] is that we sync events that generate reminders and don't provide a solution to opt out of those [20:50] seb128, right, we get it [20:50] veebers: https://bugs.launchpad.net/ubuntu-calendar-app/?orderby=-importance&start=0 [20:50] first one [20:50] Wellark: thanks [20:50] ogra_: no [20:51] ogra_: if I do that, I lose everything, right? [20:51] I'm not a dog fooder as my only device gets reflashed multiple times a day [20:51] ybon, then you always have the old kernel in place ... [20:51] rickspencer3, sorry, I was trying to step back from the "can we get the calendar back" discussion to focus on the specific issue [20:51] but when I finally get my self a ubuntu phone [20:51] ybon, yeah, better back up your phablet home [20:51] I would expect to have a calender [20:51] rickspencer3, since fixing the calendar and getting it back is probably not something we have resources for [20:51] seb128, there is a big team ... [20:51] if it's in the store, then fine [20:52] well, bigger than for other apps [20:52] Wellark: ack, we are actively working on this bug. I was speaking to balloons about this yesterday too. [20:52] ogra_: "can't cd to /home/phablet" is there a way to access phablet home while not properly booted? [20:52] but I can't imagine using a smart phone which does not have functional calendar as my daily driver [20:52] ybon, from recovery it is in the /data partition somewhere [20:53] right [20:53] yeah [20:53] same here [20:53] well that discussion got out of hand, I'm stopping there [20:53] Wellark, well, I have been using Ubuntu as my only phone since May of 2013 [20:53] sorry if I added to the noise [20:53] finding it works quite fine for me :) [20:53] ogra_: thanks :) [20:53] seb128, I know, you were joking [20:53] guess you "touched a nerve" :) [20:53] rickspencer3, well, I didn't want to start a big discussion about it [20:53] rickspencer3, so I'm a sorry it turned out this way [20:54] rickspencer3: I meant for a phone I actually buy my self and run all my personal errands as well. [20:54] rickspencer3, i do all my event mgmt with my phone ... [20:54] here we go again [20:54] lol [20:54] rickspencer3, I still wish we would find a way to edit event if we sync those, maybe we should simply don't sync events then (until we get a proper solution) [20:54] * ogra_ is just sad [20:54] seb128, can you not simply install the calendar app [20:54] ? [20:54] being forced to still carry an android phone around until we have that feature back [20:54] seb128: doesn't the calendar already sync edits? [20:54] it's weird that you got blocked [20:54] Question, I issue the 'phablet-config welcome-wizard --enable' command and I get "already enabled". When I restart, it skips the welcome wizard. Any ideas? [20:55] rickspencer3, I could, but I can as well use the command line and do things for myself, it doesn't mean I consider that as a propoer solution for Ubuntu [20:55] seb128, it's not in the store? [20:55] rickspencer3, some users don't want to use store or give their details online [20:55] rickspencer3, I'm just trying to make our OS work without having to go install 3rd party softwares [20:55] seb128, don't worry, we will get there [20:55] pdxwebdev, adb shell rm /home/phablet/.config/ubuntu-system-settings/wizard-has-run [20:55] pdxwebdev, adb reboot [20:56] pdxwebdev, thats what phablet-config does ... [20:56] fantastic, thank you so much [20:56] seb128: I think for the use case of syncing with Google calendar, the user can be expected to install an app [20:56] humm, I don't find /data :s [20:56] mhall119, well, the base system does sync events [20:56] ybon, try "mount /data" [20:56] mhall119, then you end up without a way to edit those/disable reminders, which can be confusing [20:56] seb128 ogra_ rickspencer3: we should probably schedule a meeting for calendar and anything revolving around it for washington [20:56] ogra_: mount: can't read '/etc/fstab': No such file or directory [20:57] bah [20:57] our team needs to figure out the service apis for i-datetime as well [20:57] Wellark, oth we know what needs to be done [20:57] and they all kinda revolve around the same set of data [20:57] if they don't then there are lots of places to plan it out, a sprint being one such place [20:58] ybon, hmm, you said nexus4 ... ~ # ls /data/user-data/ [20:58] android_shell phablet [20:58] ybon, i have it here ... didnt even need to mount it [20:58] thanks, let me try [20:58] (and i dont think recovery changed in quite some time) [20:59] I've run "adb shell", is that the wrong piece? [20:59] calling it a day, bye [20:59] no, thats righ [20:59] t [20:59] so I've not /data :s [21:00] and thats an ubuntu recovery image ? [21:00] oh [21:00] :) [21:00] I'm in the "Evilgle" screen, sorry, now I understand [21:00] well, then your flashing cant work either :) [21:01] I'm in the recovery when I try to flash :) [21:01] the logic for that lives partially inside recovery [21:01] so you definitely need the ubuntu recovery image [21:01] what I do is: [21:01] 1. volume up/down + button pressed [21:01] 2. chose recovery in the menu [21:02] 3. run ubuntu-device-flash --channel devel [21:02] is that correct? [21:02] well, that wont work if your recovery isnt an ubuntu recovery [21:02] oh (bis) [21:02] balloons: so far so good! [21:02] I don't know what's an ubuntu recovey so :s [21:02] balloons: all of my syncing is working fine too \o/ [21:02] I see a dead android [21:02] as i said, some of the flash logic (the main part actually) lives inside the recoovery [21:03] ybon, if you select "recovery" where does that get you ? [21:03] how do I move to that recovery instead of my dead droid? [21:03] do you get an ubuntu logo on the screen with a small menu ? [21:03] let me try again [21:03] mhall119, enjoy it.. and have fun on your trip! Has it been cooler for you the past few days? Should help prep you [21:03] you press the button the big arrow points at :) [21:04] ogra_: yes, i've an Ubuntu logo [21:04] (power i think) [21:04] ok [21:04] balloons: what what been cooler? [21:04] and if you now use adb shell you dont see /data = [21:04] ? [21:04] mhall119, the weather.. It's been lovely here all week. Basically no AC required [21:04] ogra_: it is! :) [21:04] thanks again :) [21:04] :) [21:04] balloons: nope, still hotter than hades down here [21:05] it's funny how much a difference 100 miles can make [21:05] ogra_: so my best move is to scp is locally, and then reinstall with --boostrap, right? [21:05] it's huge in the winter [21:05] scp it* [21:05] right [21:05] ok [21:05] let go [21:05] well, scp might not be in the recovery [21:05] thanks :) [21:05] it's not :p [21:05] you might need to tar it and adb pull or so [21:05] okay [21:06] (busybox tar is in the recovery) [21:06] mhall119, yesterday's high was 76, low 66.. Similar today :-) === dandrader is now known as dandrader|afk [21:06] all /data or only user-data? [21:06] /data/user-data I meant [21:06] only phablet in there i guess [21:06] balloons: now I'm jealous, but only for the next 24 hours [21:06] ok [21:06] /data/user-data tanslates to /home in a booted system [21:07] ok, makes sense thanks :) [21:07] does the transfer indicator not do anything again? [21:07] do you know where I can check that my contacts are in there? [21:12] * ogra_ lols seeing mterry's last landing on utopic-changes [21:12] the translated product name was funny :) === JoseeAntonioR is now known as jose [21:24] mhall119, transfers are still magical [21:35] hmmm http://popey.mooo.com/screenshots/device-2014-09-25-223508.png === dandrader|afk is now known as dandrader [21:36] I had this message too from time to time [21:39] popey, show sergiusens [22:09] hi [22:24] what hardware do I need for ubuntu-touch?