| 23 Sep 2024 |
K900 | I need to clear out something before I can get spoons | 05:54:51 |
K900 | Sorry | 05:54:55 |
K900 | I got into too many weird sidetracks lately | 05:55:06 |
outfoxxed | not a problem, just didnt know if you forgot | 05:55:26 |
ElvishJerricco | interesting; someone's machine was able to boot the gnome iso but not the plasma one | 23:59:16 |
ElvishJerricco | https://discourse.nixos.org/t/gui-installer-issue-modprobe-could-not-insert-hv-no-such-device/52530/3?u=elvishjerricco | 23:59:17 |
ElvishJerricco | * https://discourse.nixos.org/t/gui-installer-issue-modprobe-could-not-insert-hv-no-such-device/52530/3 | 23:59:21 |
| 24 Sep 2024 |
ElvishJerricco | I'm going to guess that plymouth isn't working right in either case (honestly it usually doesn't in the ISO for some reason), and gnome comes up after a while of an unresponsive plymouth screen | 00:00:42 |
ElvishJerricco | so something about plasma wasn't coming up | 00:00:49 |
ElvishJerricco | (just a guess) | 00:00:54 |
K900 | GDM is Wayland by default | 05:14:53 |
K900 | SDDM is X | 05:14:54 |
K900 | Probably that | 05:14:58 |
| @ssimono:matrix.org left the room. | 20:53:52 |
| 26 Sep 2024 |
πΌπ. π±ππ πππ π π·ππ | K900: hi, why does plasma6 module installs system-config-printer? https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/desktop-managers/plasma6.nix#L229 | 15:17:57 |
πΌπ. π±ππ πππ π π·ππ | what's the sense in this gtk application when plasma provides its own printer? | 15:18:26 |
K900 | Plasma's printer KCM uses system-config-printer for driver detection | 15:20:35 |
πΌπ. π±ππ πππ π π·ππ | In reply to @k900:0upti.me Plasma's printer KCM uses system-config-printer for driver detection Oh. And services.system-config-printer.enable not enough? | 15:23:19 |
mjm | what gtk application are you talking about? | 15:24:59 |
πΌπ. π±ππ πππ π π·ππ | I'm cleaning up my config from services.xserver things and other keys set by graphics modules and noticed plasma6 module adds kde portal but not gtk portal to extraPortals. Is that intended? xdg-desktop-portal-gtk is essential for proper gtk integration on Wayland due to the Settings portal. | 15:25:00 |
πΌπ. π±ππ πππ π π·ππ | In reply to @mjm:midna.dev what gtk application are you talking about? system-config-printer | 15:25:18 |
mjm | but the line you linked only enables the service, not the application | 15:26:11 |
K900 | In reply to@ilya-fedin:matrix.org I'm cleaning up my config from services.xserver things and other keys set by graphics modules and noticed plasma6 module adds kde portal but not gtk portal to extraPortals. Is that intended? xdg-desktop-portal-gtk is essential for proper gtk integration on Wayland due to the Settings portal. Yes, intentional | 15:26:26 |
K900 | The settings portal is a dbus interface | 15:26:32 |
K900 | The KDE portal provides an implementation of it | 15:26:43 |
K900 | And GTK talks to that implementation | 15:26:53 |
πΌπ. π±ππ πππ π π·ππ | In reply to @mjm:midna.dev but the line you linked only enables the service, not the application Oh, indeed | 15:27:16 |
K900 | In reply to@ilya-fedin:matrix.org Oh. And services.system-config-printer.enable not enough? Not enough because Plasma calls it directly | 15:27:22 |
πΌπ. π±ππ πππ π π·ππ | I have programs.system-config-printer.enable = false; in my config so perhaps I assumed this line is why I have it | 15:27:34 |
mjm | i don't think plasma enables the program for it | 15:28:12 |