[00:34] Acou_Bass: no ports get OTAs unless the developers set up system-image servers (ie, like ubports does) [00:34] Acou_Bass: but the official "OTA 13" sort of thing doesn't happen for unofficial devices [00:51] ahh right === chihchun_afk is now known as chihchun === _salem is now known as salem_ [11:15] hi everyone, newbie to this channel ... [11:16] an LXD/Ubuntu IDE problem [11:16] I have a an LXD/Ubuntu IDE problem [11:16] ( That's better ) [11:18] I install Ubuntu-SDK-IDE, run Ubuntu IDE from the icon [11:18] I get a box that says "The container backend is not completely initialized. Create Default configuration" [11:18] I click Yes [11:18] enter root password [11:18] and this time it works ...... [11:19] I've tried this at least 30 time and 5 times today [11:19] never worked, come and here and it's fine .... [11:19] Ah well thanks for the spiritual non present help ;-) === dandrader is now known as dandrader|afk === chihchun is now known as chihchun_afk === schmidtm_ is now known as schmidtm === dandrader|afk is now known as dandrader === dandrader is now known as dandrader|afk [14:46] bfiller: I'm testing clock and calculator apps from edge in our u8 snap. Clock has icon, calculator doesn't. Neither launch (I think because they don't include mir qt backend?) Looking into why there [14:46] bfiller: but they show up in scope! Which is progress :) [14:48] mterry, do snaps actually launch now from within the snap? I haven't tried since early friday.. [14:49] bfiller: yeah sorta. Some can (inkscape), so the general idea is sound. But it seems like a lot of unity7-targetted snaps don't bundle in a Mir backend (only X backends), so they abort during launch. [14:49] mterry, interesting [14:49] Including, I'm guessing, clock and calc [14:49] right [14:49] looking into best temporary fix until our snaps just target u8 instead [14:50] mterry, maybe the launcher wrapper could include what is neccessary? renato__ mirv ^^^ [14:51] mterry, do we have a unity8 plug? [14:52] renato__: no [14:52] let me finish debugging this, might not even be mir backend. Looks like maybe libertine is involved [14:52] renato__: well... I'm not sure. I didn't think so? [14:53] kenvandine: hi! do you have time to look at content-hub-glib today? i uploaded the xenial gtk it works with here: https://launchpad.net/~attente/+archive/ubuntu/gtk-mir [14:53] mterry, ok. I believe platform has the necessary mir libraries [14:53] attente, sorry... been consumed by other work [14:53] attente, i will test it today :) [14:54] kenvandine: no worries, thanks! === dandrader|afk is now known as dandrader [15:31] barry: if I set PYTHONHOME=$SNAP/usr inside a snap that includes python3 and modules, would that work like I expect? (it doesn't seem to be picking it up, and I'm trying to figure out why) [15:32] attente, i'm not seeing any calls to the content-hub-service when copying [15:33] and i can't paste the text copied in gedit to anything including back to gedit [15:34] mterry: what actually happens? is it completely ignored? i know that if i run `PYTHONHOME=/some/bogus/path python3` i get the fatal exit i expect [15:34] barry: just tested, it does work. Something else is breaking me... [15:34] mterry: ack [15:35] how could I go about launching a cli program from the terminal to circunvent the lifecycle? [15:36] can I do some nohup shenanigans? [15:38] tedg: so I think some of the xmir apps can't launch because of a python import issue with libertine: ImportError: cannot import name 'LibertineApplication' [15:38] kenvandine: not sure what's happening, let me spin up a fresh vm to try [15:38] attente, thx [15:39] tedg: not sure why -- I've set PYTHONHOME correctly (tested it manually on console). Something inside our snap is unsetting that env maybe? [15:39] attente, i do see this now in .xsession-errors [15:39] (gedit:22371): Gdk-WARNING **: Ignoring unknown Mir event 8 [15:39] tedg: this is inside our snap too, btw. xmir-helper launching libertine-launch [15:40] mterry: Yup, on it. It's basically because we're going in and out of the snap and loosing the environment. [15:40] tedg: ah that's your legacy-exec bits? cool [15:41] kenvandine: don't think that should affect it [15:41] tedg: though this isn't an legacy app [15:41] attente, actually that was from the upstart log [15:41] I guess xmir-helper is [15:41] mterry: Yeah, but we need the helpers. And those are the problem. [15:41] nothing interesting in .xsession-errors [15:42] mterry: The legacy ones should work now because of that change, but that broke the snaps. === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === JanC_ is now known as JanC [17:55] Hey managed to reproduce this bug https://bugs.launchpad.net/canonical-devices-system-image/+bug/1640936 i renamed it and changed its description [17:55] Ubuntu bug 1640936 in Canonical System Image "Rotating the phone can hide the dash calendar" [Undecided,In progress] === dandrader is now known as dandrader|afk [18:21] kenvandine: hey, i'm having trouble install u8 in a vm because libcontent-hub0 depends on libqt5core5a which isn't new enough (5.5.1+dfsg-16ubuntu7.2 < 5.6.0~beta) and libubuntu-app-launch3 has no installation candidate [18:21] attente, you need the stable overlay ppa [18:25] ok, thanks [18:39] kenvandine: ok, so bad news is i can't seem to get u8 running at all on a xenial vm... [18:39] :/ [18:47] attente, i have it all running here, what can i do to debug it? [18:48] attente, oh... whoops [18:48] it didn't install gtk from your ppa [18:48] ho [18:49] oh [18:49] lol. i hope that's the problem! [18:50] kenvandine, stop trolling the poor attente there ;-) [18:51] seb128, :-D [18:51] attente, so copy is working [18:51] i can't paste into gedit though [18:51] improvement! [18:51] lol [18:52] indeed [18:52] right click in gedit causes it to crash :) [18:53] did you use ctrl+v too? [18:53] i do see calls to GetLatestPasteData in the service log file [18:53] no, ctrl-v and ctrl-c both seem to do nothing [18:53] i can copy using the menu though [18:53] and paste it in other apps [18:53] just can't paste into gedit [18:54] anyway, i think it proves the glib bindings are working :) [18:54] heh [18:55] attente, the call to GetLatestPasteData isn't when clicking paste though [18:56] i think that might be from qtubuntu [18:56] kenvandine: yeah. it should be calling that when the menu opens to determine whether to enable/disable to menu option [18:56] now gedit crashed just on alt-tab [18:58] kenvandine: are you using a vm for testing xenial? [18:58] nope [18:58] laptop [19:13] attente, ctrl-v does actually paste... it just makes gedit hang for 30 seconds or so first [19:14] kenvandine: time for a new laptop? ;) [19:14] same thing pasting from the menu [19:14] at least 30 seconds [19:15] doing stuff with gedit in that time causes it to crash [19:15] kenvandine: ok, i know what codepath that is, but i'm not sure why it's happening there [19:16] i just timed it (roughly) 38 seconds [19:16] but it worked :) === dandrader|afk is now known as dandrader [19:18] attente, it requests the paste immediately [19:18] so i think the content-hub side is good [19:19] ok, i'll have to look into the gtk-side more i guess [19:19] attente, is there a way for me to adjust the scaling for gtk apps? [19:20] gedit is very hard to use on my hidpi screen [19:20] kenvandine: under u8? [19:20] yeah [19:20] i can hack libertine-xmir to do that [19:23] yeah, sorry. i don't think there's a way... [19:47] kenvandine: you need to get the grid units value (or DPI if possible) from mir, and set the appropriate DPI value for the X server when xmir starts [19:48] kenvandine: and maybe change the gtk+ scaling value in gsettings if needed === chrisccoulson_ is now known as chrisccoulson [20:58] attente: i have a branch that fixes the glib_test test [20:58] https://code.launchpad.net/~ken-vandine/content-hub/content-hub-glib-dbus_test_runner [20:59] if you merge that in and then make your MR prereq on lp:~ken-vandine/content-hub/dbus_test_runner [20:59] we'll be good to go [21:00] kenvandine: awesome, thanks :) [21:00] attente, no problem [21:00] let me know when you resubmit it and i'll get the silo all synced up and rebuilt [21:06] kenvandine: did the method of running the tests change? [21:06] sort of [21:07] i moved the dbus-test-runner bit into the build [21:07] instead of in debian/rules [21:07] ah, i see [21:07] README should probably be updated too [21:08] lol [21:08] haven't looked at the README in ages :) [21:08] sorry [21:18] :) [21:20] kenvandine: ok, it's resubmitted: https://code.launchpad.net/~attente/content-hub/content-hub-glib/+merge/311436 [21:21] attente, thx [21:22] attente, whoops... that makes your MR empty [21:23] attente, you should merge my branch into yours then resubmit it with a prereq on lp:~ken-vandine/content-hub/dbus_test_runner [21:23] kenvandine: oh. that's what i did... [21:23] your prereq is wrong [21:25] it says "Prerequisite: lp:~ken-vandine/content-hub/content-hub-glib-dbus_test_runner" [21:25] hmm.. what went wrong here... [21:25] should be ~ken-vandine/content-hub/dbus_test_runner [21:26] oh... sorry. at some points the words just kind of mush together... [21:27] indeed [21:27] ok, hope it's alright now === svij is now known as Sujevo [21:34] attente, much better, thx [21:37] attente, ok... weird now it conflicts with my dbus_test_runner branch [21:37] which i had merged already [21:37] attente, please try merging lp:~ken-vandine/content-hub/dbus_test_runner into your branch [21:37] ok [21:37] the MR doesn't show a conflict [21:37] but bileto does [21:38] hmm, i just go "Nothing to do." [21:39] that's what i would expect [21:39] weird [21:39] Text conflict in tests/acceptance-tests/CMakeLists.txt [21:40] do you want me to try re-submitting fresh again? [21:40] not yet [21:40] the MR looks fine... not sure why bileto is doing this [21:46] attente, ok... i changed the order of the branches, can you please merge this into yours? [21:46] ~ken-vandine/content-hub/clean_glib_branch [21:47] attente, that includes latest trunk too [21:48] ok, merged and pushed [21:48] thx [21:51] attente, LP hates me... failed again but this time it was a 503 error from LP :/ [21:51] :( [21:51] * kenvandine clicks again [21:52] grr Text conflict in tests/acceptance-tests/CMakeLists.txt [21:52] * kenvandine does a diff [21:53] 0 files changed [21:53] wtf [21:55] i can try a fresh one if you want [21:57] attente, yeah, fresh branch of trunk, merge my dbus_test_runner branch then merge your branch [21:57] we've angered bzr :) [21:58] :) [21:58] kenvandine: do i need your clean_glib_branch too? [21:58] nope [21:59] you should get a conflict which will be easy to resolve [22:07] kenvandine: should i still add your branch as prereq? [22:08] * attente doesn't really understand what prereq does if the branch is already merged in [22:08] yes [22:08] it means it doesn't include my branch in the diff for your MR [22:09] but requires my branch to landing [22:09] s/to/for/ [22:10] ahhhhh