=== maclin1 is now known as maclin === maclin1 is now known as maclin === hc_ is now known as _hc [14:57] ricotz: a user reports that FF 62.0~b6 from the PPA disables all extensions and they can't be re-enabled. are you aware of any issue? [15:01] rbasak: hey! Did you see my last-week's ping about letsencrypt in xenial? [15:02] LP: #1780793 [15:02] Launchpad bug 1780793 in firefox (Ubuntu) "All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS" [Undecided,New] https://launchpad.net/bugs/1780793 [15:02] so I got a report on IRC for that, and found that bug report, and they are not the same reporter [15:03] sil2100: yeah. I need to reply there. The packages need more work. Just needs somebody to do them. Unfortunately it's a disproportionately large amount of work because of the number of source packages, releases and package renames involved. [15:03] So I ran out of time multiple times on that already [15:04] I have successfully made a classic snap of certbot instead, which was far less work. [15:04] So I'm trying to see if that'll be a better approach for users. [15:05] In the meantime, the SRU can either make progress or not. I don't have the ~2 days I think it'll take to drive it through to spare right now :( [15:08] Laney: Could you explain to me how to call Vte.Terminal.feed_child() in vte2.91 version 0.52.2? It seems to have changed between 0.52.2 and 0.52.1. Bug 1780501 [15:08] bug 1780501 in ubuntu-release-upgrader (Ubuntu) "Traceback calling Vte.Terminal.feed_child()" [High,Triaged] https://launchpad.net/bugs/1780501 [15:23] Howdy. I help a bunch with firefox support and we're seeing several reports that Ubuntu users using the beta build of firefox (not downloaded from Mozilla) are having all their addons disabled [15:23] does anyone have more info on this situation or an update? [15:24] (is there a bug filed perhaps?) [15:24] bdmurray: Omit the last argument I guess. Maybe we shouldn't have changed that in an SRU. [15:27] Laney: That still doesn't work. TypeError: Item 0: Must be number, not str [15:28] Caspy7: I linked LP: #1780793 a short while back [15:28] Launchpad bug 1780793 in firefox (Ubuntu) "All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS" [Undecided,New] https://launchpad.net/bugs/1780793 [15:28] thanks [15:28] and pinged ricotz who is the uploader [15:28] cool cool [15:28] will have to see if he is around later [15:29] bdmurray: I'm busy at a conference I'm afraid; try asking ricotz who wrote this particular change. [15:32] willcooke, chrisccoulson, ^ could be something worth keeping an eye on [15:41] might be a fallout of https://bugzilla.mozilla.org/show_bug.cgi?id=1464766 [15:41] Mozilla bug 1464766 in Add-ons Manager "Allow to relax the signature requirements" [Normal,New] [15:45] ricotz: Do you have any ideas about "Vte.Terminal.feed_child()"? [15:48] bdmurray, 0.52.1 included an unwanted api change compared to upstream while it reverted g-i annotations [15:51] bdmurray, so it is a proper array parameter now https://launchpadlibrarian.net/365758293/vte2.91_0.52.1-1ubuntu1_0.52.1-1ubuntu2.diff.gz [15:51] ricotz: So how would I call it? [15:53] bdmurray, doesnt string provide some kind of instance field [15:55] bdmurray, I guess: feed_child(list("\n\n")) [15:57] ----> 1 term.feed_child(list("n\n")) [15:57] TypeError: Item 0: Must be number, not str [15:59] bdmurray, or assign the string to a local var first and pass it to list [16:02] like words = "n\n" and then feed_child(list(words))? I don't think that would change anything. [16:04] feed_child(words.to_utf8()) ? [16:05] ah no [16:10] bdmurray, you did try simple omitting the -1? [16:13] ricotz: yes ----> 1 term.feed_child("n\n") [16:13] TypeError: Item 0: Must be number, not str [16:22] ricotz: Isn't this supposed to fix it? https://launchpadlibrarian.net/366367148/vte2.91_0.52.1-1ubuntu1_0.52.1-1ubuntu2.diff [16:31] bdmurray, try to find someone who know more about the python types -- https://sources.debian.org/src/sugar-pippy-activity/71~dfsg-1/pippy_app.py/?hl=540#L540 === freyes__ is now known as freyes === Caspy7_ is now known as Caspy7 === kmously is now known as kmously-afk