=== pstolowski|afk is now known as pstolowski [08:18] good morning [08:21] Morning didrocks [08:21] salut jibel [08:21] I can give some hands on iso testing, it's the one in pending, correct? [08:23] didrocks, it's http://cdimage.ubuntu.com/bionic/daily-live/current/ [08:23] ok, already moved to current [08:23] * didrocks does [08:51] morning all [08:53] hey willcooke [08:54] Hi willcooke [08:55] ca va? [09:02] lo [09:07] hey Laney [09:15] jibel, do you know, is the lack of "drums" when the live session starts (I'm doing the screen reader iso test) a known/reported issue? [09:18] Ah, the drums are the signal for the installer starting, kk [09:20] * Laney boops at didrocks [09:25] good morning desktopers [09:25] hi seb128 Laney [09:26] hey willcooke [09:26] moin seb128 & willcooke [09:26] hey Laney :) [09:27] vots up [09:30] jibel, where should this bug go: [09:30] I did the install with the screenreader [09:31] Before the install completed the screensaver kicked in, and so I was never told that the install finished. [09:31] Also there is no indication that I'm looking at the lock screen from the screenreader, so I just sat there for 10 mins not knowing what was going on [09:31] Is that a ubiquiuty bug? [09:32] Simple fix would be to disable the screensaver when the install is running perhaps? [09:32] (which I thought we did) [09:43] that'd be a ubiquity bug, it's supposed to disable that stuff, so I'd file it there [09:44] Laney, thanks [09:48] https://git.launchpad.net/ubiquity/tree/ubiquity/frontend/gtk_ui.py#n567 [09:48] don't think that is the right stuff to be using in shell [09:49] org.gnome.desktop.session idle-delay 0 maybe [09:50] I'll try that [09:59] ha [09:59] It's python3 and my print statements broke it [09:59] :D [10:00] /o\ [10:00] maybe just gsettings set that before you install [10:00] oh, nice idea [10:00] well, I've fixed it now, so lemme see both ways [10:01] willcooke: welcome to 2008, oh wait :) [10:01] didrocks, as far as I'm concerned, anything that happened after 1997 is rubbish [10:01] haha [10:01] new labour [10:01] is that the correct time to mention ubuntu's creation date? :p [10:02] I stand by my decision [10:02] oh, my kids [10:02] meh [10:03] haha [10:03] … "I still stand by my decision" [10:03] :D [10:03] indeed [10:04] hum, starcraft was 1998 though [10:04] maybe add this exception? ^ [10:06] haha [10:13] welp, my changes to the code didnt work, but I probably did it wrong. [10:13] I will try just setting that setting [10:16] willcooke, screensaver or screenlock is your issue? [10:16] oh, right, screenlock [10:16] erm [10:16] well [10:17] the screen goes blank, which is screensaver [10:17] then it's "locked" [10:17] so... both? [10:23] willcooke, you can try to 'gsettings set org.gnome.desktop.lockdown disable-lock-screen true' [10:23] this is different from screen blanking [10:23] I did laney's suggestion of "org.gnome.desktop.session idle-delay 0" and so far that's working... just want to give it a few more mins [10:24] well, blanking isn't an issue is it? [10:24] imho it's fine if the screen goes in power saving over a long install [10:25] that's what the code was doing previously [10:25] as long as it resume fine/unlocked once you touch the match [10:25] if you want to revisit that decision, fine [10:25] *the mouse [10:25] but it broke due to a bug [10:25] not an intentional change [10:25] I will have to test, but.. the problem was that if the screen blanked then the screenreader stopped reading things [10:25] s/blanked/locked [10:26] fine by me if seb128 wants to take over owning the fix [10:36] Happy that Laney's fix solves my problem [10:42] IRC in train is not the best :/ [10:42] :D [10:43] seb128, L_aney's fix worked, testing your alternative now... [10:43] Laney, willcooke, unsure what's the intend of that code was, but yeah fine with me either way making it work as it used to work or look at what's supposed to do/what makes sense and do that [10:43] my concern is that if the screen turns off then the screenreader will stop talking, and never tell me that the install finished [10:45] yeah, that's possible, I don't know if having screen turning off stops the reading [10:47] k, with your change the lockscreen still came down and moving the mouse around gives no feedback at all [10:48] clicking does nothnig [10:48] so yeah, I think that's conclusive then [10:49] https://code.launchpad.net/~ubuntu-installer/ubiquity/+git/ubiquity/+merge/362788 [10:49] try that [10:50] How do I do that? Just download and copy over the one which is on the USB stick? [10:50] you should be able to hax0r that diff in from a live session [10:50] and pro tip [10:51] `gsettings monitor org.gnome.desktop.session' in a terminal will show you any changes to keys in there [10:51] ace! [10:51] thanks [10:51] so you should see that do the thing straight after starting ubiquity [10:55] Laney, do I ninja the one in /rofs (which I assume is read only, so probably not) or /usr/lib/ubiquity/blah [10:56] ya the second one [10:56] tas [10:56] ta [10:56] if you get lucky it might even work to apply the patch [10:56] imma just over write it [10:57] like "cd /usr/lib/ubiquity; GET https://git.launchpad.net/ubiquity/patch/?id=9017a4dfc3b7ded03dec0312231f0f89d7101871 | sudo patch -p1" or something [10:57] don't forget the change to gsettings.py [10:57] ah right [10:59] # patch -p1 < screensaver.patch [10:59] patching file ubiquity/frontend/gtk_ui.py [10:59] Hunk #1 succeeded at 585 (offset -2 lines). [10:59] Hunk #2 succeeded at 759 (offset -2 lines). [10:59] patching file ubiquity/gsettings.py [10:59] root@ubuntu:/usr/lib/ubiquity# [10:59] \o/ [11:00] you lucky thing [11:01] boom! idle-delay: 0 [11:02] * Laney nods sagely [11:03] probably too late for .2, but if you file a bug we can SRU that for the next one [11:03] or we get lucky and .2 gets delayed ;-) [11:04] also needs to be reviewed of course [11:15] tkamppeter, hey, thanks for the modemmanager update! You forgot to Cc Mathieu on the email though I looks like? [11:16] tkamppeter, also it might make sense to open a bug on the Debian BTS or launchpad for the update, easier for comments/review? [11:16] Laney, https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1814875 [11:16] Ubuntu bug 1814875 in ubiquity (Ubuntu) "Screensaver is not disabled during install" [Undecided,Confirmed] [11:16] thanks! [13:05] didrocks, I've something weird in a live session, it's like the chrome of the shell is missing, no background, no dock. Did you see that in a VM? [13:05] I thought I did something wrong but it's the second time I see this [13:07] jibel: I didn't get that in vm at all, no chrome of the shell… like if it crashed? [13:08] a* [13:08] not a crash because I've the top bar and it's reactive, I can click on the indicators for example [13:08] but it doesn't have any transparent background? [13:08] so it's there, but wrongly stacked? [13:09] no [13:09] no transparent bg [13:09] there are JS errors in the journal: TypeError: monitor is null [13:09] ah :) could explain [13:10] I don't have that in my journal, so that's one difference [13:30] muhaha. I used up the 50 MB of free data on the train wifi, and it has "limited my connection speed". Jokes on them, IRC FTW! [13:36] hey, is webkit2gtk 2.22 likely to be backported to Xenial/16.04? [13:39] ricotz: can't, it needs a newer gcc [13:45] mdeslaur, ah I see [13:47] mdeslaur, ricotz: there is gcc-8 in bionic [13:47] ahh, xenial. that has gcc-mozilla [13:48] yeah, was about to mention the possible use of gcc-mozilla [13:48] it has gcc-mozilla, but it would need a newer libstdc too [13:48] and I don't know how to handle that [13:48] firefox has a big compatibility shim to be able to build with a newer gcc but run with an older library [13:51] upstream will bump other dependencies for webkit 2.26 (this September) since the 3-year Xenial clock is expiring https://trac.webkit.org/wiki/WebKitGTK/DependenciesPolicy [13:54] hmmm... has anybody inherited libpam-freerdp in ubuntu? [13:54] do we care about maintaining it still? [13:56] jbicha: "We support each Ubuntu LTS until one year after the release of the next Ubuntu LTS." didn't really turn out to be accurate anyway [13:56] there is the big "except for gcc" disclaimer :( [13:57] heh [14:18] mdeslaur: don't they support building with static libstdc++? do you really need a libstdc++ of a newer major GCC version? [14:18] doko: I don't know...it's a library too, what happens when something else loads it? [14:19] doko: wouldn't that be problematic? [14:21] someone would need to investigate this, but it's not high on our priority list [14:26] seb128, I asked ondra to plug his iPhone X in to a Bionic machine. He didnt get the "Lockdown" error and could browse his phone, but not his photos. Which is a strange problem, because it should either work or not work. He's running a beta firmware though, so could be that usbdmux etc need updating to support the new version. Trying to find a spare iphone while I'm in the office [14:27] willcooke, thx for testing, and no it's not "either it works on not", browsing the photos and the "documents" section are different protocols/stacks [14:31] ah [14:53] jibel, didrocks - thank you for the iso testing :) [14:53] yw! [15:09] willcooke, tested on hw and vm, no real issue found [15:11] same [15:11] seb128, got an iphone 6 (that's what stef had) and it works [15:11] so I think it's new phones only [15:12] quick q, when can a desktop system with autologin enabled be considered up ? [15:15] when the user session dbus service starts? [15:15] we could configure an app to auto start too? [15:20] not sure about autostart, it starts very early [15:25] like when org.gnome.Shell gets on the bus, or maybe an autostart with X-GNOME-Autostart-Phase=Application? [16:20] TFW you do a complex search-replace in vim and it works first time [17:05] BAH [17:05] I was like "yes, I should do before uploading glib" [17:06] went to get a glass of water, came back, and now I can't remember what was [17:06] and you forgot about ? [17:06] hehe, typical [17:06] sure it was *very* important [17:06] unsure if you can sleep before resolving this dangling pointer :p [17:06] ha [17:07] 2am: AHAHAH! I remember. I'll do that first thing in the morning... [17:07] 8am: hmmmmmmm [17:07] haha [17:07] i'm going to sleep with a notebook next to my head [17:08] YESSSSSSSSSSSSSSSSSSSSSS remembered [17:08] (breaks on gnome-keyring, upload fixed version) [17:08] time to distract Laney [17:09] dunno about putting a breaks on glib though, seems like something that might break upgrade calculation [17:09] * Laney leaves it for now === pstolowski is now known as pstolowski|afk [18:31] night all