Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner

2019-04-17 Thread Raghav Gururajan
Hello Mark! That is so great to hear. I will try it and get back to you. Regards, RG. April 17, 2019 8:11 PM, "Mark H Weaver" wrote: > Hello again, > > "Raghav Gururajan" writes: > >> Ah I see. Thanks for raising the issue. Yes, we'll move on to "Stylus Input" >> :) >> >> April 16, 2019

Rust development tools

2019-04-17 Thread mikadoZero
The rust book is a learning resource for the rust programming language. https://doc.rust-lang.org/book/title-page.html It includes content on these rust development tools: * cargo + build system and package manager + provides dependency management + used through the entire rust book

Re: guix pull package output truncated

2019-04-17 Thread mikadoZero
Thank you for pointing out `guix pull -l` for this. Ludovic Courtès writes: > Hello! > > mikadoZero skribis: > >> Recently the output of guix pull has changed. It no longer gives the >> complete output for the "New in this revision" section. > > For the record, I did that after seeing that,

Re: guix-a dokumentaro en Esperanto

2019-04-17 Thread Quiliro Ordonez
El 2019-04-16 08:53, swedebugia escribió: > On 2019-04-13 00:24, Luther Thompson wrote: >> On Fri, 12 Apr 2019 12:43:12 -0700 >> Quiliro Ordonez wrote: >> >>> Mi serĉas por Guix-a dokumentaro en Esperanto. Ĝi povas esti >>> manlibroj, aŭdioj (rimarkoj) aŭ videoj (konferencoj, seminarioj). >>> Kie

Re: sha256 hash mismatch for mozjs-38.2.1.rc0

2019-04-17 Thread Mark H Weaver
Hi, Platoxia writes: > After successfully doing "guix pull" as root, GuixSD fails to update from > /gnu/store/nbpba96q5vjhr64c91s788109mj7f3y6-system (kernel 4.20.1) > to current with "guix system reconfigure" due to an sha256 hash mismatch > after downloading mozjs-38.2.1.rc0. > > I have

Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner

2019-04-17 Thread Mark H Weaver
Hello again, "Raghav Gururajan" writes: > Ah I see. Thanks for raising the issue. Yes, we'll move on to "Stylus Input" > :) > > April 16, 2019 4:22 PM, "Mark H Weaver" wrote: > >> Hi Raghav, >> >> "Raghav Gururajan" writes: >> >>> I made the changes you told me. Now the error is "guix

Re: guix pull package output truncated

2019-04-17 Thread Tobias Geerinckx-Rice
Sleepy hullo, Ludovic Courtès wrote: There’s currently no flag to change this behavior. Instead, you have to run ‘guix pull -l’ but it’s arguably not very convenient. Perhaps we could add an environment variable specifying whether/how to truncate? I’d keep the default as it is now.

Re: Services and log management/monitoring

2019-04-17 Thread Ludovic Courtès
Hello! The kind of “service” that Guix manages is those described here: https://www.gnu.org/software/guix/manual/en/html_node/Service-Composition.html The first paragraph tries to explain it: Here we define a “service” as, broadly, something that extends the functionality of the

Re: guix pull package output truncated

2019-04-17 Thread Ludovic Courtès
Hello! mikadoZero skribis: > Recently the output of guix pull has changed. It no longer gives the > complete output for the "New in this revision" section. For the record, I did that after seeing that, when you don’t upgrade every two days or so, your screen could easily be filled by tens of

Re: National keyboard layout for Polish

2019-04-17 Thread Ludovic Courtès
Hello, Adam Mazurkiewicz skribis: > How to set Polish keyboard layout to get Polish special letters? > https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png > They should be available in Gedit, Web browser address bar, etc. I > have Xfce Desktop Environment. With the new keyboard layout

Re: guix-a dokumentaro en Esperanto

2019-04-17 Thread Ludovic Courtès
Konrad Hinsen skribis: > Laŭ mia scio nenia dokumentaro en Esperanto ekzistas. Sed ja troviĝas > esperantistoj inter la Guix-istoj kaj Guix-umantoj. Eblas do esperi > iaman pliboniĝon de la situacio. Estas multaj Esperanto-parolantoj ĉi tie, iu devus traduki la manlibron! :-)

