Re: Color calibrating scanner with GNOME

2019-03-16 Thread Jack Hill
On Sat, 16 Mar 2019, Jack Hill wrote: On Guix, when the scanner is connected via USB it cannot be found by my user's scanning programs (or, therefore, the GNOME hardware/calibration dialog). However, it can be found as root. I suspect the problem is a missing udev rule. What is the right way

Re: Color calibrating scanner with GNOME

2019-03-16 Thread Jack Hill
On Sat, 16 Mar 2019, Jack Hill wrote: Hi Guix, I'm trying to color calibrate my scanner while running GNOME by following these instructions: https://help.gnome.org/users/gnome-help/stable/color-calibrate-scanner.html.en I have produced a tiff of my calibration target, but my scanner

Color calibrating scanner with GNOME

2019-03-16 Thread Jack Hill
Hi Guix, I'm trying to color calibrate my scanner while running GNOME by following these instructions: https://help.gnome.org/users/gnome-help/stable/color-calibrate-scanner.html.en I have produced a tiff of my calibration target, but my scanner doesn't show up in the GNOME settings color

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
You know, Tobias! Just for experiment I've add (al utils) and guix cuss out: (use-modules (gnu) (gnu system nss) (gnu system locale) ;;for locale-definition (gnu services desktop) ;;(gnu services dns) ;;for dnsmasq (srfi srfi-1) ;;for remove

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
Thank you! But I've found another config without this complexity. Using ddg.gg: guix config pcspkr I've found  https://gitlab.com/pkill-9/guix-config/blob/master/system-config.scm#L123 (operating-system ...   (kernel-arguments '("modprobe.blacklist=pcspkr")) ) And compiled. Guix has built qemu

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread Tobias Geerinckx-Rice
Zvavko, znavko wrote: # guix system reconfigure /etc/config.scm /etc/config.scm:97:26: error: comma-separated: unbound variable hint: Did you forget a `use-modules' form? […] Mentioned github page has no any use-modules string that can help. Look again. From system-config/os-main.scm:

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
I've found this example: https://github.com/alezost/guix-config/blob/master/system-config/os-main.scm and have typed this for disable pc speaker: (define %redundant-linux-modules '("pcspkr" "snd_pcsp")) (operating

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
Hi! According to Guix Manual 6.2.11 Initial RAM Disk and Guile Manual 6.6.9.6 List Modification I added this to config.scm: (use modules ... (gnu system linux-initrd) (gnu packages linux)) (operating-system ...   (initrd   (base-initrd file-systems