| 8 May 2026 |
K900 | The keyboard thing | 12:29:20 |
K900 | Which is unrelated to plasma-login-manager | 12:29:30 |
emily | I expect the ISO still has Qt 5 because of the Plasma integration stuff | 12:29:43 |
K900 | Yes | 12:29:52 |
K900 | But that could be disabled | 12:29:55 |
emily | which could probably be turned off if nothing else is pulling it in now? | 12:29:56 |
K900 | Theoretically | 12:29:57 |
emily | go on. one last KF5 yeetening before the release. treat yourself | 12:30:31 |
winston | is that yelp? | 12:30:37 |
K900 | I am migraine | 12:30:46 |
K900 | I can try later | 12:30:50 |
emily | oh, yeah I guess. I remember there being like three things and one of them was help. | 12:31:07 |
winston | I have that, and it shows webkit_6_0/no sushi in the closure | 12:31:32 |
K900 | diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix
index 250c4ed73d87..6d2c7112bc08 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix
@@ -7,7 +7,10 @@
isoImage.edition = lib.mkDefault "plasma6";
- services.desktopManager.plasma6.enable = true;
+ services.desktopManager.plasma6 = {
+ enable = true;
+ enableQt5Integration = false;
+ };
# Automatically login as nixos.
services.displayManager = {
| 12:31:38 |
emily | disabling file previews probably also not in the cards if it's something that ships by default upstream :) | 12:31:41 |
K900 | If anyone wants to confirm that removes Qt5 from the ISO | 12:31:48 |
K900 | And PR it | 12:31:51 |
K900 | I will hit merge | 12:31:54 |
winston | anyway sushi will still be gtk3/webkit4 until https://gitlab.gnome.org/GNOME/sushi/-/merge_requests/43 and related are merged | 12:32:52 |
winston | which i dont think will be during 50 | 12:32:58 |
winston | and idk if we want the burden of keeping those PRs merged just for us | 12:33:15 |
emily | nah definitely not | 12:33:30 |
emily | it's a longstanding bugbear of mine from when I was looking at what takes up so much space on the ISO, nothing urgent | 12:33:55 |
emily | getting GTK 3 and Qt 5 out of it would be very good but not worth downstream patching or breaking things for | 12:34:37 |
winston | oh whoops the tecla patch just got added to merge queue https://github.com/NixOS/nixpkgs/pull/518038 | 12:41:29 |
winston | the pkg change is fine for sure, idk if you want the nixos module change in the same pr | 12:41:43 |
winston | if that's needed | 12:41:49 |
emily | to ensure Tecla gets hooked up you mean? | 12:47:56 |
winston | yea | 12:48:02 |
emily | I'm fine with a separate PR if it turns out to be necessary. I mean, a separate PR is the only option now anyway :) | 12:48:13 |