Re: Getting rid of "source file [...] newer than compiled" messages

2019-04-17 Thread Ludovic Courtès
Ricardo Wurmus skribis: >> $ stat >> /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/hash.go >> File: >> ‘/gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/hash.go’ >> Size: 77485 Blocks:

Re: Bootstrappable bitcoin release builds with Guix

2019-04-17 Thread Ludovic Courtès
Hi Carl, Carl Dong skribis: > I've been on a quest to use Guix for Bitcoin Core's reproducible builds as I > believe that Guix's focus on bootstrappability, and Guile's simplicity and > flexibility are very desirable qualities in building an auditable, secure, and > reliable build process. My

Re: Remounting tmpfs

2019-04-17 Thread rendaw
On 4/18/19 5:31 AM, Ludovic Courtès wrote: > Hi, > > 7e9wc56emja...@s.rendaw.me skribis: > >> On 4/9/19 11:58 PM, Ludovic Courtès wrote: >>> Hello, >>> >>> 7e9wc56emja...@s.rendaw.me skribis: >>> On a system I'm porting to guix I have 2GB tmpfs with subdirectories like /tmpfs/etc that

Re: GUIX installation / uninstallation problem

2019-04-17 Thread Zelphir Kaltstahl
I already fixed it : ) I had to _restart_ the guix daemon. Note: It was already running according to `systemctl status`. So this might be worth some consideration for the future: If the daemon is running, but there is no socket, tell the user something like: "You might need to restart your guix

Changing user-account's shell

2019-04-17 Thread Tanguy Le Carrour
Hi Guix! I'm trying to set my user's shell through the Guix configuration system, but without success. The syntax I use is: (use-package-modules ... shells) (operating-system ;; ... (users (cons (user-account ;; ... (shell

Re: trackpad and icecat trouble

2019-04-17 Thread Joshua Branson
So, an update on this issue. I recently black listed usbkbd and usbmouse, I switched to the sway wm, and I disabled gdm. So now I log into a virtual console, and i have a bash script that auto starts sway. My mouse works perfectly, and sway is rock stable! I'm really impressed with it.

Re: Way to synchronize files like Dropbox

2019-04-17 Thread Christopher Lemmer Webber
Adam Mazurkiewicz writes: > What is the way to synchronize files with a remote storage like > Dropbox? I work in several places and I need to get the same document > files in these places. On Debian I was using just Dropbox. I need a > free solution from Guixsd. I recommend git-annex with

GUIX installation / uninstallation problem

2019-04-17 Thread Hans-Werner Roitzsch
Hello Guix users! I sort of messed up my Guix setup as follows: I installed Guix using the binary installer script. The installer asked me, whether I wanted to allow prebuilt packages and I thought: "Nah, let it compile packages." Not considering how long that would take initially and/or with

Re: dhcpcd logs

2019-04-17 Thread znavko
Ok. I use dhcp-client instead, cause I need only to get Ip address but not to have dncp server. Some of threads in help-guix has solved my troubles with wifi. and I published config to my site live-znavko.pantheonsite.io April 17, 2019 6:06 AM, "Chris Marusich" wrote: > writes: > >> Where

Re: Way to synchronize files like Dropbox

2019-04-17 Thread Adonay Felipe Nogueira
Syncthing is good too. I also use rsync, SFTP, or torrents with no trackers/publishers. The last one needs an unchanged copy of the files being synchronized. SFTP will work friendlier if the file broeser/explorer integrates with a copy of GVFS which has SSH SFTP enabled. Em 16 de abril de 2019

Re: dhcpcd logs

2019-04-17 Thread Chris Marusich
writes: > Where are dhcpcd logs? We start dhcpd as described in gnu/services/networking.scm: (define dhcpd-shepherd-service (match-lambda (($ package config-file version run-directory lease-file pid-file interfaces) (unless config-file