/srv/irclogs.ubuntu.com/2016/06/03/#ubuntu-touch.txt

dobeyare there not actually any qml apps which use online accounts at all?01:37
swalladgejust updated my m10 to ota-11, with read-write mode on... is this a bad thing?01:53
swalladgei thought updates were disabled when that's on?01:55
dobeyswalladge: enabling read-write and using apt is a bad thing. but you probably did it manually on the device with mount -o remount,rw, instead of with phablet-config i guess02:05
swalladgeooh02:13
swalladgeI'm pretty sure I didn't use mount commands though02:14
swalladgeshame the system can't be read-write by default - i mean what's the point of a full linux system on a device if you can't install anything apart from qml apps?02:15
swalladgemight as well have android02:15
swalladge:\02:15
dobeythe point is that it's a phone or tablet, and not a PC02:18
dobeyif you want legacy apps, then install them via libertine02:18
dobeythat's what it is for02:18
swalladgeshould look into libertine - can you install terminal programs with that as well? (ie. vim, python, mosh, syncthing, etc.)02:31
bregmaswalladge, yes02:39
swalladgelol that still requires read/write mode to install it02:42
=== chihchun_afk is now known as chihchun
matv1gd morning05:19
matv1has anybody seen or heard of webbrowser crashing and not recovering anymore after ota 11 ?05:20
matv1I could use some help getting it on its feet :/05:24
MasseRA lot of crashing sure, but at least for now I've managed to start it up again06:28
MasseR(crashing twice in a half an our period of using)06:28
mardydobey: yes, it was almost midnight :-)06:33
mardydobey: no, it cannot be done without a small Qt helper, since the data in the plugin is stored using Qt's serialization06:34
mardydobey: maybe we can just drop the token migration? Forcing users to re-enter their credentials is not a big deal, IMHO06:34
ShR3KHi ! I just installed a click package from adb command line but nothing appears in the applications list07:23
=== chihchun is now known as chihchun_afk
brunch875I've noticed facebook sends push notifications to chromium, which show on the desktop as long as chromium is open; even if the facebook website isn't open08:30
brunch875That's pretty cool08:30
brunch875does / will utouch support this sort of stuff?08:31
brunch875...and does anyone know if facebook does this using standards? or is this google/android specific?08:32
MCMicIf any website can push notification to the desktop without even being open this is gonna be a problem08:35
brunch875Yes, indeed. But this can be regulated with "allow ____ to send notifications?"08:36
MCMicok08:36
=== chihchun_afk is now known as chihchun
brunch875Just imagine some sort of web-irc. It runs on a server and when a private message is sent, it arrives to the user as a notification to the phone08:38
brunch875Hit it, and it opens up the app/webapp. Bam! Application lifecycle drama solved08:39
brunch875And no need for facebook messenger, just await notifications and let the user open it up when he wants to reply :)08:40
=== Trevinho_ is now known as Trevinho
MCMicOr you can just use an IRC client…08:45
brunch875This isn't currently possible in utouch, but that's not the point08:46
MCMicThere is an IRC client since a few weeks08:47
MCMicA bit limited but it works08:47
XaRzHello all. There is any document about porting applications to UT?08:47
MCMicThere is no XMPP clients through :-(08:47
brunch875Does this IRC client work when sent to the background?08:48
MCMicbrunch875: but notifications for things like github would be cool08:48
MCMicbrunch875: Oh yeah maybe not. uTouch is really bad at this08:48
ogra_brunch875, funny, i had the same plans with the ircproxy snap http://bazaar.launchpad.net/~ogra/+junk/ircproxy/files but my time for working on it is rather limited atm ... and you need some client app as well as a way to set up the key for the notification system08:48
brunch875ogra, always one step ahead :)08:49
ogra_what i currently do is simply excluding the kiwi irc client from the lifecycle :)08:49
ogra_i actually gave a talk about that irc setup at the last ubucon in berlin :)08:49
MCMic_Hey from my bq08:49
MCMicMCMic_: test08:49
MCMicbrunch875: Nope, no background notification indeed, so sad. But it seems there not even HL on pseudo detection08:50
MCMicAs I said, a bit limited.08:50
brunch875Yeah, that's why I mentioned this08:51
brunch875apparently the w3c has formulated a draft for push api: https://www.w3.org/TR/push-api/08:51
ogra_gsettings set com.canonical.qtmir lifecycle-exempt-appids [com.ubuntu.music,com.ubuntu.developer.ogra.kiwi-irc]08:51
ogra_thats what i use to exclude kiwi from the lifecycle08:51
MCMic(And it’s kind of sad we can’t just port a desktop irc client and tweak the UI, developping yet another IRC client seems crazy. But maybe it uses a lib which is generic I did not check)08:51
ogra_(just dont fotrget to close it if you dont need it, else it drains your battery)08:52
brunch875:D08:52
* brunch875 grabs the hacks08:52
ogra_kiwi has builtin notification sounds if it isnt suspended and you get a ping08:53
MCMicIs there any chance at having something based on libpurple for uTouch for instance?08:54
brunch875MCMic: doesn't seem like there are plans for it just yet08:54
MCMicdoes uTouch have a password keyring by the way? Just remembered how libpurple stores clear passwords and wondered about this08:55
brunch875But webapps + push notifications sound like a good way to go08:55
MCMicI don’t like/want webapps08:56
brunch875well then, push notifications + server-heavy apps08:56
MCMicxD08:56
brunch875what I mean is running apps in the background isn't that necessary08:57
brunch875I remember my last android device came bundled with a not-so-easy-to-remove facebook app which hogged RAM and drained battery08:58
brunch875as soon as I flashed a basic rom to it, it would run much smoother08:58
MCMicBut I want app to run in the background08:59
brunch875for what purpose?08:59
MCMicIt’s so stupid to deport something as simple as an IRC client to some server just to get notification08:59
MCMicbrunch875: it’s called multitasking :-P09:00
MCMicPhones are real computers now, I don’t see why they should be limited in way desktop PCs are not.09:01
brunch875MCMic: what I meant is you can have the skeleton of the IRC client installed and leave a server handle all the logic09:01
brunch875it would make no difference to what you see09:01
MCMicIt creates a dependency to a server, a privacy problem, a useless use of bandwidth and processor09:02
MCMicAnd unnecessary complicated network code09:02
brunch875Knowing the IRC protocol, none of those would be issues :P09:03
brunch875since you already have a dependency to server, there's no privacy, and networking/processing would remain pretty much the same09:04
MCMicdepending on one server or two is not the same thing09:04
MCMicAnd this is not limited to IRC, there will be the same problem for other protocols too09:05
MCMicI hope to have an XMPP client at some point09:05
MCMicHow does the telegram client works BTW? It has notifications but they are not synced with the app so it’s kind of weird09:06
=== zsombi_ is now known as zsombi
=== marcusto_ is now known as marcustomlinson
=== \b is now known as benonsoftware
=== Saviq_ is now known as Saviq
=== K1773R_ is now known as K1773R
Acou_Bassquery for anyone who knows the answer to this - ihave the 'gmail' app/webapp thing installed, and it pops up notifications on my e-mails which is nice... but is there any reason that things liek FB/Twitter cant also do that?10:18
Tm_TAcou_Bass: api things I recall, but my twitter does give notifications10:27
Acou_Basshmm fair enough, i dont think mine does but maybe thats because i dont have them setup on twitter itself10:27
Acou_Bassor amybe im just so unpopular that i dont get notifications on it anyway :D10:28
Tm_TI recall it wasn't supposed to work at all10:29
Tm_TI have no idea what way it does give notifications in mine10:30
Acou_BassXD10:31
=== chrisc_ is now known as chrisc
aua"openssl ciphers EXP" returns 7 export grade ciphers on OTA11.  According to https://www.openssl.org/blog/blog/2015/05/20/logjam-freak-upcoming-changes/ these ciphers have been disabled in OpenSSL v1.0.1m over a year ago.  What's the rationale for enabling weakest ciphers?11:50
ogra_well, the phones are based on 15.04 ... you might want to file a bug so the change gets backported11:51
auaogra_: OK.  Thanks!11:52
ogra_phones will switch to 16.04 eventually, but that will still take a while ...11:52
auaogra_: That was my next question. :-)11:53
KrisJaceNot only I cracked down the development but also solved few Libertine related problems, including an on screen keyboard. Libertine does not support phone's own OSK, so I developped my own to use inside applications running on xmir via libertine ;)11:58
KrisJaceMore info in the vid description, documentation in the making.11:58
KrisJacehttps://youtu.be/j__WaGH4aig11:58
ogra_KrisJace, OSK support is nearly there, will be in OTA1211:59
KrisJacegreat!12:01
KrisJacebut I didn't want ot wait12:01
ogra_yeah12:01
s`_KrisJace: u still have to click the button twice :D12:02
ogra_and the good thing about ubuntu phones and tablets is that you can hack any aspect of them ;)12:02
KrisJacegreat suggestion for libertine would be to make it possible from the scpe to control xvfb and corresponding vncserver12:03
KrisJaceso that you can dive into vnc remote desktop even before you dive in your phone via ssh12:03
KrisJaceI have successfully installed and used this with libertine container12:03
* ogra_ just uses a monitor :P12:04
KrisJace;)12:04
KrisJaceat least before miracast gets fully available12:04
KrisJacevnc is still nice feature12:04
KrisJaceand I found it easy to use as well12:04
KrisJaceplus, you get legacy x11 environment12:04
KrisJaceI use it with openbox12:04
KrisJaceworks great12:04
KrisJaceon my vid is just that12:04
KrisJacebut not from libertine12:05
KrisJacefrom my own container12:05
KrisJacei couldn't get lazarus to work on libertine12:05
=== JanC is now known as Guest27710
=== JanC_ is now known as JanC
=== _salem is now known as salem_
* ogra_ just opened https://docs.google.com/document/d/1yJepibh68YaQijWO3Z3dWTtTTmzXnMmEE8eswhUXzw4/edit and had to LOL ... 12:51
ogra_mzanetti, thanks for mentioning that it isnt my doc :)12:52
mzanettilol12:52
mzanettiogra_, I saw you mentioning that a couple of times already but people wouldn't believe it12:54
ogra_yeah12:54
mzanettiogra_, btw, authenticator qr code scanning now working for you?12:54
ogra_(my "thanks" above was actually serious :) )12:55
ogra_dunno, when it didnt work i punched it in manually .... and now it works (i tend to not remove/add devices once they work)12:55
dobeymardy: yeah, i think it would be better to not migrate, than to have all the extra stuff needed to do so. only real issue there is that not having a valid account makes in-app purchases slightly weird13:04
mardydobey: how so?13:07
dobeymardy: because QtPurchasing has no way to send errors to the application. so if the dev does things slightly wrong, things can get a little weird13:11
mardydobey: so pay-ui would be one of those clients which will allow the password UI to open on top of them, right?13:34
dobeymardy: no13:36
mardydobey: how should it handle invalidated tokens then?13:36
dobeymardy: well, not a different UI than we have today anyway. pay-ui uses OnlineAccounts.Client13:37
dobeymardy: pay-ui provides UI for logging in13:37
mardydobey: I understood that you were deleting the account and recreating it, therefore showing a UI13:37
dobeymardy: pay-ui does Setup.exec() if there is no account13:37
mardydobey: but that's the thing we decided to leave for phase 2, right? As long as the UI that we popup looks essentially the same13:38
dobeymardy: no. if the account is just invalidated but still there, then pay-ui will just require you to enter your password again, the same as we do today if it's been > 15 minutes since you logged in13:40
mardydobey: mmm... ok, so you would block the UI, and popup your UI when signond returns you the UserInteraction error?13:41
mardydobey: and then put the password+OTP you get from your UI in a new auth session?13:41
dobeymardy: i guess. i still don't really understand how the "correct" way for all this stuff to work is.13:43
mardydobey: basically, you can choose between two ways:13:44
dobeymardy: but i guess no there wouldn't be a UserInteraction error. when pay-ui gets the existing credentials, they would be invalid, so the "last updated time" would be 0, and we'd show the UI to enter the password, and then would just call login()13:44
mardy1) allow UI interaction to transparently happen - makes your code much easier, but you have little control over the UI (at least for now)13:45
dobeythe goal here is to not change pay-ui13:45
mardy2) prevent unwanted UI interactions, and you'll get an error; then you can collect the password/OTP yourself in your UI, and retry to authenticate with those data13:46
mardydobey: both are fine13:47
mardydobey: as I understand it, now pay-ui calls SSOService::login(), once it has collected the user credentials, right?13:47
dobeyif it's necessary to show the password entry field to buy something, yes13:48
mardydobey: ok, then I think that this doesn't need changes13:48
dobeythen it calls login() and if 2fa is required, will show that field and then call login() again13:48
mardydobey: perfect13:48
mardydobey: what might need to be changed (dunno, I didn't check) is error handling13:49
mardydobey: basically the OnlineAccounts.Client stuff should be called only on the AccountNotFound error, and not in other cases13:49
dobeyit shouldn't because libu1auth should send the error signals the same13:49
mardydobey: it might be already like this, I didn't check13:50
dobeyyes, we only call Setup.exec() when there is no existing account13:50
mardydobey: and you call login() when you either don't get a token, or the token is too old, right? Is this the logic?13:51
dobeywe require the password to be entered when the token is too old, yes13:51
dobeyi guess we need to make sure "invalidated (thus empty credentials) token" doesn't result in credentialsNotFound() but gives an empty token13:53
mardydobey: ah, right, then my branch was not doing the right thing there: I was indeed emitting credentialsNotFound()13:56
dobeymardy: btw, why are there no docs for OnlineAccounts.Client on the developer site?13:58
mardydobey: I think I pinged someone about it a couple of times, then forgot14:03
mardydobey: let me double check...14:03
mardydobey: or maybe it was about bug 1512375, but I don't have any reason to believe that the outcome would be much different :-)14:07
ubot5bug 1512375 in Ubuntu Developer Portal "Add API documentation for Online Accounts v2 " [Undecided,New] https://launchpad.net/bugs/151237514:07
mardydobey: I'll file a bug14:07
dobeyok14:11
dobeywas trying to figure out how to actually use an online account from a qml app last night, and couldn't figure it out14:12
dobeyfor a personal project14:12
mardydavidcalle: hi! who should I ping about bug 1588836 and bug 1512375?14:12
ubot5bug 1588836 in Ubuntu Developer Portal "Add API documentation for Ubuntu.OnlineAccounts.Client" [Undecided,New] https://launchpad.net/bugs/158883614:12
ubot5bug 1512375 in Ubuntu Developer Portal "Add API documentation for Online Accounts v2 " [Undecided,New] https://launchpad.net/bugs/151237514:12
dobeymhall119: ^^14:12
mhall119mardy: ping whomever is developing those APIs, the docs are imported from source14:13
mardymhall119: it's me :-)14:13
mhall119is this a new package?14:14
mardymhall119: what should I do? It's not clear to me14:14
mardymhall119: one is relatively new (1 year?) the other is much older14:15
mhall119mardy: we currently use ./get_package.py accounts-qml-module-doc14:15
mardymhall119: can we add more packages?14:15
dobeymhall119: i think you need qml-module-ubuntu-onlineaccounts2-doc and qml-module-ubuntu-onlineaccounts-client-doc14:16
dobeyinstead of accounts-qml-module-doc14:16
mardydobey, mhall119: I wouldn't completely remove accounts-qml doc, but it would be good if there was a way to make it less prominent14:17
mhall119mardy: yes, but it'll require me pushing changes to the devportal code14:17
mhall119mardy: sorry, docs are either there or not there14:17
dobeymardy: i guess it will remain for the older framework versions14:17
mhall119mardy: if you update the old docs with a warning about them being deprcated, that will get imported14:17
dobeymardy: but we could drop it from the new one14:17
mardydobey: right14:17
mhall119ah, yes, any released framework docs will not be changed, those are frozen forever14:18
mhall119so we can drop it from newer ones14:18
mardymhall119: ok, then let them be published, I'll update them to specify their scope14:18
mhall119mardy: I've assigned the bugs to me, I'll let you know when they go live14:19
mardymhall119: excellent, thanks14:19
mardymhall119: is it possible to customize the name shown in https://developer.ubuntu.com/api/qml/current/ (for example to add a version number?)14:21
mardymhall119: I'm asking because accounts-qml-module-doc and qml-module-ubuntu-onlineaccounts2-doc have the same import string, but a different version14:22
mardymhall119: if it's not possible, then you should remove accounts-qml-module-doc14:22
Keerthi_Hi, I am not sure whether I am at the right place to ask this question, I am having trouble when trying to connect my Meizu Pro5 to my lenovo WD100 wireless display adaptor14:26
mhall119mardy: the docs should have the import string in the, like https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/Ubuntu.OnlineAccounts.Account/14:27
dobeyKeerthi_: didn't you just ask on askubuntu?14:27
mhall119Keerthi_: I suppose this is as good a place as any, morphis and kgunn might be able to help14:27
ogra_Keerthi_, is that a plain miracast adapter (only standards compliant ones work)14:27
kgunni dont have a pro  meself14:28
* ogra_ only has MS adapters14:28
morphisKeerthi_: can you explain a bit more what kind of problems you have when connecting?14:29
ogra_seems thats a lenovo specific device that only works with lenovo hardware14:30
ogra_i guess they add something on top of miracast (like chromecast does)14:30
mardymhall119: ok, then I guess you should remove the old one; I'll add a comment on the bug14:30
Keerthi_I am able to see, that is the connection is established, but when finalising, it shows as disconnected in the device14:31
Keerthi_that is phone14:31
Keerthi_and i get some strange sounds on TV and video flickering14:31
morphisogra_: that is possible14:31
morphisKeerthi_: can you paste me the content of /var/log/upstart/aethercast.log?14:32
Keerthi_ok, let me grab that14:32
morphisogra_: it claims it is compatible with "android 4.2, Windows 8 and above versions"14:32
anaranhi, I read ota-11 brings firefox to m10. Is this also true for smartphones?14:33
ogra_morphis, well, in the comments on amazon i read that people return it because it only works with lenovo devices14:33
morphisogra_: ah, should have read to the bottom of that page :-)14:33
ogra_not generically with any miracast or WiDi14:33
dobeyogra_, morphis: i already asked keerthi to file a bug: https://askubuntu.com/questions/781370/ota-11-not-able-to-connect-meizu-pro-5-to-lenovo-wd-100-adaptor14:36
morphisdobey: sounds good14:36
ogra_ah, you use it with a HTC phone ...14:37
ogra_so it is at least compatible with something non lenovo14:37
=== dandrader is now known as dandrader|afk
dobeyKeerthi_: please file the bug as i suggested in your question on askubuntu14:43
=== chihchun is now known as chihchun_afk
Keerthi_dobey_ :Thank you, sorry got lost in between14:45
dobeyKeerthi_: and attach the aethercast.log to the bug please :)14:46
Keerthi_dobey_:sure, can you please let me know the path again14:49
dobeyKeerthi_: /var/log/upstart/aethercast.log14:49
ogra_might be worth to add that to askubuntu14:49
* ogra_ guesses we'll have more people coming with such issues14:50
Keerthi_dobey_: thank you14:50
morphisogra_: yes14:51
morphisogra_: that is what we have to waltk through :-)14:51
ogra_yep14:52
dobeythe briar patch of non-compliant things14:52
morphisdobey: yes14:53
dobeymorphis, kgunn: btw, i've noticed lately that unity8 is constantly using between 3-8% CPU while the phone is doing nothing. is it perhaps related to aethercast integration?14:58
morphisdobey: is that being with aethercast connected or disconnected?14:59
dobeymorphis: i don't have any miracast devices to connect it to, so disconnected. and even if i "sudo service aethercast stop" it's still doing it15:00
kaisozhi there!15:01
kaisozdoes anybody know if is possible to install ubuntu touch in the Aquaris e5 hd 4g?15:02
kgunndobey: that's unity8 not unity8-dash?15:04
dobeykgunn: yes15:05
kgunnoh wait dobey so you still see aethercast running?15:05
* ogra_ noticed that his turbo doesnt seem to actually sleep :/15:05
dobeykgunn: yes, but even without aethercast running, unity8 still uses the cpu15:06
ogra_the battery graph is constantly going down ... no matter if the device was on or off15:06
kgunndobey: so "doing it"==unity8 using cpu, not aethercast still running15:07
ogra_are we not putting it into deep sleep state ?15:07
kgunnogra_: how does that work? i would presume if unity8 keeps running....it won't let the kernel trigger that?15:07
kgunncould be fault of shell...15:07
ogra_kgunn, well, to my knowledge we had issues on all devices where the wlan driver kept it out of deep-sleep15:08
ogra_i'm not talking about unity8 specifically here15:08
kgunndobey: what would be interesting, does unity8 show the same issue after fresh reboot (w/o having previously connected to aethercast)15:08
ogra_sorry, coincidence that dobey mentioned that :)15:08
dobeykgunn: i don't have any devices to connect aethercast to15:09
dobeykgunn: so yes15:09
kgunnah, k15:09
kgunnSaviq: ^ anyone already looking after such a thing?15:10
kgunnunity8 running 3-8% constantly15:10
Saviqkgunn, dobey, bug #1579031 maybe15:11
ubot5bug 1579031 in Canonical System Image "High CPU usage (~10%) on Pro 5 when idle (with screen on)" [Undecided,Confirmed] https://launchpad.net/bugs/157903115:11
SaviqI didn't find a relation between that and aethercast, but that doesn't mean there isn't one15:12
Saviqs/find/notice/15:12
pmcgowanmy mx4 pretty steady at 2.9% for unity815:13
pmcgowanand battery drained overniht first time in a while15:13
pmcgowanthats screen off15:13
kgunneeewww15:14
morphisdobey: then it doesn't seem to be related15:15
ogra_its a feature: "you can now leave your screen on all the time and will not use more battery than with screen off"15:15
ogra_;)15:16
* brunch875 applauds15:16
pmcgowan kreillin seems fine running stable15:16
pmcgowankrillin15:16
pmcgowanSaviq, shall I file a separate bug for screen off case15:22
pmcgowanseems it regressed within last 3 weeks15:22
Saviqpmcgowan, yeah, that sounds like it didn't go to sleep, not even about unity815:24
pmcgowanSaviq, but its at 3% constant15:24
pmcgowanwhereas the other mx4 doesnt do that with old image15:24
pmcgowanseparate from the battery drain issue15:24
pmcgowanand sus[end_blocker tells me it is sleeping15:25
Saviqpmcgowan, any case, yes, file a bug :)15:25
SaviqI can confirm on krillin15:26
pmcgowanSaviq, https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/158887315:28
ubot5Launchpad bug 1588873 in unity8 (Ubuntu) "CPU usage with screen off" [Undecided,New]15:28
mptmardy: Sorry I was away. I just followed up on bug 1587829.15:32
ubot5bug 1587829 in ubuntuone-credentials (Ubuntu) "Password error message is not localized" [Undecided,Confirmed] https://launchpad.net/bugs/158782915:32
mardympt: thanks15:36
dobeympt, mardy: that error is provided by the server; i moved the bug15:37
mardydobey: do you think that the server can deliver the translated message?15:37
dobeymardy: not sure15:38
mardydobey: I'm almost sure it cannot :-)15:39
mardydobey: the bug must be fixed in ubuntuone-credentials, similarly to how the bug on the wrong email address was fixed15:40
dobeyhuh?15:40
dobeywhat bug?15:41
mardydobey: http://bazaar.launchpad.net/~ubuntuone-control-tower/ubuntuone-credentials/trunk/view/head:/online-accounts-provider/NewAccount.qml#L13015:43
mardydobey: not sure if there was a bug, actually15:43
dobeymardy: that line is probably a bug in fact15:44
mptSo either the server provides an error code, and the client localizes it15:44
mptOr the server provides an English error message and promises never ever to change it, and the client matches it and localizes it15:45
mardydobey: I have the branch where I think I'm handling the errors in a better way, but I'm not putting it for review since you asked not to put too many things in the plate15:45
mardympt: 3) the client tells the locate to the server, and the server returns localized errors15:46
mardympt: but in any case, the client needs to be changed too15:46
mardys/locate/locale/15:46
dobeywell, frankly, u1-credentials needs a major rewrite and redesign, but trying not to just dive in to do that, and fix things incrementally instead15:46
mardydobey: yep, but just FYI I have a branch where I'm rewriting the U1 plugin not to use libubuntuoneauth at all, so when you want to see it, just tell me15:47
dobeyfirst things first15:49
mptmardy, yeah, I guess (3) allows changing the server errors later without requiring people to update the client too15:49
dobeyexactly15:50
dobeyanyway, back to more immediate concerns15:52
dobeythe first of which is lunch. :)15:56
=== tyhicks` is now known as tyhicks
=== dandrader|afk is now known as dandrader
taiebotHi is it normal than vimeo scope got removed from the image today on rc-proposed ? Also i cannot find it anymore on the store.17:26
dobeyi think some old already-deprecated framework versions were removed in latest image17:26
taiebotdobey: so Bye bye vimeo scope :'( it was making the video aggregator scope quite nice now there is only youtube and my videos as aggregators. For privacy i do not like showing my videos and what's left of the video scope is youtube results..17:29
dobeytaiebot: seems like a bug that just needs to get fixed17:32
dobeytaiebot: just filed bug #1588920 for it17:35
ubot5bug 1588920 in Vimeo Scope "Framework version out of date" [Undecided,New] https://launchpad.net/bugs/158892017:35
taiebotdobey: thanks17:42
dobeymardy: not still around are you?18:18
=== pindonga` is now known as pindonga
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== aaron is now known as Guest86371
=== salem_ is now known as _salem
=== Guest86371 is now known as ahoneybun
note4Hello, is there anyone experienced on Samsung Galaxy Note 4 with Ubuntu touch?_21:19
=== yorick_ is now known as yorick
ahoneybunmm anyone with a Nexus 7 on rc-proposed?23:20

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