| 9 Sep 2025 |
emily | I also love for Qt to depend on GTK, on macOS? | 20:02:38 |
emily | I feel like it should not depend on GTK, on macOS. | 20:02:46 |
emily | withGtk3 = !stdenv.hostPlatform.isMinGW;
| 20:03:16 |
emily | I feel like there's another platform where your desktop is not going to be GTK-based that is being forgotten about here. | 20:03:25 |
emily | Haiku. | 20:03:36 |
| 11 Sep 2025 |
K900 | Gear 25.08.1, still building: https://github.com/NixOS/nixpkgs/pull/441981 | 07:12:46 |
| 12 Sep 2025 |
| verlannow joined the room. | 05:54:14 |
verlannow |  Download image.png | 05:57:22 |
verlannow | Hello dear Nix KDE users!
I am coming to you with a short question. Recently I have noticed that power management on my nixos KDE system stopped working.
| 05:57:25 |
K900 | What does systemctl --user status plasma-powerdevil? | 05:58:08 |
K900 | What does systemctl --user status plasma-powerdevil output? | 05:58:11 |
verlannow | * Hello dear Nix KDE users!
I am coming to you with a short question. Recently I have noticed that power management on my nixos KDE system stopped working. | 05:58:16 |
verlannow | that is inactive. I did only check for upower which was working | 05:58:49 |
K900 | Please post the full output | 05:59:06 |
verlannow |  Download image.png | 06:00:19 |
K900 | Yeah that sounds like it crashed | 06:00:46 |
K900 | Try systemctl --user start plasma-powerdevil | 06:00:52 |
verlannow | that works. Thanks a lot.
should this service not automatically try to restart?
I will do a restart and see if it automatically starts and works | 06:02:35 |
verlannow | * that works. Thanks a lot.
should this service not automatically try to restart?
I will do a restart and see if it automatically starts and works
(this does automatically start as expected) | 06:04:59 |
| @aidalgol:tchncs.de set a profile picture. | 09:21:37 |
Sandro 🐧 | FYI https://github.com/NixOS/nixpkgs/issues/442349 | 11:58:58 |
emily | wonder if we should just enable fwupd by default in general (or at least for graphical systems) | 12:06:57 |
emily | pretty not good to not have a way to get firmware updated | 12:07:12 |
emily | I guess we at least have microcode shipped separately but not UEFI | 12:07:29 |
Sandro 🐧 | I tried enabling fwupd on a headless system and it has many GUI dependencies and is pretty big because of that | 12:08:49 |
Sandro 🐧 | also in my experience only dbx gets updates on almost all of my devices. I had like 3 other updates in 5 years. So support is not that well. | 12:09:53 |
Sandro 🐧 | but I would be fine to enable it by default in the plasma 6 module | 12:12:21 |
Grimmauld (any/all) | it pulls pango/harfbuzz, but that is not what makes the closure large.
The problem is the fact it has a runtime dep on GCC via valgrind (i think) | 12:29:31 |
Grimmauld (any/all) | i mean i guess modemmanager is somewhat large, but at least on systems with NM that already exists | 12:31:32 |
aloisw | In reply to @emilazy:matrix.org pretty not good to not have a way to get firmware updated You still have to trigger the update manually. It doesn't seem like installation of fwupd is the weakest link here. | 15:23:03 |