Re: Color calibrating scanner with GNOME

2019-03-20 Thread Jack Hill
On Sat, 16 Mar 2019, Jack Hill wrote: I can see the scanner from my unprivileged user, and it shows up the the GNOME hardware/calibration dialog. Unfortunately, clicking on the "calibrate" button does nothing. On Debian buster with GNOME 3.30, doing so brings up a calibration wizard. I

Re: guix lint questions

2019-03-20 Thread Tobias Geerinckx-Rice
mikadoZero, mikadoZero wrote: I have three questions about the output of: `./pre-inst-env guix lint emacs-ace-link` 1) What is the significance of: ;;; note: source file /home/guix/u/guix/guix/gnu/packages/image-processing.scm ;;; newer than compiled

guix lint questions

2019-03-20 Thread mikadoZero
I am preparing my first package. I have questions about the output of guix lint. I have done: `guix environment guix` `./bootstrap` `./configure --localstatedir=/var` `make` `make check` On a new git branch I have added emacs-ace-link to emacs-xyz.scm which is: (define-public emacs-ace-link

Re: root zsh to bash

2019-03-20 Thread mikadoZero
Ricardo Wurmus writes: > mikadoZero writes: > >> I am trying to switch the root user from zsh to bash. >> >> The relevant part of my system configuration is: >> >> (users (cons (user-account >>(name "guix") >>(group "users") >>(supplementary-groups '("wheel" "netdev"

RLS and Rust

2019-03-20 Thread brettg
Hey all. I am trying to use the rust language server. This might be a better question for a rust oriented mailing list, but I am going to give it a go here first. I imported and installed the RLS from the crate importer, and installed it that way. When I try to start the RLS from emacs

Re: 14.1 Building from Git

2019-03-20 Thread mikadoZero
Tobias Geerinckx-Rice writes: > ... > mikadoZero wrote: >> I did copy the suggested exports that were output when I ran `guix >> package --manifest=manifest.scm` into .zprofile and they were: > > Guix does *not* suggest copying these into shell initialisation files, > and you should remove the

Re: 14.1 Building from Git

2019-03-20 Thread mikadoZero
Ricardo Wurmus writes: > mikadoZero writes: > >> I did copy the suggested exports that were output when I ran `guix >> package --manifest=manifest.scm` into .zprofile and they were: > > I suggest to not do this and to add this snippet instead: > > export GUIX_PROFILE="$HOME/.guix-profile"

Re: root zsh to bash

2019-03-20 Thread Ricardo Wurmus
mikadoZero writes: > I am trying to switch the root user from zsh to bash. > > The relevant part of my system configuration is: > > (users (cons (user-account > (name "guix") > (group "users") > (supplementary-groups '("wheel" "netdev" "audio")) >