unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* How to add xscreensaver service?
@ 2022-04-04 18:53 Stefan Baums
  2022-04-04 19:50 ` Stefan Baums
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Baums @ 2022-04-04 18:53 UTC (permalink / raw)
  To: help-guix

Dear all,

I am trying to enable xscreensaver in my system configuration as
follows:

   (operating-system

    ...

    (services
       (append
        (list

         ...

         (screen-locker-service xscreensaver)

         ...

         %desktop-services))))

but reconfiguration fails with

   error: xscreensaver: unbound variable

Looking at various dotfiles online, the above looks right. What am
I missing? Do I need to add another line somewhere in my
system.scm to meet a dependency? I do have “xorg” in
“use-service-modules.”

All best,
Stefan


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to add xscreensaver service?
  2022-04-04 18:53 How to add xscreensaver service? Stefan Baums
@ 2022-04-04 19:50 ` Stefan Baums
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Baums @ 2022-04-04 19:50 UTC (permalink / raw)
  To: help-guix

I figured it out. What was needed was:

   (use-package-modules xdisorg)

S.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-04 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 18:53 How to add xscreensaver service? Stefan Baums
2022-04-04 19:50 ` Stefan Baums

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).