[03:07] Laney: hey, so I uploaded apparmor earlier and there were two autopkgtests that I wanted to retry from update_excuses, but oddly, it says 'You submitted an invalid request: You are not allowed to upload dbus or apparmor to Ubuntu, thus you are not allowed to use this service.' [03:08] Laney: which indeed is odd, since, well, it was my upload of apparmor that caused the dbus autopkgtest. I logged out of LP and back in and verified my LP memberships... [03:08] Laney: perhaps that will resolve itself, but if you want to retry those in your morning, feel fee (otherwise I will) [03:08] * jdstrand wanders off [05:58] good morning [06:21] Morning didrocks [06:21] hey duflu === pstolowski|afk is now known as pstolowski [07:03] good morning everyone 0/ [07:09] gooood morning desktopers! [07:18] hey seb128, clobrano [07:21] lut didrocks, hey clobrano, how are you today? [07:22] I'm fine, thanks, yourself? [07:23] I'm good! [07:23] seb128: can you try triggering https://autopkgtest.ubuntu.com/request.cgi?release=eoan&arch=ppc64el&package=lxc&trigger=shadow%2F1%3A4.5-1.1ubuntu4 and https://autopkgtest.ubuntu.com/request.cgi?release=eoan&arch=i386&package=mysql-8.0&trigger=shadow%2F1%3A4.5-1.1ubuntu4 please? I get permission denials, while I'm still connected on launchpad, wiki.ubuntu.com, our entreprise account… I don't know [07:23] which credential it's using and doesn't ask me to relogin [07:24] (the regressions are due to timeouts and it blocks shadow) [07:24] done [07:24] no permission issue for you? [07:24] worked for me so doesn't look like a problem with the service [07:24] no [07:24] weird [07:25] I need to ask Laney which token it's using [07:25] thanks seb128 :) [07:25] np! [07:25] I guess you could try from a private mode browser session see if it ask for credential/work ther [07:25] tried that [07:25] got exactly the same error [07:26] for instance: [07:26] "You submitted an invalid request: You are not allowed to upload lxc or shadow to Ubuntu, thus you are not allowed to use this service." [07:26] (same with mysql-10) [07:26] 8.0* [07:26] weird [07:26] (and tried on chrome & firefox…) [07:31] Morning clobrano and seb128 [07:32] hey duflu, how are you? [07:32] seb128, going OK which is probably an improvement. How are you? [07:32] I'm good thx [07:37] hi didrocks, duflu, seb128, I'm back to work, but I'm fine :D [07:37] good luck then! [07:40] :) [07:50] morning duflu didrocks clobrano seb128 [07:50] Hi marcustomlinson [07:50] hey marcustomlinson, how are you? [07:50] seb128: good thanks :) you? [07:50] hey marcustomlinson [07:50] I'm good! [07:50] busy with new GNOME stable tarballs updates [07:51] seb128: didn't ask yesterday, how was the week off? [07:53] very good, thx. Quite some walking/enjoying the outside which was nice (and a bit exhausting since I ended up carrying the kid on my back for most of the walking days) [07:53] but it was good to be outside/move/enjoy the nice weather&food [07:55] sounds great! [07:56] indeed, it was :) [07:56] hey willcooke [07:58] seb128, doing weights, that's multitasking [07:59] :) [08:00] bah and battery flat, time to move back [08:02] morning all [08:02] hello [08:03] morning willcooke and Laney [08:03] didrocks: jdstrand said the same thing overnight - juliank worked on that service yesterday, might be a regression from that change [08:03] hmm [08:04] jdstrand: thanks for the merge btw :) [08:05] hey marcustomlinson [08:07] inDEED I'm seeing the same denial [08:08] Morning willcooke and Laney [08:08] Anyone would think you're in the same time zone [08:09] Or twilight zone depending on the government [08:12] Laney, didrocks works for me. Not sure what could go wrong here [08:12] juliank: the requester is None [08:12] look in error.log [08:12] oh [08:12] so we escape(None) [08:12] ? [08:12] yeah, that is ... odd [08:12] we're literally passing None to the LP API [08:12] but there is a session because it got that far [08:12] so ... [08:13] hey duflu [08:13] don't remind me [08:13] * Laney takes refuge in software [08:19] OH yeah it'll be that won't it [08:19] that's weird indeed, which kind of cred is used? launchad ones ? [08:19] escape(None) and then >>> if flask.escape(None): [08:19] ... print('hahahah fail') [08:19] ... [08:19] hahahah fail [08:19] Laney, didrocks can you try again? [08:19] >>> if flask.escape(None): [08:19] ... print('hahahah fail') [08:19] ... [08:19] hahahah fail [08:19] oops sorry for the double paste [08:20] I changed the escape(foo) to escape(foo) if foo else foo [08:20] yes [08:20] tortured process this change [08:20] Laney: If this works, just pull it into master, same branch as the past ones [08:20] it worked for me this time [08:20] ack [08:21] what about the session['next'] escape()? [08:21] might want a maybe_escape() which does this [08:21] ah let me fix that too [08:21] and don't import escape into the global scope so you can't accidentally use it [08:22] juliank: it's asking me now for SSO, so smelling good :) [08:22] yes, indeed, work [08:22] it was a problem in the case where you *don't* have a session already [08:22] Me amends commit [08:22] thanks for looking at it :) [08:22] /o\ [08:24] k, back now [08:24] hey Laney :) [08:24] wb seb128 [08:24] how's it goign [08:24] going [08:24] triggers [08:24] [Markup('shadow/1:4.5-1.1ubuntu4')] [08:24] heh [08:24] bloody hell [08:25] Laney: OK, introduced the maybe_escape() and imported escape as _escape [08:25] Laney, doing well! you? [08:25] yeah good! [08:28] kenvandine, marcustomlinson, the mahjongg snap build fails with [08:28] cp: cannot stat '../src/data/icons/hicolor/48x48/org.gnome.Mahjongg.png': No such file or directory [08:28] juliank: what about str()ing from maybe_escape()? [08:29] Laney: I mean, we could just call html.escape instead of flask.escape [08:29] don't know that one [08:29] Same thing, but returns str instead of Markup [08:29] same but returns a str? [08:29] I mean yeah [08:29] until we make use of it being a Markup anyway [08:31] Laney: fixed [08:31] Laney: now update master branch :) [08:33] ok, done [08:33] thx [08:33] thanks! [08:34] I'll keep tail -f-ing the error log for a bit [08:36] good morning, peeps [08:39] hey lis!!!!!!!!!!!!!!! [08:43] OMG LANEY!!!! [08:43] 'sup [08:43] did you shave your head yet? [08:44] did i 'eck [08:44] Morning lis [08:45] hey duflu :) [08:48] hey lis [08:48] hello seb [08:49] * lis goes back to idling :) [08:49] * seb128 goes back to updating GNOME packages :) [08:52] kenvandine: simple fix, can you review: https://code.launchpad.net/~marcustomlinson/gnome-mahjongg/+git/gnome-mahjongg/+merge/372531 [08:56] willcooke: default wallpaper ping [08:56] Laney, thx. I chased last week :) "soon" they tell me. sigh [09:04] two days left 😈 [09:26] seb128: did you want to handle merging network-manager btw? [09:28] (since you did it before) [11:09] Laney: cyphermox: so new gnome-shell does use a new yaru aubergine which is easy enough to update. And they do apply a "noise" png too. Updating the color in plymouth is easy, not sure about the noise png yet. [11:09] what [11:10] you two might be in the same place but I'm not :-) [11:11] Laney: plymouth purple doesn't match gnome-shell purple, and we get annoyed on every boot here at plumbers [11:11] oh ok [11:11] #4f194c is the new purple [11:11] there was just a fix to gnome-shell to match that too [11:11] on the transition from the greeter to the desktop [11:12] Laney: ok. i'm looking at the eoan-proposed source code [11:12] Laney: is that the latest? [11:12] https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell/tree/debian/patches/ubuntu/background_login.patch [11:13] looks like you got the right colour [11:13] good [11:14] maybe give the yaru guys an issue on the upstream project that these places need fixing if that colour ever changes [11:15] you can see the reference to the noise texture there too btw [11:15] yes [11:16] there you go, knowledge transferred [11:16] * Laney sends TCP FIN [11:22] Laney, I do plan to update to the new n-m stable version today or tomorrow so you can let that one to me [11:22] cool, thanks! [11:22] that gets the bugfix I was after from Till [11:23] right [11:25] marcustomlinson: looks good [11:25] hey kenvandine, how are you? [11:26] seb128: sleepy, but working on some coffee :-) [11:26] kenvandine: cool thanks. are you able to merge it? [11:26] seb128: and you? [11:27] I'm good :) [11:27] marcustomlinson: in a bit, not at a computer yet [11:27] :) ok [11:27] Just woke up ;-) [11:30] stop that IRC on phone nonsense! [11:30] :) [11:36] seb128: Hi, welcome back [11:37] hey k_alam, how are you? [11:37] I am fine .. u ? [11:38] I'm good thx [11:38] seb128: How was guadec ? [11:38] quite nice, good spirit and productive [11:38] I saw you have a stack of mps around unity & gsd schemas waiting for sponsoring [11:38] I've on my list to look at those, just a busy start of week catching up with things and new GNOME updates [11:39] seb128: yes....3v1n0 already approved it....I have one more [11:40] https://code.launchpad.net/~khurshid-alam/notify-osd/fix-gnotification-icon/+merge/371499 [11:40] I wonder where Trevinho is btw, didn't see him since yesterday [11:42] I ping him yesterday...seems he wasn't there [11:51] marcustomlinson: merged, thanks [12:05] Laney: do we want to use the boring "flicker-less" black boot screen? https://wiki.gnome.org/Design/OS/BootProgress [12:06] not this cycle at least [12:07] xnox, you can test it by installing plymouth-theme-spinner [12:08] xnox, (might need to call update-grub manually one time to fix some grub coloring problem after install) [12:08] Laney: seb128: and is gnome-shell "upstream" keeping the "noise" png? cause the plymouth spinner / bgrt themes briefly had the same noise tiling png, but it has been removed now. [12:08] xnox, there is a discourse post about using the new theme or not which didn't really get to a conclusion [12:09] dunno how it works with plymouth I'm afraid [12:09] * xnox is not sure how to make the two match: add noise tile to plymouth, or drop the noise tile from gnome-shell [12:09] not the second one that's for sure [12:10] Laney: if that's the standard, i will code to that then. === cpaelzer__ is now known as cpaelzer [13:17] xnox: so we're off the color thing and onto noise effect? [13:17] because to me it seems like correct color according to design guidelines > consistency of effects [13:17] (but ymmv) [13:18] and tbh I only mentioned it because I noticed the color has a slight variance, not like it was a big deal, just "inconsistent" as in not-the-same; it might still be the effect wnted to have a slight variance as you get to the desktop, if it's done correctly [13:18] IANAD [13:20] (just link me to the bug if there's one and I can comment there or whatnot) [13:29] * willcooke rings the bell [13:30] #startmeeting Desktop Team Meeting 2019-09-10 [13:30] Meeting started Tue Sep 10 13:30:00 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-10 | Current topic: [13:30] Roll call: didrocks, duflu (out), jamesh (out), jibel, kenvandine, laney, marcustomlinson, oSoMoN(out), seb128, tkamppeter, trevinho, robert_ancell (out) [13:30] hi [13:30] hey [13:30] _o/ [13:30] o| [13:31] peace [13:31] jamesh, weekly update post? ;) [13:32] #topic rls-bb === 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-10 | Current topic: rls-bb [13:32] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-bb-incoming-bug-tasks.html [13:32] Curious that this hasn't shown up before, or at least I don't remember seeing it before [13:33] Looks like it could be a good fix for B to me [13:33] probably one to assign to Marco, looks like he was looking at it/provided some test package to d_oko? [13:33] yeah [13:34] done [13:34] o/ [13:34] #topic rls-dd === 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-10 | Current topic: rls-dd [13:34] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-dd-incoming-bug-tasks.html [13:34] Clear [13:34] #topic rls-ee === 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-10 | Current topic: rls-ee [13:34] http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-ee-incoming-bug-tasks.html [13:35] https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1440372 [13:35] Launchpad bug 1440372 in duplicity (Ubuntu Eoan) "please port duplicity to Python3" [High,New] [13:35] that got boggusly reopened [13:35] I'm putting back as fix commited [13:35] oki, thanks seb128 [13:35] also it's assigned [13:35] ah yes [13:35] (untagging as well) [13:36] I just untagged [13:36] https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons/+bug/1842910 [13:36] Launchpad bug 1842910 in gnome-shell-extension-desktop-icons (Ubuntu) "Desktop right click menu appears in the wrong place if a Terminal window is open" [Medium,New] [13:36] that should be taken [13:37] +1 [13:37] seb128, one for Trevinho? [13:37] assign to duflu I would say [13:37] poor Marco gets almost all of the bugs [13:37] since he reported and probably is able to poke [13:37] someone else would be better indeed [13:38] done [13:38] https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1842898 [13:38] Launchpad bug 1842898 in yaru-theme (Ubuntu) "Scroll bar in the focussed Terminal window is almost invisible" [Medium,Triaged] [13:39] looks like its fixed upstream so needs a new release [13:40] also probably not worth rls targetting? [13:40] right, we'll get another yaru soon [13:40] I wouldn't say that was release critical anyway [13:40] done [13:41] #topic Unassigned 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-10 | Current topic: Unassigned bugs [13:41] seb128 shall we go through those offline? [13:41] (those = unassigned) [13:41] +1 [13:41] Laney, anything on your list this week? [13:42] #topic update_excuses_by_team.html#desktop-packages [13:42] bah, bot doesn't like me :p [13:42] poor seb128 [13:42] :) [13:42] #topic update_excuses_by_team.html#desktop-packages [13:42] #topic update_excuses_by_team.html#desktop-packages === 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-10 | Current topic: update_excuses_by_team.html#desktop-packages [13:42] why not the unassigned bugs? [13:42] well anyway [13:42] there are two things on there, tracker-miners which Trevinho is/was/should be looking into [13:42] and duplicity which seb128 is? [13:43] so I think we are ok [13:43] thanks Laney [13:43] we said some meetings ago that asking for volunteers here didn't really work and that we would rather review/assign in the manager meeting [13:43] but people could step in and assign themself before that meeting if they wish [13:43] iirc [13:43] volunteers? [13:43] well if you want to assign yourself to one of the unassigned rls bugs please do :) [13:43] that was for the excuses tracking [13:44] hang on this is a misunderstanding [13:44] the unassigned rls bugs we should be reviewing as if they were -incoming ones [13:44] this is only because people randomly target bugs [13:44] cyphermox: hmmm i see [13:44] cyphermox: well let me reboot into my patched plymouth [13:44] and check how it feels [13:44] right, sorry I got confused [13:45] willcooke, let's do that round now, we do the proposed migrations assignement later [13:45] oki [13:45] there's no proposed-migration anyway [13:45] #topic unassigned 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-10 | Current topic: unassigned bugs [13:45] https://discourse.ubuntu.com/t/release-bugs-for-week-commencing-monday-9th-september/12500 [13:45] Laney, thanks for bringing us back on rail, I'm clearing not fully back from holidays yet :) [13:45] xnox: meeting in progress, let's talk later [13:45] https://bugs.launchpad.net/ubuntu/bionic/+source/gnome-shell/+bug/1727908 [13:45] Launchpad bug 1727908 in software-properties (Ubuntu) "Software & Updates application does not permit changes on the "Other Software" tab" [High,Confirmed] [13:46] seb128, do you want to take the g-s portion of that one too? [13:46] looks like you guys decided I was the right assignee while I was away [13:46] I guess [13:46] :) [13:47] thanks [13:47] it's likely I will reassign because it sounds like a gnome-shell issue and I doubt I will be the right person to understand that code [13:47] oki [13:47] but I will do the initial poking and reassign if needed [13:47] https://bugs.launchpad.net/ubuntu/bionic/+source/poppler-data/+bug/1828884 [13:47] Launchpad bug 1828884 in poppler-data (Ubuntu Disco) "[META] Handling Japanese new era "令和 (Reiwa)"" [Undecided,New] [13:48] poppler-data [13:48] we said we would just delete the targetted entries on that bug no? [13:48] couldn't remember on that one, we skipped it last week [13:48] if there is specific work needed a new bug should be opened with the details for that package [13:48] yeah, do it [13:49] or notfixing, but not sure if that will override the targetting [13:49] https://bugs.launchpad.net/ubuntu/bionic/+source/firefox/+bug/1834671 [13:49] Launchpad bug 1834671 in firefox (Ubuntu Eoan) "TLSv1.3 client certificate authentication with renegotiation unsupported in browsers" [Undecided,New] [13:50] assign the bionic line to Olivier as well [13:50] done [13:50] thx [13:50] https://bugs.launchpad.net/ubuntu/bionic/+source/gucharmap/+bug/1838321 [13:50] Launchpad bug 1838321 in gucharmap (Ubuntu Disco) "Support Japanese new era "令和 (Reiwa)"" [Medium,New] [13:51] same deal imho [13:51] that the poppler-data one [13:52] you think we should just remove the target? [13:52] targets [13:52] yes [13:53] done [13:53] those bugs collecting items without specifics are not actionable imho [13:53] https://bugs.launchpad.net/ubuntu/disco/+source/xserver-xorg-video-amdgpu/+bug/1833617 [13:53] Launchpad bug 1833617 in xserver-xorg-video-amdgpu (Ubuntu Disco) "[amdgpu] screen freeze after suspend" [Undecided,New] [13:53] better to open a bug on the package with the specific work needed once that's identified [13:53] seb128, good plan, thx [13:53] cyphermox: Laney: seb128: willcooke: new plymouth uploaded, it looks pixel perfect / flicker-less between plymouth to gnome-shell to me. [13:54] xnox, great, thx! [13:54] xnox, thx! [13:54] nice [13:54] need to submit upstream patches yada yada [13:54] willcooke, that amd one, we should ask tjaalton [13:55] I'll follow up with him after this [13:55] xnox, yes please, also best done the other way around, upstream first so you can add proper tagging/references to the patch :) [13:55] then that's the end of the list [13:55] very good! [13:55] #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-10 | Current topic: AOB [13:56] I dont have anything [13:56] seb128: marked invalid [13:57] tjaalton, thx [13:57] willcooke, nothing for next week? [13:57] or handling that via email later? [13:57] seb128, I'll talk more in our managers meeting. I have a slide deck for everyone to enjoy. [13:57] :) [13:58] lol [13:58] :) [13:58] sounds like we can wrap then :) [13:58] #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 [13:58] Meeting ended Tue Sep 10 13:58:23 2019 UTC. [13:58] Minutes: http://ubottu.com/meetingology/logs/ubuntu-desktop/2019/ubuntu-desktop.2019-09-10-13.30.moin.txt [13:58] thx [13:58] thanks all [13:58] thanks [13:58] thanks! [13:59] (for all the bugs too :D) [13:59] hey Trevinho :) [13:59] (sorry man :-/) [14:00] next time pick a project people care less about to work on :p [14:00] hehe that's normal... I actually have to put myself in squashing mode now that upstream gates closed [14:06] Trevinho, oh, also tracker/tracker-miners 2.3 are out now if you want to do those updates [14:06] since you did the previous round [14:09] seb128: Laney: willcooke: my only question about this new yaru-darken-aubergine colour is that it's new, and doesn't seem to come from the Canonical color pallete as documented at https://design.ubuntu.com/brand/colour-palette/ [14:09] not sure if that's intentional, accidental, bug / feature. [14:09] but it is a new primary color. [14:09] not sure we've required the theme to respect that [14:10] (we did for the first round) [14:10] if so, someone gets to go tell yaru to go restrict their colours then [14:11] Laney: where is yaru changes discussed, done? i am happy to bring up color consistency. [14:11] github issue [14:11] * xnox have done this before against many previous incornations of purple [14:11] Laney: project / url? [14:12] https://github.com/ubuntu/yaru/issues/ [14:12] if you're going to tell them to redesign the colours in the theme then I would suggest going armed with that as an actual requirement [14:12] rather than making it up off the cuff [14:13] didrocks, I lost track of that from before my holidays but did your segfault issue with the dock/multiscreen got resolved? [14:18] seems not, at least bug #1841794 is still open [14:18] bug 1841794 in gnome-shell (Ubuntu Eoan) "gnome-shell crashed with SIGTRAP in g_log_default_handler() ... from ObjectInstance::~ObjectInstance() [usually logging "Finalizing wrapper for an already freed object of type: Clutter.PropertyTransition"]" [Medium,Confirmed] https://launchpad.net/bugs/1841794 [14:18] Trevinho, ^ is that one high on your list? [14:18] seems it has some duplicates/impacted users [14:22] seb128: yes, the one I was looking lastly. [14:22] k, good, thx [14:23] xnox: this is already on our list :) [14:24] lllllllluckyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy [14:24] we didn't discuss about what color palette to use at the beginning, we basically used something in between unity8 and suru [14:24] clobrano: which bit? fixing / matching plymouth or reviewing "all the shades of aubergine" ? =) [14:25] xnox: review our palette [14:25] clobrano: ah. cool. [14:25] everything started from guadec https://discourse.gnome.org/t/gtk-adwaita-and-vendor-styles/1641 [14:25] the goal is to provide a color palette that apps can use without embedding their own hex codes [14:26] clobrano: i only do programming, so it's all just hex numbers to me =) no idea, if they are "right" and within the right shades/gradients =)))) only noticed that the new 6 digits are not on https://design.ubuntu.com/brand/colour-palette/ and that's all [14:26] clobrano: ++ on reusable palette! [14:26] xnox: it really possible that the colors are not the same :) [14:26] s/it/it's [14:27] seb128: I don't think it's resolved, no [14:28] clobrano: i guess i'll open an issue about (a) keeping plymouth theme in sync (b) the list of historic aubergines from plymouth code comments ;-) [14:28] xnox: good idea [14:30] * Laney goes for a Late Lunch™ [15:01] seb128: btw, I updated the thunderbird snap to 68 while you were out === pstolowski is now known as pstolowski|afk [17:37] night all [18:02] kenvandine, thx, I always miss the opportunity to contribute to that one it looks like :-) [18:04] :) [18:05] seb128: there was a USN notice about the same time as 68 was released, and you were out so I just did it [18:15] is the deb still maintained? it's still at 60.8.0 [18:19] tjaalton, it is, Olivier had it mostly ready but he has been on holidays for 10 days, he's back tomorrow [18:19] kenvandine, I try to do the next update :) [18:21] ah, cool