all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33835: Does not halt again
@ 2018-12-22 18:55 znavko
  0 siblings, 0 replies; only message in thread
From: znavko @ 2018-12-22 18:55 UTC (permalink / raw)
  To: 33835

[-- Attachment #1: Type: text/plain, Size: 2736 bytes --]

The issue is this: after clicking Menu button (Xfce4) --> Logout --> Shutdown and quick closing notebook the system does not halt at all. After time I open notebook and see this:
http://0x0.st/sduT.jpg <http://0x0.st/sduT.jpg>

And after I press power button it shows this with no any further effect:
http://0x0.st/sdu8.jpg

On Guix 0.15.0 the same issue was solved here:
https://lists.gnu.org/archive/html/help-guix/2018-10/msg00043.html <https://lists.gnu.org/archive/html/help-guix/2018-10/msg00043.html>

My current config.scm has elogind lines. But again this problem occurs.


  (services (cons*  
                    (service postgresql-service-type)
                    (xfce-desktop-service)
                    (dnsmasq-service-type
                      (dnsmasq-configuration
                        (no-resolv? #t)
                        (servers '("192.168.1.1"))))
                    (modify-services      
                      ;;(remove (lambda (service)
                      ;;  (eq? (service-kind service)
                      ;;    wpa-supplicant-service-type))
                      ;;  (remove (lambda (service)
                      ;;    (eq? (service-kind service)
                      ;;      static-networking-service-type))
                          (remove (lambda (service)
                            (eq? (service-kind service)
                              ntp-service-type))
                            (remove (lambda (service)
                              (eq? (service-kind service)
                                avahi-service-type))
                              %desktop-services
                            )  ;end of remove avahi
                          )  ;end of remove2 ntp
                        ;;)  ;end of remove3 networking
                      ;)  ;end of remove4 wpa-supplicant
                      (elogind-service-type
                        c => (elogind-configuration (handle-lid-switch 'ignore)))
                    );;end of modify desktop-services
  ));;end of services


[-- Attachment #2: Type: text/html, Size: 6225 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-22 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-22 18:55 bug#33835: Does not halt again znavko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.