| 6 Mar 2026 |
K900 | Maybe post this in #Plasma Development | 12:13:15 |
Eli Saado | will do, my poor homeserver jumped to 2GB of RAM usage joining that room
do you think simply copy pasting my message is fine? | 12:16:12 |
K900 | Yes | 12:16:28 |
Eli Saado | if anyone else stumbles upon this issue,
Add an override to plasmalogin with the following content
[Unit]
After=systemd-modules-load.service
This can be easily done in Nix with | 13:59:24 |
Eli Saado | systemd.services."plasmalogin".after = [
"systemd-modules-load.service"
];
| 13:59:28 |
K900 | I don't think that's generally accurate | 14:01:00 |
K900 | Because systemd-modules-load only force-loads modules that are set up in the config | 14:01:15 |
K900 | It does not handle hotplug | 14:01:20 |
Eli Saado | hmm true, maybe appledrm is slow to load or reinitializes the /dev/card during loading? | 14:01:58 |
| 8 Mar 2026 |
| aloisw joined the room. | 10:08:11 |
| @aloisw:julia0815.de left the room. | 10:08:17 |
| 9 Mar 2026 |
| ilsubyeega joined the room. | 00:47:45 |
| 10 Mar 2026 |
| amadaluzia joined the room. | 01:46:40 |
| @ugura:matrix.org changed their display name from ugura to ada. | 16:42:32 |
| @ugura:matrix.org removed their display name ada. | 16:43:20 |
| @ugura:matrix.org left the room. | 16:43:23 |
Khalil Santana | Anybody else has/uses KDE Plasma Wayland with SDDM set to autologin + Kscreenlocker set to lock on startup? (Config file bellow). If I use it normally it works fine, but if I try to log-out to login into a another account for example it locks up and doesn't react to anything except CTRL+ALT+F1/2/3 or SSH. | 18:47:33 |
Khalil Santana | * Anybody else has/uses KDE Plasma Wayland with SDDM set to autologin + Kscreenlocker set to lock on startup? (Config file bellow). If I use it normally it works fine, but if I try to log-out to login into a another account for example it locks up and doesn't react to anything except CTRL+ALT+F1/2/3 or SSH.
[Daemon]
LockOnStart=true
[$Version]
update_info=kscreenlocker.upd:0.1-autolock
[Greeter][Wallpaper][org.kde.image][General]
Image=/home/khalil/Imagens/WPPR/DRG_Wallpaper_GlacialStrata.jpg
PreviewImage=/home/khalil/Imagens/WPPR/DRG_Wallpaper_GlacialStrata.jpg
| 18:47:56 |
Khalil Santana | Is this expected behaviour (ie, me setting incompatible settings) or it should work? | 18:48:41 |
K900 | Could be some SDDM thing | 18:50:24 |
| 11 Mar 2026 |
Fernando Rodrigues | My lockscreen locked up every time I clicked the switch user button, same behaviour as the above. Plasma Login fixed it though. | 10:23:17 |
πΌπ. π±ππ πππ π π·ππ | i just noticed both skanlite and skanpage get auto-installed with sane enabled... is that intended? don't they do the same thing? | 13:07:27 |
πΌπ. π±ππ πππ π π·ππ | i guess skanpage would be enough since it's a more advanced one | 13:07:52 |
K900 | https://github.com/NixOS/nixpkgs/pull/493086 | 13:10:01 |
K900 | Sigh | 13:10:03 |
K900 | Just completely bypassed | 13:10:09 |
K900 | And yes you're correct it definitely does not need to be both | 13:10:22 |
Aliaksandr | Now we have auto review requests for module meta.maintainers so things like that should happen less often | 21:32:12 |
Khalil Santana | Just tried it, same behaviour (also does plasma login manager look like default SDDM?) | 21:51:46 |
| 12 Mar 2026 |
Fernando Rodrigues | We had to revert that, unfortunately. Silvan is still working on a fix. | 00:18:25 |