!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

199 Members
52 Servers

Load older messages


SenderMessageTime
19 Feb 2026
@k900:0upti.meK900 OK uhhh we might want to do something about that 00:21:41
@silverhadch07:matrix.orgHadi Chokr

Uhh Plasma Login Manager doesnt have their PAM Files right? I want to unlock my kwallet after autologin with plasma-login-manager, its a blowfish default kdewallet with my login password and I set this in ym configs:

Relevant config:

services.displayManager.plasma-login-manager.enable = true;

security.pam.services.plasma-login-manager.kwallet = {
enable = true;
package = pkgs.kdePackages.kwallet-pam;
};

Autologin:

services.displayManager.autoLogin = {
enable = true;
user = "hadichokr";
};

Overlay removing the kwallet portal service (to avoid portal issues):

(self: super: {
kdePackages = super.kdePackages // {
kwallet = super.kdePackages.kwallet.overrideAttrs (old: {
postFixup = (old.postFixup or "") + ''
rm -f $out/share/org.freedesktop.impl.portal.desktop.kwallet.service
'';
});
};
})

07:28:42
@k900:0upti.meK900It does, but you can't unlock it with autologin07:33:02
@k900:0upti.meK900Because autologin does not know your password07:33:08
@silverhadch07:matrix.orgHadi Chokr So there is no way around this? 07:34:48
@k900:0upti.meK900All the PAM module does is forward the password you typed in to kwallet07:35:01
@k900:0upti.meK900If you don't type in a password, there is nowhere to get it from07:35:09
@silverhadch07:matrix.orgHadi Chokr Can one declaretivly set kwallet to use no password?  07:35:50
@k900:0upti.meK900No07:35:54
@k900:0upti.meK900But you can recreate the wallet with an empty password07:36:01
@silverhadch07:matrix.orgHadi Chokr I know. I am gonna do that now. I really wish I could just set some nix option to have an wallet to be passwordless. 07:36:58
@k900:0upti.meK900 https://github.com/NixOS/nixpkgs/pull/492003 07:54:54
@k900:0upti.meK900OK there we go07:54:56
@sandro:supersandro.deSandro 🐧I know for a fact that this was like this before the update 😅13:01:36
@khalil:ksantana.netKhalil SantanaHi, Is avahi required for printer auto-discovery in LAN (DNS-SD)?15:24:41
@k900:0upti.meK900 Yes 15:28:42
@k900:0upti.meK900And also cups-browsed15:28:49
@khalil:ksantana.netKhalil SantanaOh well, I guess I'll have to disable systemd-networkd's mdns since lots of daemons that use MDNS are yelling at me for having both enabled15:38:45
@k900:0upti.meK900 Yeah, I think cups is working on resolved browsing 15:41:46
@k900:0upti.meK900 But it's not implemented yet 15:41:52
@sandro:supersandro.deSandro 🐧Pulse/pipewire also only work with avahi16:39:16
20 Feb 2026
@meadow_weasel:matrix.orgweasel joined the room.15:53:57
22 Feb 2026
@sheathedlipstick:matrix.orgsheath joined the room.02:54:31
@k900:0upti.meK900It's time for the yearly qmllintHook checkin08:17:38
@k900:0upti.meK900 This time we fail at... drum roll kwin 08:17:53
@k900:0upti.meK900Which is actually a pretty big improvement compared to before08:18:04
@k900:0upti.meK900OK unironically I think qmllintHook is shippable now16:01:14
@k900:0upti.meK900Doing one last big run16:01:20
@k900:0upti.meK900And I'll push it up16:01:23
@k900:0upti.meK900The blast radius is A LOT smaller now16:01:34

Show newer messages


Back to Room ListRoom Version: 9