=== maclin1 is now known as maclin | ||
=== maclin1 is now known as maclin | ||
=== hc_ is now known as _hc | ||
acheronuk | 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? | 14:57 |
---|---|---|
sil2100 | rbasak: hey! Did you see my last-week's ping about letsencrypt in xenial? | 15:01 |
acheronuk | LP: #1780793 | 15:02 |
ubottu | 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 |
acheronuk | so I got a report on IRC for that, and found that bug report, and they are not the same reporter | 15:02 |
rbasak | 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 |
rbasak | So I ran out of time multiple times on that already | 15:03 |
rbasak | I have successfully made a classic snap of certbot instead, which was far less work. | 15:04 |
rbasak | So I'm trying to see if that'll be a better approach for users. | 15:04 |
rbasak | 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:05 |
bdmurray | 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 |
ubottu | bug 1780501 in ubuntu-release-upgrader (Ubuntu) "Traceback calling Vte.Terminal.feed_child()" [High,Triaged] https://launchpad.net/bugs/1780501 | 15:08 |
Caspy7 | 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 |
Caspy7 | does anyone have more info on this situation or an update? | 15:23 |
Caspy7 | (is there a bug filed perhaps?) | 15:24 |
Laney | bdmurray: Omit the last argument I guess. Maybe we shouldn't have changed that in an SRU. | 15:24 |
bdmurray | Laney: That still doesn't work. TypeError: Item 0: Must be number, not str | 15:27 |
acheronuk | Caspy7: I linked LP: #1780793 a short while back | 15:28 |
ubottu | 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 |
Caspy7 | thanks | 15:28 |
acheronuk | and pinged ricotz who is the uploader | 15:28 |
Caspy7 | cool cool | 15:28 |
acheronuk | will have to see if he is around later | 15:28 |
Laney | bdmurray: I'm busy at a conference I'm afraid; try asking ricotz who wrote this particular change. | 15:29 |
seb128 | willcooke, chrisccoulson, ^ could be something worth keeping an eye on | 15:32 |
ricotz | might be a fallout of https://bugzilla.mozilla.org/show_bug.cgi?id=1464766 | 15:41 |
ubottu | Mozilla bug 1464766 in Add-ons Manager "Allow to relax the signature requirements" [Normal,New] | 15:41 |
bdmurray | ricotz: Do you have any ideas about "Vte.Terminal.feed_child()"? | 15:45 |
ricotz | bdmurray, 0.52.1 included an unwanted api change compared to upstream while it reverted g-i annotations | 15:48 |
ricotz | 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 |
bdmurray | ricotz: So how would I call it? | 15:51 |
ricotz | bdmurray, doesnt string provide some kind of instance field | 15:53 |
ricotz | bdmurray, I guess: feed_child(list("\n\n")) | 15:55 |
bdmurray | ----> 1 term.feed_child(list("n\n")) | 15:57 |
bdmurray | TypeError: Item 0: Must be number, not str | 15:57 |
ricotz | bdmurray, or assign the string to a local var first and pass it to list | 15:59 |
bdmurray | like words = "n\n" and then feed_child(list(words))? I don't think that would change anything. | 16:02 |
ricotz | feed_child(words.to_utf8()) ? | 16:04 |
ricotz | ah no | 16:05 |
ricotz | bdmurray, you did try simple omitting the -1? | 16:10 |
bdmurray | ricotz: yes ----> 1 term.feed_child("n\n") | 16:13 |
bdmurray | TypeError: Item 0: Must be number, not str | 16:13 |
bdmurray | ricotz: Isn't this supposed to fix it? https://launchpadlibrarian.net/366367148/vte2.91_0.52.1-1ubuntu1_0.52.1-1ubuntu2.diff | 16:22 |
ricotz | 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 | 16:31 |
=== freyes__ is now known as freyes | ||
=== Caspy7_ is now known as Caspy7 | ||
=== kmously is now known as kmously-afk |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!