Re: emacs-guix error

2019-01-27 Thread Ricardo Wurmus
bre...@posteo.net writes: > brettg@guixsd ~$ guix pull > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 86228e5 > : warning: 'nix-server-socket' is deprecated, u

Re: Real-world example for channels?

2019-01-27 Thread Konrad Hinsen
Hi Chris, I agree with Hartmut. I also found this confusing. I've attached a patch to try clarifying it. What do you think? Thanks for the clarification. I was also confused about this, to the point of never actually setting up my own channel. Konrad.

Re: gimp freeze

2019-01-27 Thread Chris Marusich
Yoshinori Arai writes: > I use gimp to make logo for my new blog but gimp freeze on my locale, > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. > > I also use the gimp installed by guix on foreign system. I can use it normaly. > > My guix system configuration is ba

gimp freeze

2019-01-27 Thread Yoshinori Arai
Hello, I use gimp to make logo for my new blog but gimp freeze on my locale, ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. I also use the gimp installed by guix on foreign system. I can use it normaly. My guix system configuration is based on light desktop exampl

Re: emacs-guix error

2019-01-27 Thread Maxim Cournoyer
Hello! [...] > Are you using Guix from a git checkout? In that case you’ll need to > recompile as there has been an ABI change. My normal Guix run from guix pull, but I do have a Guix checkout that I use with the pre-inst-env wrapper. I have this set in my ~/.emacs. --8<---cut her

Re: emacs-guix error

2019-01-27 Thread brettg
brettg@guixsd ~$ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 86228e5 : warning: 'nix-server-socket' is deprecated, use 'store-connection-socket' instea

Re: icecat show many warning and don't display correctly

2019-01-27 Thread Yoshinori Arai
On Sun, Jan 27, 2019 at 04:54:10PM +0100, Andreas Enge wrote: > Hello, > > On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > > El 2019-01-07 21:41, 荒井吉則 escribió: > > > It's working. > > > > > > export > > > XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DI

Re: emacs-guix error

2019-01-27 Thread bre...@posteo.net
I get this error on running guix pull. Sent from my Sprint Phone. -- Original message--From: Ricardo WurmusDate: Sat, Jan 26, 2019 3:26 PMTo: Maxim Cournoyer;Cc: Alex Kost;help-guix;Subject:Re: emacs-guix error Maxim Cournoyer writes: > Hello, > > Yoshinori Arai writes: > >> On Fri, Jan

Re: Real-world example for channels?

2019-01-27 Thread Chris Marusich
Hartmut Goebel writes: > o What happens if files conflict? Which repo will take precedence? I think the short answer is: for now, don't do that. There was some discussion here about conflicts: https://lists.gnu.org/archive/html/guix-devel/2018-10/msg00384.html We basically agreed that f

Re: Real-world example for channels?

2019-01-27 Thread Chris Marusich
Ricardo Wurmus writes: > No files are expected to be included. You only include files that you > want to offer. There is no prescribed file layout, nor is there any > naming convention. > > You #:use-module these modules like any other module. > > If the repository contains a file “foo.scm” whi

Re: Screen does not wake up from suspend ("No signal") on a Radeon RX 580

2019-01-27 Thread Boris A. Dekshteyn
Hello, Pierre Neidhardt writes: > I forgot to mention: the driver in use is ATI, not Radeon. > No error, but no trace of ATI/RADEON either. For the RX5xx series, it should be an "amdgpu" kernel module. --- WBR, Boris Dekshteyn

Re: error running container: mingetty cannot find ttys

2019-01-27 Thread Efraim Flashner
On Sun, Jan 27, 2019 at 03:49:47PM +0100, Giovanni Biscuolo wrote: > Hi Efraim, > > Efraim Flashner writes: > > [...] > > > I tested the config (after removing the references to your ssh key) on > > commit fc9c47bd7cdfd6265681e6b2c48fdb7889672bcc > > forgot to provide mine: > Generation 2 Jan

Re: icecat show many warning and don't display correctly

2019-01-27 Thread Andreas Enge
Hello, On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > El 2019-01-07 21:41, 荒井吉則 escribió: > > It's working. > > > > export > > XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS" > > icecat & > does not work. > > export > XDG_DATA_DIRS="$HOME/.guix-pr

Re: error running container: mingetty cannot find ttys

2019-01-27 Thread Giovanni Biscuolo
Hi Efraim, Efraim Flashner writes: [...] > I tested the config (after removing the references to your ssh key) on > commit fc9c47bd7cdfd6265681e6b2c48fdb7889672bcc forgot to provide mine: Generation 2Jan 16 2019 21:40:28(current) guix 22fe911 repository URL: https://git.savannah.

Re: Real-world example for channels?

2019-01-27 Thread Efraim Flashner
On Sat, Jan 26, 2019 at 11:16:31PM +0100, Hartmut Goebel wrote: > Hi, > > I'm looking for some real-world examples for channels. > Here's the contents of my ~/.config/guix/channels.scm (cons* (channel (name 'chromium) (url "https://gitlab.com/mbakke/guix-chromium.git";)