=== chriadam|away is now known as chriadam [05:23] Hello there, I just wanna ask if any one tried ubuntu-touch on asus memo pad 7 ? :-) === zz_Foxmaster is now known as Foxmaster === KathyReid_ is now known as KathyReid [07:31] dobey: the embedded content is coming from https://launchpad.net/signon-ui [07:50] hey, just saw my phone (latest OTA, bq e4.5) kept the screen on after cancelling an alarm, is it a known bug? I have taken logs, and I can get more things if needed === Foxmaster is now known as zz_Foxmaster === KathyReid_ is now known as KathyReid === zz_Foxmaster is now known as Foxmaster [09:04] abeato, there is bug 1502145 , it is a problem with the webbrowser, but there is also a task for unity-system-compositor, it might be related. [09:04] bug 1502145 in Canonical System Image "Apps can keep screen lit permanently" [Critical,Confirmed] https://launchpad.net/bugs/1502145 [09:05] jibel, I'll add a comment, thanks [09:05] I cannot find any report for the notification specifically === davidcalle_ is now known as davidcalle === _salem is now known as salem_ [11:15] Good morning all; happy Gunpowder Day, and happy Men Make Dinner Day (totally unrelated)! 😃 === chriadam is now known as chriadam|away [11:54] Hi can someone help with this, i am flashing rc-proposed v280 https://usercontent.irccloud-cdn.com/file/YsSTs01X/20151105_114856.jpg [11:58] ogra_: any idea please ? [11:58] daker, IIRC you just need to flash again, eventually it'll work [11:58] jibel: ok i'll try again === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [12:27] now it still hang at the google logo :( [12:28] daker: on wich device? [12:29] nexus 4 [12:29] daker: did you follow the official wiki to install? [12:29] yes [12:29] daker: did the phone have new android version? [12:30] lotuspsychje: new android ? android 5.1 if i am not wrong [12:30] daker: some devices might need downgrade to lower android, before installing ubuntu touch [12:31] daker: maybe try a 4.4 android downgrade first? [12:31] lotuspsychje: ok i'll try that === dandrader is now known as dandrader|afk === alan_g is now known as alan_g|lunch === dandrader|afk is now known as dandrader [13:07] lotuspsychje: yeah i remember now that it doesn't work if you had Android 5.x [13:08] it works now === xiinotulp is now known as plutoniix === alan_g|lunch is now known as alan_g [14:03] mardy: signon-ui is qt. i'm asking about the *gtk+* ui [14:04] which does not embed the qml plug-ins [14:23] dobey: it's unity-control-center-signon, but for the authentication step it's actually embedding (via X-EMBED) the signon-ui [14:24] mardy: so it's embedding the oxide qt stuff and not webkit-gtk? or what? [14:25] dobey: correct; and signon-ui can work both with oxide and QtWebkit 1 [14:26] mardy: so is it possible to embed the u1-credentials qml UI in the gtk+ interface, and not require /usr/lib/libaccount-plugin-1.0/providers/libubuntuone.so to exist? [14:28] dobey: not trivially, but with some work it might be possible [14:28] dobey: indeed, it would be nice if we could reuse the same QML plugins for unity7 [14:29] mardy: well, we need to get u1-credentials into main at least. how hard would it be to make that work for xenial? [14:29] i want to get ubuntu-sso-client out of xenial [14:30] dobey: give me a few minutes to investigate the thing, I haven't been touiching signon-ui and the gtk UI for quite some time [14:30] mardy: sure [14:41] dobey: no, I'm afraid it's not as simple: I forgot that the protocol which the QML OA uses to talk to the plugins is based on QDataStream [14:42] oh [14:42] dobey: so you would have to create a Gtk-based widget which embeds the QML account plugin, but also talks to it via that protocol [14:42] :( [14:43] mardy: what would be the easiest solution to get an account plugin for u1 in the gtk+ UI? [14:45] dobey: well, I guess this might not help, but let me say that writing the plugin would be trivial if U1 spoke OAuth 1.0 or 2.0 :-) [14:45] mardy: obviously. and you are welcome to convince beuno that we should do that. i would be very happy if we could do that. but alas [14:47] dobey: if as I presume this change is not realistic, then I don't know what client libs U1 offer, so I'm not sure. Do you have client API for C apps? [14:47] mardy: no, just the qt lib [14:48] SSO does speak oauth 1.0? [14:48] not 2.0 [14:48] beuno: no. we use oauth 1.0 style tokens, but we do not have a complete oauth 1.0 interface [14:49] we used to, a very long time ago, but we got rid of it, and use a REST API now [14:50] beuno: but IIRC it was the pre-standard 1.0, right? It's not the same as RFC 5849, is it? [14:50] mardy: everything after token acquisition is standard 1.0a oauth. the issue though, is token acquisition [14:51] and we do not have oauth 1.0a token acquisition [14:51] dobey: ok, then let me have another look... [14:54] dobey: it's made complicated by the fact that the plugin object is created by the unity-control-center-signon, which passes it to the plugin; and there's no easy way of converting this into something usable by Qt [14:55] :-/ [14:56] Kaleo: can you join #ubuntu-uos-convergence? [14:56] dobey: I honestly cannot find any simpler solution than writing a small C-wrapper around the U1 library... [14:57] mhall119, cheers [14:57] mardy: well, the problem is that it's not a small wrapper, because have to provide all the UI [14:57] mhall119, I'm alone in it though [14:59] Kaleo: alone in #ubuntu-uos-convergence ? [14:59] Kaleo: on Freenode? [14:59] mhall119, yes [14:59] mhall119, oh no [14:59] mhall119, trailing ? [14:59] mhall119, sorry === alesage_ is now known as alesage [15:09] dobey: OK, it seems that the account creation code is not checking that the created account is the same that was prepared by the Gtk+ code [15:10] dobey: so it should be possible to write a Gtk+ account plugin which executes a Qt process and embeds its UI [15:10] dobey: but again, it not trivial [15:11] mardy: well, there is some bits in the qml that uses the account created by the online-accounts ui or whatever [15:11] dobey: yes, that's fine, the Qt process that loads the plugin can create that [15:12] seb128, hey, can I use the Settings qml module in System Settings for storing stuff, or should I use the gsettings schema? [15:13] hmm [15:13] jgdx, I guess you can use the Settings api if you want, but why not gsettings? what do you want to store? [15:14] seb128, I want to store a summary of the call forwarding settings (All, Off, Some). I guess the argument for gsettings is that it's more robust. [15:15] seb128, do you know if gsettings has a 'session' scope? Meaning if you reboot or log off, the settings is reset? I want a setting that is nuked on reboot. [15:15] it's more robust and it's maintained by us, also it makes us use one system [15:15] right [15:15] no, it doesn't [15:22] hi, seems my google skills and my patience fail me, but how would i install qtdeclarative5-private-dev to chroot:click-ubuntu-sdk-15.04-armhf ? [15:23] a plain "sudo schroot -c chroot:click-ubuntu-sdk-15.04-armhf -- dpkg-query -l qtdeclarative5-private-dev" doesn't seem persistent [15:24] so apparently i have much to learn about this click chroot system :-) but for now i'd just impress my friends by quickly running our qt app on my ubuntu phone :D [15:24] hasselmm: #ubuntu-app-devel is the channel for app development questions [15:24] ok :-) [15:25] hasselmm: packages not installed in the click chroot are not part of the SDK, and you likely need to ship such libraries within your app's package [15:25] dobey: yeah, it's just for a quick test. will have to figure out later how to deal with our private api usage :D [15:27] hasselmm: well, clicking "maintain" in the qtcreator settings for the chroot, and then apt-get install stuff, is how you install other things :) [15:28] dobey: let's see :-) [15:30] ok, directly from UI this fails with an ENOTFOUND, but running the command manually seems to work. [15:30] dobey: thank you [15:30] will figure out the error later === dandrader is now known as dandrader|afk [16:16] abeato, hey, around? [16:19] abeato, are responses (like call forwarding settings) from the carrier cached somewhere? Because the list-modems completion time varies greatly. [16:30] how can i figure out why my phone doesn't pickup 3g for internet? [16:32] hasselmm, how do you know that it doesn't? [16:33] jgdx: the web browser won't resolve host names [16:33] also i don't see any indication that the phone even tries [16:33] hasselmm, i.e. the connectivity icon is an empty wi-fi icon [16:34] hasselmm, ensure that System Settings -> Cellular -> Mobile data is ON === ara is now known as ara_afk [16:35] jgdx: oh, interesting.... it now finally switched to a (H) icon... [16:35] jgdx: sorry for being confuse(d) [16:35] np.. H is 3g-ish. [16:35] dobey, ^ :p [16:35] HSPA i asume [16:36] jgdx: before the wifi symbol was empty [16:36] jgdx: it just joined the network while i've asked [16:36] (after joining this noon, and a few minutes before) [16:36] but yes, "(H)" is very uncommon, compared to 3G [16:37] but can deal with that [16:37] jgdx: eh? [16:37] hasselmm, i don't know why that happened, but if it happens again, would you please file a bug? [16:37] jgdx: yup [16:37] dobey, I no longer say anything for sure about the H icon [16:37] because everytime I do, dobey proves me wrong [16:38] :-) [16:38] heh [16:38] well my phone has [4G] icon right now [16:38] jgdx, dobey: anyway. seems i'll be happy with this phone [16:38] hasselmm, good show [16:39] awesome stuff, good stuff, mediocre stuff. the few strange minor bugs here and there (it wouldn't be an ubuntu os if they wouldn't) [16:39] but much more polished than i expected :-) === ara_afk is now known as ara [16:41] i like it. seems i picked the right phone for me, [16:41] . [16:43] jgdx, yes, iirc, they are cached [16:43] jgdx, so the first time you use list-modems it takes considerably longer [16:43] for instance [16:44] abeato, on the file system? [16:44] jgdx, no, just in memory probably [16:44] abeato, hm, okay. Thanks [16:45] jgdx, btw, we will probably need to add the authentication protocol to the APN settings, see bug #1504992 [16:45] bug 1504992 in ubuntu-system-settings (Ubuntu) "Cannot connect to Simple Mobile APN" [Undecided,Confirmed] https://launchpad.net/bugs/1504992 [16:46] abeato, ack [16:47] abeato, it's on our backlog now. [16:48] jgdx, awesome, thanks [16:54] hello, I have a question about ubuntu touch. I used to be able to flash it on my Nexus10. But it does not seem to work anymore .. is it still updated for nexus 10 ? === lan3y is now known as Laney === kyrofa_ is now known as kyrofa === zenvoid_ is now known as zenvoid === LjL^ is now known as LjL === Elleo_ is now known as Elleo === balloons is now known as Guest9062 === Stskeepz is now known as Stskeeps === faenil_ is now known as faenil === alan_g is now known as alan_g|EOD === Guest9062 is now known as balloons === dandrader|afk is now known as dandrader === ljp is now known as lpotter === faenil is now known as faenil_ === Foxmaster is now known as zz_Foxmaster === dholbach is now known as therealpopey === therealpopey is now known as dholbach === cwayne2 is now known as cwayne_ [20:29] https://insights.ubuntu.com/2015/11/05/scope-roulette/ === jdstrand_ is now known as jdstrand === salem_ is now known as _salem [20:59] prices [20:59] njummie [21:00] prices? [21:01] see lotus spam [21:01] :-D [21:02] prize draw*