[05:29] good morning [06:11] good morning [07:00] good morning desktoppers [07:18] gooood morning desktopers [07:19] salut seb128 [07:19] lut oSoMoN :) [07:22] oSoMoN, so, beta freeze starting ... I was wondering if we wanted to try to get the new tb on the iso/demote enigma to universe? depends how much testing you would like to get from the update [07:24] seb128, it looks like enigmail is already in universe [07:25] oSoMoN, sorry, I'm online getting my coffee :-/ I meant to proposed [07:25] e.g delete if from eoan proper [07:25] since britney will block the tb update as long as it breaks something in eoan [07:27] unless we add a hint to temporarily unblock the migration, no? [07:28] well, does enigmail work with the new tb? [07:28] note that I'm working on enigmail today, hopefully I get a working solution before eod that we can use until the package is updated in debian [07:28] like is that a real breakage or a test problem ? [07:28] right, it's actually a real breakage [07:29] so it would probably less misleading to remove it than force tb and have a package installable that blews [07:29] anyway, let's see what you get by tonight [07:29] and decide tomorrow if that's ok with you? [07:31] sounds like a plan [07:35] :-) [07:56] Trevinho, hey, did you prepare that unity landing? they wanted/needed the fix for beta and the freeze started now... [08:01] morning all [08:01] morning [08:02] hey marcustomlinson, willcooke [08:02] morning! [08:04] morning Laney [08:08] hey didrocks [08:08] good weekend / trip back? [08:11] Laney: yeah, uneventful. Yourself? After this week-end in Paris? :) [08:12] delays [08:12] had to take a much later train home [08:12] still on the same day at least? [08:13] technically no [08:13] but yes :P [08:13] ahah, ok, very late then :) but still "okish" [08:13] not as bad as the Lyon delays indeed [08:15] heh [08:29] seb128: hey yes... but vvileto failed so need to do some manual things [08:29] morning all [08:29] from the last day in Paris, helping me to go home... With the classic strike 😭 [08:31] Trevinho, hey, oh ok. Good luck with the public transports :/ [08:32] hey marcustomlinson willcooke Laney, how are you? [08:32] yeah, not the best day for Trevinho [08:34] very wet seb128 :) [08:35] I've now got 9 out of 10 wallpapers, so I'm going to call it done [08:35] seb128: haha, yeah, there are clouds in the sky again, balance has been restored :D [08:35] seb128: i.e. all good :) how are you? [08:36] didrocks: I was thinking that they were striking only on Friday... But, it looks like they really care about the cause, not just the day off [08:43] not having zsys installed but the generator (which will still be needed in the future) -> FAIL. Will spent some days to debug [08:49] hey seb128 [08:49] doing gooood, you? [08:55] Laney, squoosh is pretty amazing at compressing jpegs! 40 MB PNG -> Gimp -> PNG with some better options -> 8 MB PNG [08:55] nice [08:55] 40 MB PNG -> Gimp -> JPG -> 1.1 MB PNG [08:55] *1.1MB JPEG [08:55] 8 MB PNG -> Sqoosh -> 28 [08:55] *287kB JPG [08:56] !!! [08:56] nice, I like the sound of that [08:56] assuming the result is good [08:56] ;-) [08:56] :) [08:56] So far, so good [09:05] I'm testing netboot for the beta and the session freezes on login on i386. [09:05] here is the journal https://paste.ubuntu.com/p/tGwVbBYq5J/ [09:05] anyone have any clue what could be going on? [09:06] there is no crash [09:08] ah now it crashed [09:13] bug 1845165, not very helpful [09:13] bug 1845165 in gnome-shell (Ubuntu) "gnome-shell crashed with SIGSEGV in in ??() [non-native amd64 package]" [Undecided,New] https://launchpad.net/bugs/1845165 [09:14] is ubutnu-desktop on i386 from netboot still something we want to offer or we should just remove the test case? [09:24] not actually sure at this point in time but I'd be ok with not [09:24] based on the wider i386 story [09:26] yeah, I think I'd be ok with that too. From what I remember, we had the story about "if you still want to install on i386 hardware you can use netboot" but it got nacked and removed from the "formal" Q&A. [09:26] I dont think it's something we should support at this point forward [10:26] Morning desktoppers o/ [10:26] Swap day. [10:26] Or rather, an Ubuntu MATE day :-D [10:32] apparently not too bad the strike, looks like I'll be to the airport way earlier (and no lounge)... So #floorhacking. [10:33] Trevinho, are you aware of a problem where you log in and GNOME Shell just doesn't respond to any input? [10:33] I've seen it a few times in the past week [10:33] feels like a race, because it doesn't always happen [10:34] willcooke: hmmh... nope. Is that something temporary or staying? [10:35] I have it on my bionic machine but that's something caused by sync stuff not done properly, and fixed now [10:36] Trevinho, I doesn't happen every time, but I'll see if I can find a way to reproduce it. At the moment it is in this state. I switched to tty1 and gdm started, then back to 2 and GNOME Shell is still on the screen and the mouse moves, but nothing responds (no kbd, no mouse) and I can open a new cli session on tty 3 [10:36] anything I can do before I reboot it? [10:36] (or restart gdm) [10:36] willcooke: yes, attach to it via gdb... [10:37] * willcooke installs ssh [10:37] willcooke: sudo gdb -p `pidof gnome-shell` but check is the one launched by the user [10:38] the pid I mean [10:38] willcooke: also mutter and shell debug symbols please [10:38] Trevinho, I should install those dbg packages right? [10:39] I dont yet have the debug packages installed, but I do have gdb connected, anything useful I can do with out the debug packages? [10:40] willcooke: yes, add ddeb repo and install libmutter dbgsym and gnome-shell [10:40] willcooke: well for now you can just try with `call (void) gjs_dumpstack()` [10:41] and check journalctl /usr/bin/gnome-shell -b0 -e to see if you get anything useful from JS side of things [10:41] however I suppose isn't something triggered by JS, but we never know [10:43] Trevinho, https://paste.ubuntu.com/p/CWtV8N9RZR/ [10:43] willcooke: this should automatize it [10:43] sudo gdb -p $(pgrep -U $USER -x gnome-shell) -batch -ex "set logging on" -ex "bt full" -ex "call (void) gjs_dumpstack()" -ex quit [10:43] ah goof [10:43] d* [10:43] mh, yeah.. nothing from JS lands [10:44] Trevinho, so if I install the ddebs do I need to restart? [10:45] willcooke: no, just quit gdb and start again it [10:45] (or use that script, and attach the produced gdb.txt) [10:47] dbg packages installer [10:47] *installed [10:50] Trevinho, https://paste.ubuntu.com/p/ZnY4YnRBWY/ [10:50] nothing new in journal it seems [10:51] full journal: https://paste.ubuntu.com/p/tdKDGRcPzM/ [10:53] I wonder if the portals has anything to do with it... only because when it did this last time I somehow managed to get a polkit dialog up, and when I entered the password, everything continued as normal [10:55] willcooke: mh, can't see much from that thread, try with "thread apply all bt full" [10:55] willcooke: it also misses glib dbgsym, but it seems just the loop [10:55] well, actually better if you install them too :P [10:56] libglib2.0-0-dbgsym this one? [10:56] willcooke: you can get that scripted by replacing the "bt full" with the command I gave you before [10:56] willcooke: yeah [10:57] Trevinho, https://paste.ubuntu.com/p/rPY2VDj6tX/ [11:03] Laney, smol wallpapers! https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1845188 [11:03] Launchpad bug 1845188 in ubuntu-wallpapers (Ubuntu) "Ubuntu 19.10 Community Wallpapers" [Undecided,New] [11:03] 5.6MB this time [11:03] in total [11:03] nice one [11:03] thx [11:03] (but there is one missing still) [11:03] willcooke: there's something related to __pthread_cond_wait in i965_dri, so maybe add those symbols too and we could get something from tjaalton, might be a dead-lock in the driver? But there's something also in mozjs... mhmhm [11:04] tjaalton, can you tell me what packages I need to install for dbg symbols? [11:05] FWIW the mouse pointer still moves around the screen and gets painted correcty [11:05] willcooke: I need libmozjs-60-0-dbgsym [11:06] I had this with a Shell dialog last week: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1607 [11:06] might be relevant [11:06] willcooke: dri package would be libgl1-mesa-dri-dbgsym [11:06] let's get the bt full with these all, once you get it you can kill it and open a bug with all the logs we have [11:07] roger roger [11:07] Laney, interesting, can confirm the clock is updating here too, which I hadnt noticed [11:07] although from a first look it might come from anywhere, and since we can't see where a trhead was started is a bit complicated [11:08] unless is there a way for that.... (Laney^) :o [11:08] Trevinho, I'm running from the x staging ppa per t_jaalton's request for testing. [11:08] willcooke: ooohhh... mh, is there a dbg package there? maybe you've to get it manually [11:08] the name should be the same [11:08] seems like its missing [11:09] * Trevinho cries [11:09] * Trevinho cries in 0x00007fef2461c5cb [11:09] XD [11:09] Trevinho, is this any use? https://paste.ubuntu.com/p/BZdK6TcgpW/ [11:11] willcooke: wait isn't https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging/+files/libgl1-mesa-dri-dbgsym_19.2.0~rc4-1ubuntu1~ppa1_amd64.ddeb the one we're looking for? [11:11] looking into details of https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging/+packages there are dbgsym's [11:11] so might need to manually install them [11:11] ahhhhhhhhhhhh [11:12] :( another lockup on 19.10 [11:12] popeycore, do me a favour - can you leave it 5 mins and see if the clock keeps up [11:13] i had to reboot, sorry [11:13] next time [11:13] niceeee..... :| [11:13] looks like it's something in the gfx stack though [11:13] interestingly when i tried to reboot, i got messages in dmesg about hung process on my gpu [11:14] popeycore: oh! [11:14] Trevinho, I think I installed that package correctly.. https://paste.ubuntu.com/p/pSshP8V2SZ/ [11:14] popeycore: journalctl -b-1 once you rebooted [11:17] * Trevinho fighting with tunnels... [11:17] Trevinho: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1845017 [11:17] Launchpad bug 1845017 in gnome-shell (Ubuntu) "Desktop hard lockup in 19.10" [Undecided,New] [11:17] attached to the bottom of that [11:18] Sep 24 12:00:09 KinkPad-K450 kernel: INFO: task kcompactd0:43 blocked for more than 120 seconds. [11:27] willcooke: I don't see i965_dri.so in the latest one? [11:28] curious [11:33] Trevinho, is there anything more I can do with it in this state, or shall I reboot and focus on finding a way to reproduce it? [11:42] willcooke: mhmh I think we can't do much a part than studying the trace [11:43] Trevinho, oki. I've opened this: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1845198 and I will try and find a way to recreate it [11:43] Launchpad bug 1845198 in gnome-shell (Ubuntu) "GNOME Shell seemingly locked up at login" [Undecided,New] [11:43] tjaalton: yeah weird... Maybe that thread died or something? [11:43] willcooke: try again just to see if we get the dri log again [11:43] Trevinho, sorry, I just turned it off :( [11:44] willcooke: you having similar issues to me? Or is this completely unrelated? [11:44] popey, unclear [11:44] ok [11:44] hence my question about the clock [11:44] how are you monitoring the clock? just ssh in and run "watch -d date"? [11:44] no just looking at the screen [11:45] oh [11:45] i.e. gnome shell is not quite dead [11:45] nothing updates for me, hard lockup of the shell [11:45] I mean, I didnt look at the clock, but pretty sure, will check next time [11:47] popey, was it related to building snaps again this time? [11:47] nope. just happened randomly, when I opened a tab in firefox [11:48] oki. [11:48] Laney, could you try if you also get "login with another user fail" and tell me what component you would report that problem against? [11:48] I'm looking at fast user switching now [11:48] you already told me about that one [11:48] gdm [11:48] * willcooke ponders gnome-keyring... unlocking... polkit windows [11:49] also, I have 3 screens on, and video playing in chrome [11:49] that's quite a common setup when I get a lockup [11:49] Laney, yeah I told you, I would still welcome someone else to confirm if they get it too or if something weird here, but not important [11:49] it does happen here I'm looking at it atm [11:49] feel free to file a bug if you want a number to track or something [11:50] ah ok, sorry I didn't understood properly that you "fast user switching" was referring to that [11:50] your* [11:50] that might be a term from windows [11:51] anyway, I let you work on it then, thanks :) [11:51] no, I remember, we used to have a thing called FUSA, that's why I call it fast user switching [11:52] ah, makes sense now that you mention it [12:06] willcooke: can you attach both your logs (the one with dri and the last one) to https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1845017 [12:06] Launchpad bug 1845017 in gnome-shell (Ubuntu) "Desktop hard lockup in 19.10" [Undecided,New] [12:06] I'm quite sure we're talking of the same issue [12:10] Trevinho, done [12:15] seb128, I've the ubiquity-dm error again with beta [12:15] jibel, I'm not surprised, I didn't see a reason it would have been fixed in between the images [12:16] it's probably a timing issue :/ [12:17] and the shell is frozen but I can switch to a vt [12:17] jibel, thx, I will download the daily ISO and see if I get it as well ... you let boot on the screen with the try/install gtk UI and click install right? [12:17] seb128, just boot and do nothing [12:17] I'll try on hw [12:18] k [12:18] seb128, it's the try/install session that crashes [12:19] I had 19.10 crash in vbox today on first boot of the "try" option too [12:20] from today's daily [12:20] https://i.imgur.com/MKrwu54.png [12:21] yeah same that's bug 1844509 [12:21] bug 1844509 in ubiquity (Ubuntu) "ubiquity-dm fails to start" [Critical,Confirmed] https://launchpad.net/bugs/1844509 [12:21] 2 critical for the beta then [12:21] I have also noticed issues with the installer, and can't help wondering if I have contributed to it via this upload: [12:22] https://launchpad.net/ubuntu/+source/localechooser/2.71ubuntu4 [12:22] GunnarHj, what kind of issues? [12:23] jibel: The Ubiquity welcome screen does not show up, but instead I see the error message which popey just showed in a screenshot. [12:24] Further, clicking OK got me an unusable desktop [12:24] locked up, or was for some other reason unresponsive [12:24] GunnarHj, I don't think it's related to your upload, I noticed this problem a day before; [12:25] popey, that's bug 1845198 [12:25] bug 1845198 in gnome-shell (Ubuntu) "GNOME Shell seemingly locked up at login" [Critical,Confirmed] https://launchpad.net/bugs/1845198 [12:25] jibel: Ok, that's a relief for me, kind of. :) [12:26] GunnarHj, I wonder if you did create the issue still, the report from jibel had ibus error and it started a bit after the recent merge from experimental [12:27] seb128: What I did was trying to make a new language visible in the installer. Do you know if there is more into it which I missed, and which may be the reason? [12:28] sounds more like a timing issue as seb128 said, because if you restart ubiquity-dm from a vt it starts fine [12:28] GunnarHj, in case that was not clear from why I wrote before, I wonder if the issue is due to the new ibus [12:28] seb128: Sorry. Now I see what you wrote. :) [12:28] I'm so happy with the theme updates, looks great [12:28] seb128, this "locking up" of GNOME Shell are you talking about there? ^ I did see some stuff in the logs related to ibus [12:29] willcooke, well, I was talking about the liveCD failing to load the ubiquity-try screen, could be the same bug that the lock though [12:29] willcooke, yeah 2 bugs lock up and the "try/install" session doesn't start [12:29] interesting [12:30] or one bug and it doesn't load because it lock up? [12:31] it wouldn't be a real milestone without critical bugs :) [12:32] that's job security! [12:33] The very latest ibus change is the reversal of the CVE patch which breaks Qt. It happened yesterday night. [12:34] GunnarHj, that bug was there a week ago before the reversal [12:36] seb128: The patch was added about a week ago, and dropped yesterday. [12:36] GunnarHj, yes, I was saying that the issue was happening after the patch was added and is still happening today, so it's not due to this patch [12:37] seb128: Ah, so the newest version is already in the ISO then? [12:38] jibel, did you try current or pending? [12:39] GunnarHj, it's on the newest image according to http://cdimage.ubuntu.com/daily-live/proposed/eoan-desktop-amd64.manifest [12:39] seb128, pending. It's today's build that I didn't promote due to this problem [12:39] GunnarHj, sorry, http://cdimage.ubuntu.com/daily-live/proposed/eoan-desktop-amd64.manifest [12:39] jibel, k, thx [12:40] GunnarHj, so yeah, was tested with 1~exp2ubuntu2 [12:40] k [12:40] well I'm guessing ibus issue but it might not be due to it and just gnome-shell [12:40] poor Trevinho [12:43] * Trevinho hides [12:45] * Trevinho actually goes boarding [12:45] Trevinho, safe flight! [12:46] thanks, I've plenty of branches to work on in between, so... lovely fliiight indeed [12:48] the sound volume bug, the sound volume bug, the… :) [12:49] key repeat one? [12:51] yep [12:51] good memory ;) [12:52] I've rebuilt gtk-common-themes in candidate to include the latest yaru changes. I'd appreciate it everyone could help kick the tires a little today [12:53] just run some snaps to make sure they look like you'd expect [12:53] just install them in a normal session and make sure they work with yaru normal? [12:53] ... and boarded. What would be life without euro-roaming!?! [12:53] L_aney I feel you :° [12:53] lol [12:55] kenvandine, I have to rebuild my 18.04 VM, but I should be able to test it this afternoon [12:56] seb128: yeah [12:56] k [12:56] i'll do some thorough testing with gtk-3-widget-factory [12:56] but good to get some other eyes on our everyday snaps [12:57] right [12:57] that should be something chris wayne could help with? [12:57] removing zsys has a lot of repercution on the dataset (due to issues with non empty dir) :/ [13:05] didrocks, enough that you think we need to revisit our options? [13:05] willcooke, ^ [13:05] seb128: I don't know, we are back at the race on boot now with the dataset layout that only zsys can fix properly [13:05] we can workaround, but it's not going to be robust [13:06] (and work that are going to be removed once zsys is in) [13:06] how much work and how unrobust? [13:07] it's already a day "lost" (with progress, but now on that last roadblock ^). The last one will need testing and such, I think 3-4 days… (and again, things will be ditched next cycle hopefully) [13:08] (right, but we are our option, restart the discussion about including zsys after beta? how long is that likely to take into arguing and how likely to success in changing the outcome?) [13:08] I mean I understand the frustration [13:08] I'm just unsure we have other options at this point, out of saying we give up on shipping for this cycle or the normal image... [13:08] well, I think the decision is already taken, but I just want to hilight that not including zsys is making us loose a week of work basically (which won't be reused) [13:09] right, understood [13:09] so it's just the most expensive option (for our team) [13:09] thx for pointing it out, and don't worry we know it's not your fault and that it is impacting/delaying the "useful" work [13:09] right :/ [13:09] When you say "removing" what do you mean? We said that people would have to install zsys manually, right? [13:09] well we are screwed at this point anyway, let's hope it doesn't happen again [13:10] preferring to raise this :) (hoping as well we won't have specific bugs to those workarounds and won't impact transitionning to zsys next cycle) [13:10] willcooke: as "the workaround may be incompatible with zsys approach" [13:10] and so, hacks will have to be removed later on [13:10] and if people install zsys, we have to figure out a way to transition them [13:10] meh, IRC is no good for this sort of thing, let's have a hangout in a bit? [13:11] if you want, but I had the feeling the decision won't change and it would be better to focus/not loose more time? [13:11] I just escalated that it would be more work than envisioned [13:12] oki, good to know, thanks. I still don't really understand what the problem is though, and I would like to [13:13] if you want to go into the details, there is a race between daemons writing early in /var/lib before the zfs systemd service is mounting it [13:14] it's something that isn't fixed upstream, if you want a separate /var/lib dataset (which was desired after the review with Steve 6 months ago) [13:14] and known to be problematic. Zsys fixed it by an early systemd generator [13:15] hoping that's the level of tech details you were looking for [13:17] hi, is it possible to sync libcloudproviders 0.3.0-2 from debian which re-introduces the dropped vala bindings [13:17] jbicha, ^ [13:18] (since you did those uploads) [13:18] didrocks, oki, I think I get it. Aren't we expecting people to install zsys though? [13:19] willcooke: right, but if they don't before first boot -> they are screwing up their datasets [13:19] with no easy way to recover [13:22] didrocks, got it. Thanks for caring and working on a fix, much appreciated [13:22] I just hope we'll be able to have something compatible with and without zsys (for transitions) [13:22] we'll see how it goes [13:24] * willcooke has faith in the l33t skillz of didrocks [13:24] kenvandine, updated gtk-common-themes to beta, so far so good [13:29] kenvandine: here's a fun thing. snap remove the gnome platform snap, reboot then try and run one of your snaps :) [13:29] kenvandine: Your snaps aren't able to detect that the content snap went away, and they crash all over the place. [13:29] Some might say "that's working as designed", but it might be nice if we did something pleasant. Where should I file this do you think? :) [13:30] Meeting time, everybody shut up and pay attention to me [13:30] 💩 [13:30] #startmeeting Desktop Team Meeting 2019-09-24 [13:30] Meeting started Tue Sep 24 13:30:34 2019 UTC. The chair is willcooke. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [13:30] Available commands: action commands idea info link nick === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle | Desktop Team Meeting 2019-09-24 | Current topic: [13:31] * Trevinho at 10 meters from ground [13:31] Trevinho, safe flight! [13:31] love 4g on connection [13:31] you are supposed to be in flight mode at this point btw :p [13:31] Roll call: didrocks, duflu (hols), jamesh (hols), hellsworth(swap), jibel, kenvandine (out?), laney, marcustomlinson, oSoMoN, seb128, tkamppeter, trevinho (going up), robert_ancell (out) [13:32] 🐱/ [13:32] Trevinho, don't crash that plane [13:32] hey [13:32] happy travels Trevinho [13:32] Flight mode FTW [13:32] Let's zip through the rls bugs [13:33] you're also not supposed to use a laptop during takeoff [13:33] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-bb-incoming-bug-tasks.html [13:33] Looks clear [13:33] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-dd-incoming-bug-tasks.html [13:33] Also clear [13:34] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-ee-incoming-bug-tasks.html [13:34] https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1844575 [13:34] Launchpad bug 1844575 in mutter (Ubuntu) "Pixelated fonts sometimes" [Undecided,New] [13:34] Is it Wayland only? [13:35] likely [13:35] think so [13:35] DENIED [13:35] heh [13:35] so yeah, -1 for rls status I guess [13:36] -1 [13:37] https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1845188 [13:37] Launchpad bug 1845188 in ubuntu-wallpapers (Ubuntu) "Ubuntu 19.10 Community Wallpapers" [Undecided,New] [13:37] I tagged that, but really, it's not a release blocker [13:37] I shouldn't have tagged it on reflection [13:37] well [13:37] gives me a chance to ask if anyone else wants to do it [13:37] :-) [13:38] :) [13:38] got my hands inside gdm, would be good not to switch [13:38] Would anyone like to package up the wallpapers, they should be ready to go [13:38] plus, easy packaging, could be fun for someone [13:38] oSoMoN, I think you helped out last time, if you're interested?> [13:38] plenty of examples in the history to copy [13:38] yeah, can do [13:38] merci [13:38] neato [13:39] Assigned, and untagged [13:39] thx oSoMoN [13:39] which is kinda odd, but I think that's opk [13:39] ok [13:39] I can do review/sponsoring if needed [13:39] thanks seb128 [13:39] next up: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1845198 [13:39] Launchpad bug 1845198 in gnome-shell (Ubuntu) "GNOME Shell seemingly locked up at login" [Critical,Confirmed] [13:39] which may be https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1845017 too [13:39] Launchpad bug 1845017 in gnome-shell (Ubuntu) "Desktop hard lockup in 19.10" [Undecided,New] [13:39] +1 [13:40] yeah, agree [13:40] and I think there's really only one person to look at it, right? [13:40] assign to Trevinho (sorry Marco) [13:40] yes :/ [13:40] well maybe duflu could but he's off atm [13:40] we can to tradding of some work once he's back if needed [13:40] ack [13:41] assigned and targetted [13:41] k, that's it for rls bugs. [13:41] another ee-incoming is bug 1844509 [13:41] bug 1844509 in ubiquity (Ubuntu) "ubiquity-dm fails to start" [Critical,Confirmed] https://launchpad.net/bugs/1844509 [13:41] it is not in the list and affects ubiquity but it's more likely due to a desktop component [13:41] jibel, so comment #2 is not true any more? [13:42] no it is not, I thought I added a comment to say so. [13:42] will do [13:42] ideally foundations would do the investigation and bounce back to us if needed since they own ubiquity but do we count on that? [13:42] oki, thanks [13:42] seb128, I dont think we should count on it [13:42] k [13:42] anyway +1 [13:43] who would like to work out what's going on in that one? [13:43] is it related to the previous one? [13:43] dunno but I've the bug in a VM atm and looking at the logs [13:43] so feel free to assign to me for round 1 [13:43] kk [13:43] thanks seb128 [13:44] I hope it doesn't hope going back Marco's way :p [13:44] * seb128 hugs Trevinho [13:44] bet not [13:44] seb128, I was going to say - we should spend some time doing an "unassigned" review and seeing if we can trim the old rls bugs list. Lets try and do that tomorrow? [13:44] bet it's something in the startup sequence rather than shell itself [13:45] just my guess, happy to put 10€ on it though [13:45] lol [13:45] XDDDD [13:45] I'm not betting, made enough profit for the month :p [13:45] :D [13:45] #topic AOB === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle | Desktop Team Meeting 2019-09-24 | Current topic: AOB [13:45] willcooke, +1 on cleaning rls [13:45] Anyone got anything [13:45] for AOB [13:45] we should review now the targetted/unassigned list [13:45] HAHA [13:45] since those are +1/-1 things [13:45] also proposedmigration [13:46] seb128, you want to do the targetted ones in the meeting? [13:46] yes, we discussed that previous time and agreed it was the right to do iirc [13:46] AOB. I'd like to escalate bug 1840122. It's breaking automated tests and make iso testing a real PITA [13:47] bug 1840122 in linux (Ubuntu Eoan) "System fails to reboot from live session or ubiquity-dm - squashfs_read_data failed to read block" [High,Confirmed] https://launchpad.net/bugs/1840122 [13:47] it's basically the same as the incoming ones [13:47] you two mean different things by the word targetting [13:47] targetted* [13:47] I mean http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-bb-tracking-bug-tasks.html [13:47] &co [13:47] for unassigned entries [13:48] jibel, I will escalate that one one [13:48] seb128, oki, let's do it [13:48] thx [13:48] #topic unassigned rls bugs === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle | Desktop Team Meeting 2019-09-24 | Current topic: unassigned rls bugs [13:49] https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1731459 [13:49] Launchpad bug 1731459 in sane-backends (Debian) "genesys_gl847 scanners produce a black band in scanned images on Ubuntu 17.10+, 18.04 LTS and 18.10 Cosmic cuttlefish" [Unknown,Confirmed] [13:50] GunnarHj, are you looking at that one for Bionic still? ^ [13:50] it that's fix commited we can skip those [13:50] ah yeah [13:50] looks like there is none on the bionic list [13:50] eyah [13:51] one one disco list [13:51] https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons/+bug/1842904 [13:51] Launchpad bug 1842904 in gnome-shell-extension-desktop-icons (Ubuntu Disco) "New upstream release 19.01.4" [Undecided,New] [13:52] assign duflu and see if he wants to push through the SRU? [13:52] I would delete the disco line [13:52] we got no user report and it's almost 19.10 time [13:52] that works [13:53] duflu can still targetting it back with a sponsoring request if he wants [13:53] ee is clear [13:53] #topic proposed migrations === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle | Desktop Team Meeting 2019-09-24 | Current topic: proposed migrations [13:54] https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses_by_team.html#desktop-packages [13:54] Anything in that list cause for concern> [13:54] ? [13:55] promote those libcairo-gobject-perl ones [13:55] the others are in hand [13:55] ... well I'm wondering why g-i is foundations ... [13:56] p_itti's heritage? ;-) [13:56] should we move it to us [13:56] > [13:56] ? [13:56] it would probably reflect better reality [13:56] maybe they want to fix ruby-gnome [13:56] I looked a bit at this one yesterday btw and opened https://bugs.launchpad.net/ubuntu/+source/ruby-gnome/+bug/1845008 [13:56] Launchpad bug 1845008 in ruby-gnome (Ubuntu) "The autopkgtests are failing with glib 2.61+" [High,New] [13:56] that's the only reason I just noticed [13:57] yeah [13:57] k, I will ask Pat when I speak to her about #1840122 [13:57] don't really understand it well enough to fix it atm [13:57] but the status is real there, new g-i does break that [13:57] guess I could own it, might work on that later in the week [13:58] thanks Laney [13:58] that is it [13:58] #topic AOB2 === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle | Desktop Team Meeting 2019-09-24 | Current topic: AOB2 [13:58] AOB2? [13:58] AAOOBB [13:58] better than AOB1, obviously [13:59] haha [13:59] I was too eager last time [13:59] AOB2.0 serverless [13:59] anyone got anything? [13:59] in 5.... [13:59] 4... [13:59] 3.. [14:00] 2. [14:00] 1 [14:00] #endmeeting === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/uEut6bfN/ubuntu-desktop-1910-cycle [14:00] Meeting ended Tue Sep 24 14:00:40 2019 UTC. [14:00] Minutes: http://ubottu.com/meetingology/logs/ubuntu-desktop/2019/ubuntu-desktop.2019-09-24-13.30.moin.txt [14:00] thx [14:00] thank you! [14:00] thanks! [14:00] popey, carry on :) [14:00] thanks [14:01] * popey breathes [14:21] popey: atsome point today i'll get emails of the automated builds with the gtk-common-themes update [14:21] ok [14:21] all thanks to cwayne :) [14:26] What do you think of my question about removing content snaps? [14:27] popey, looks like something that should be solved by snapd for all snaps rather than requesting every single snap author to handle the case [14:27] imho [14:27] well, i wasn't sure if it was an error in the snap-store snap or desktop launcher maybe [14:28] kenvandine, ^ [14:28] popey, well if you use some content interface snapd should be able to tell no? [14:29] That would indeed be sane :) [14:29] probably better discussed on discourse than here in any case [14:29] I'll start a forum thread, see what they say [14:29] agreed :D [14:29] thx [14:38] popey: i must have missed that [14:44] kenvandine, it was the minute before the meeting started [14:45] seb128: thanks [14:46] popey: yeah, forum post i think [14:46] i'd argue that snapd shouldn't let you remove those if there are snaps that need them [14:46] if the snap being removed would be the last snap that provided the required interface, snapd should at least complain [14:47] yes, agreed, or worst case, should let you remove that snap, and install another which provides slots, and then carry on [14:47] Anyway, will start a thread [14:50] * Trevinho landed... worried for the bugs 😓 [14:54] Trevinho, don't for now :) [14:54] seb128: on that lockup issue I'm quite sure is something lower in the stack though [14:54] Trevinho, short flight it was! [14:54] Trevinho, ah, "good" [14:54] we're basically neighbors! [14:55] but I fixed some gjs branches I had in queue.. and tracker miner, so good flight 😅 [14:56] :) [14:57] you should fly more often! [14:57] if we only had that tunnel.... [14:58] * kenvandine uploaded the fix for the impatience extension, now I am a much happier gnome-shell user :) [15:00] kenvandine: 0.5 or less? [15:03] i use 0.3 [15:04] actually, no i have it set to 0.5 [15:08] kenvandine: https://forum.snapcraft.io/t/removing-content-snap-breaks-a-snap/13382 [15:08] Trevinho, have recreated the bug, but only by reboot about 5 times. [15:08] ohohohohoho, got a crash report [15:08] ha, but I can't interact with the crash dialog [15:12] Trevinho: Hi! I see you looked at unity MRs, can you please also look at https://code.launchpad.net/~mitya57/compiz/+git/compiz/+merge/372943? [15:13] willcooke: try get the same trace again [15:15] Trevinho, https://paste.ubuntu.com/p/x8NhtvZXG5/ [15:16] (also added to the bug comments) [15:24] Laney, could you review bug 1843768 and the branch attached? [15:24] bug 1843768 in ubiquity (Ubuntu) "[FFe] Ubiquity with zsys install option" [Undecided,New] https://launchpad.net/bugs/1843768 [15:25] Laney, this is the ffe for zfs in the installer [15:26] ths MP is https://code.launchpad.net/~jibel/ubiquity/+git/ubiquity/+merge/373087 [15:27] for the shell zsys-setup apart from the layout of the dataset it's pretty standard sh, so it should not be a problem for you to review it too. [15:27] tell me is you have any question/comment [15:29] if* [15:31] jibel: ok, I will put it on the queue of stuff to do, thanks [15:31] jibel, do you think https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1844689 is something you could look at? [15:31] Launchpad bug 1844689 in ubiquity (Ubuntu) "Emoji fonts not included in the Desktop minimal installs" [Undecided,New] [15:32] seb128, sure [15:32] thx [15:32] assign it to me [15:32] done! [15:39] bah, I can't reproduce that ubiquity-dm issue by stopping everything and starting the job from a VT and the logs are not very useful :-/ debugging that kind of problems is annoying [15:43] seb128: I may recall wrong, but I think that the ubiquity welcome screen only shows up on a legacy machine, i.e. without UEFI. [16:08] howdy hellsworth [16:21] hi marcus! [16:23] anyone ever played with one of those toys where you take apart a cube made up of different shaped interlocking pieces and have to put it back together? [16:23] surpisingly hard [16:23] that's what gdm does to my brain [16:23] yep. they're fun but frustrating [16:23] hey hellsworth [16:23] hi there [16:24] anyway. fast user switching works here now, let's see what the reviewers say [16:25] Laney: anyway related to the super-secret issue? :) [16:25] Laney: and... where's the MP? [16:25] dunno what you mean [16:25] not there yet, writing the commit message [16:26] Laney: ah, nothing I was just creating some curiosity around :) [16:28] willcooke: you were getting that issue at login, or lockscreen, I mean, I should just reboot various times and it should happen on gdm right? [16:28] yeah login [16:28] hi hellsworth [16:29] willcooke: mh, so we were analyzing the wrong shell xD [16:29] hi Trevinho [16:29] Trevinho, oh? I mean it logged in fine (it seems) and I got the proper desktop up [16:30] willcooke: mh, so you login, and things hang, but having the user view in front of you, the dasktop say.. not the lockscreen [16:31] Trevinho, correct. I've got the full desktop in front of me, but I can't click on anything. The clock tells the right time though [16:49] kenvandine, https://gitlab.gnome.org/GNOME/gnome-clocks/merge_requests/27 and https://gitlab.gnome.org/GNOME/gnome-clocks/merge_requests/32 [16:51] hellsworth: thanks [16:53] hellsworth: question is, do we wait for 32 to merge then rebase 27? === pstolowski is now known as pstolowski|afk [17:04] kenvandine, nah I'd vote for merging 27 and let 32 be rebased [17:14] seb128, I have an enigmail build of 2.1.2 in ppa:osomon/tb-tests with autopkgtests passing \o/ [17:15] I need to clean up my changes a bit, and it should be upload-able to eoan [17:53] night all [20:06] kenvandine, https://gitlab.gnome.org/GNOME/gnome-mahjongg/merge_requests/16 [20:31] kenvandine, https://gitlab.gnome.org/GNOME/gnome-tetravex/merge_requests/7 [20:49] kenvandine, https://gitlab.gnome.org/GNOME/hitori/merge_requests/24 [21:09] kenvandine, https://gitlab.gnome.org/GNOME/lightsoff/merge_requests/7 [21:52] kenvandine, (or anyone really) I don't hear any sounds in quadrapassel installed from apt. Does anyone else? Without knowing what the sounds should be, I can't tell if my snap'd version has a correct sound section or not. [22:29] I'll check in the morning