[11:07] mmikowski: should be no issues with language packs, For most KDE things they are almost obsolete now, as KDE ship translations in the main release tarball now instead of supplying separately like they used to [13:31] Hi all [17:56] RikMills: We still ocassionally see the "your language support is incomplete" prompt. [18:05] mmikowski: I will get back to you on that. I thinks is just a legacy issue that might be fixable changin the desktop seed [18:07] RikMills: If we wanted to, we could submit an FFe for that in the seed and then an SRU for the meta. I just got done doing that for missing libreoffice-calc in Studio. [18:08] right. I am not sure if it is genuinely a missing package or a false postive right now [18:09] One or the other, I know that the prompt does install something. [18:10] I'll get you the package when I see it again. I think it's just one of those things that pops up once, then we install, and then it goes away forever. [18:12] When the time comes, I'd be more than happy to submit the combined FFe/SRU paperwork, I've become quite accustomed to that lately. :) [18:12] ok, let me know. I will do a clean install to see what happens [18:13] Eickmeyer: yeah, I have to do plasma 5.24.6 tomorow to make sure it gets in the 22.04.1 point release. not fun [18:14] Oof. [18:15] RikMills: and Eickmeyer, I can look at a fresh vm here and see if I can snag the package. [18:15] I don't think it lists it directly, but I can grab the diff pre- and post- install. [18:16] great [18:19] Hmm, no luck reproducing. Next time I catch it, I'll send it. [18:22] We are pursuing the XDG_CONFIG_DIRS bugs. Some things work exactly like they're supposed to always, some things work at first but break after users press defaults (power management), and some things never inherit (global keyboard shortcuts) [18:22] Also, this has NOT been fixed in 5.25.3, at least not for the first two modules we tested. [18:27] RikMills: will be running multiple VMs today, so hopefully will see language pop-up at least once and be ready for it. [18:50] RikMills: Reproduced the issue (in 5.25.3, oddly). Capturing now. [19:27] RikMills: Problem is when Gnome app is used (apparenty). These two files are requested to be installed using qapt: language-pack-gnome-en, language-pack-gnome-en-base. [19:28] Seems to me you do not want to seed these since they are locale specific. For us, we might want to add for customers since almost all shipments to US is en. [19:30] It's not a top-level issue, we'll open an internal ticket to future consideration. We can handle it in our install script easily (e.g. if [ "${_is_us_customer}" = 'y' ]; then _install_pkg_list+=( 'language-pack-gnome-en' ) ... ) or similar.