bug#63045: Can't suspend and wakeup outside of gnome

2023-04-26 Thread Stefan Huchler
here is the part of the log that should show a crash from suspend. Apr 15 19:38:32 localhost elogind[352]: Suspending system... Apr 15 19:38:32 localhost vmunix: [ 96.960350] PM: suspend entry (deep) Apr 15 19:38:34 localhost vmunix: [ 96.971363] Filesystems sync: 0.011 seconds Apr 15

bug#63045: Can't suspend and wakeup outside of gnome

2023-04-23 Thread Stefan Huchler
When I try to suspend as example with loginctl suspend, but also other methods like dbus command sending or the echo mem > ... it sometimes works but around 60% mostly the 2nd time never reaches fully the suspend state but monitor is out, no suspend typical power blinking, the only way to recover

bug#43390: eudev should have ability to add a hwdb file

2020-09-13 Thread Stefan Huchler
There is a configuration field for udev rules: https://guix.gnu.org/manual/en/html_node/Base-Services.html udev-service [#:udev eudev #:rules '()] But there is no configuration option to add a hwdb file. I don't know if that matters but nixos has such option: services.udev.extraHwdb That's the

bug#41516: Slim package unnessesarily conflates default-user/default-session with autologin

2020-05-24 Thread Stefan Huchler
The 3 options of default-user / default-login-session and autologin are not as tight coupled and should in fact it's the wrong way coupled: > When @var{auto-login?} is true, log in automatically as > @var{default-user} with @var{auto-login-session}. So you can set auto-login? #t and don't set

bug#41121: (Keyboard-layout) form does not work "across the board"

2020-05-24 Thread Stefan Huchler
o.ro...@posteo.net writes: > In the process of changing my login manager to slim (over gdm), I > noticed that the (keyboard-layout ...) form does not work the same way > in the (bootloader)/(set-xorg-configuration) and the > (slim-configuration) form. While in the former cases, (keyboard-layout >

bug#41178: can't log into X anymore ( polkit )

2020-05-22 Thread Stefan Huchler
to me that switching the display-manager fixes the problem because that would imply that the gdm package is buggy, which again it's in the default desktop-services variable. But for me it's ok and maybe somebody else runs into that problem, then maybe my bug report information helps. Stefan

bug#41178: can't log into X anymore ( polkit )

2020-05-10 Thread Stefan Huchler
shortly after installing X and making the first few changes setting the root password and boom I can't login into X anymore. My configuration: /-- (use-modules (gnu) (gnu system nss)) (use-service-modules desktop ssh) (use-package-modules bootloaders