bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
Hello! Recently, I have been given this link (https://wiki.gnome.org/Design/Apps) which lists all GNOME Core Applications that are to be added to guix's gnome package. Whether or not to do this, I think the package with the name "gnome" in any distribution should always reflect the vanilla gno

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread pelzflorian (Florian Pelz)
On Tue, May 07, 2019 at 06:11:58AM +0200, pelzflorian (Florian Pelz) wrote: > I had the same problem; it works for me now after I added ibus and > ibus-anthy to the system packages, Anthy appeared in ibus-setup. I > believe I had done no other steps other than experimenting with > libexec/ibus-set

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread pelzflorian (Florian Pelz)
I had the same problem; it works for me now after I added ibus and ibus-anthy to the system packages, Anthy appeared in ibus-setup. I believe I had done no other steps other than experimenting with libexec/ibus-setup-anthy (which I believe did not change anything). Regards, Florian

bug#35590: Emacs info can't open info manuals

2019-05-06 Thread sirgazil
On Mon, 06 May 2019 10:07:36 -0500 Mark H Weaver wrote > Hi, > > sirgazil writes: > > > M-x getenv PATH RET shows "bin"s in other paths, but not "/bin": > > > > /gnu/store/hk4f641r18vpj44m42pny6rp1nwg3d4w-glib-2.56.3-bin/bin:/home/sirgazil/.guix-profile/bin:/home/sirgaz

bug#35616: go-github-com-spf13-pflag build fails

2019-05-06 Thread Maxim Cournoyer
On master: --8<---cut here---start->8--- starting phase `check' go: disabling cache (/homeless-shelter/.cache/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied # github.com/spf13/pflag src/github.com/spf13/pflag/bool_test.go:17

bug#35615: go-github-com-getsentry-raven-go build fails

2019-05-06 Thread Maxim Cournoyer
On current master: --8<---cut here---start->8--- starting phase `check' go: disabling cache (/homeless-shelter/.cache/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied # github.com/getsentry/raven-go src/github.com/getsentry/ra

bug#35603: Go build system mishandles repetitive import paths

2019-05-06 Thread Maxim Cournoyer
Hello again, Leo Famulari writes: > Looks like it affects packages that use tarballs (instead of Git > checkouts) and have a repetitive element in the import path. For > example, 'github.com/restic/restic' is also broken. I've fixed restic with commit fb09818277; sorry! Maxim

bug#35603: Go build system mishandles repetitive import paths (was [PATCH] build: go-build-system: Ensure uniform unpacking directory.)

2019-05-06 Thread Maxim Cournoyer
Hello Leo, Leo Famulari writes: > On Sun, Apr 14, 2019 at 12:03:05AM -0400, Maxim Cournoyer wrote: >> From 1f7535fbe28f7ac96e824b792e9f1a140b8c54cd Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Fri, 5 Apr 2019 00:00:08 -0400 >> Subject: [PATCH 3/3] build: go-build-system: Ensure un

bug#35588: [PATCH] ui: Search matches additional package outputs.

2019-05-06 Thread Chris Marusich
Ludovic Courtès writes: > Could we have just this hunk or is there something I’m missing that > would make it insufficient? That hunk alone is not enough, but I think the attached patch would do the trick. We just need to allow for the new possibility that the "field" procedure returns a list o

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2019-05-06 Thread Chris Marusich
sirgazil writes: > Hi, > > A few days ago I mentioned an issue with a Scribus installed on a > foreign distribution using Guix > (https://lists.gnu.org/archive/html/help-guix/2019-04/msg00249.html). I'm > experiencing the same problem with Scribus and the GIMP in a GNU > system installed in a rea

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread Chris Marusich
ison writes: > I currently have ibus with anthy working, but I had this exact same problem at > first. I'm not 100% sure what I finally did to solve it, but I think it may > have > been a missing environment variable. Here is what I have set: > export > GTK_IM_MODULE_FILE="/run/current-system/p

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-06 Thread Calle Kabo
I tried running guix pull again, but still didn't work https://paste.debian.net/1081770 Here's my config.scm https://paste.debian.net/1081771 I then connected via VPN so I got an IP in the Netherlands, and le-certs downloaded

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-06 Thread Tobias Geerinckx-Rice
Ludo', Ludovic Courtès wrote: These 3 files are now available from https://ci.guix.gnu.org as substitutes: Thanks! I tried to help Calle with this on IRC yesterday but had to make due with my own little build farm (which had already collected 2 of the 3 files) and scp… Did you do a fancie

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-06 Thread Ludovic Courtès
Hi, Calle Kabo skribis: > manager@guix ~$ guix pull [...] > building > /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv... > downloading from https://letsencrypt.org/certs/letsencryptauthorityx3.pem... > |sha256 hash mismatch for > /gnu/store/bcq7sqhg18b7b1q87j8z60d

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread ison
I currently have ibus with anthy working, but I had this exact same problem at first. I'm not 100% sure what I finally did to solve it, but I think it may have been a missing environment variable. Here is what I have set: export GTK_IM_MODULE_FILE="/run/current-system/profile/lib/gtk-3.0/3.0.0/imm

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread sirgazil
Hi, I installed the GNU system using the Guix System 1.0 ISO installer and reconfigured the system to work around the installer "%base-packages" bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35541). When I install the "ibus-anthy" input method, I don't find any way of using it because it

bug#35550: Installer: wpa_supplicant fails to start

2019-05-06 Thread Danny Milosavljevic
Hi Ludo, what happens when the loop reads the pid file when it contains just half of a numeral? It won't detect it, right? pgphutGIhbtZ3.pgp Description: OpenPGP digital signature

bug#35606: Gajim

2019-05-06 Thread Raghav Gururajan
T-G-R! One more interesting information. I had to close the Gajim by killing the process. What I noticed in "system monitor" is that the Gajim was running as root instead of that user. I retried, it is the same. Gajim runs as root. Weird. May 6, 2019 7:45 PM, "Raghav Gururajan" wrote: > T-G-R

bug#35606: Gajim

2019-05-06 Thread Raghav Gururajan
T-G-R! Oh my goodness, I didn't notice that. LoL. Of course the OS is GNU/Linux. ;). The bug report was automatically generated when I opened the app. I didn't create it. Yes, as you said, nothing works. All menu greyed out. Can't even close the app. May 6, 2019 7:40 PM, "Tobias Geerinckx-Rice

bug#35606: Gajim

2019-05-06 Thread Tobias Geerinckx-Rice
Raghav, Clément, Ricardo, Guix, Raghav Gururajan wrote: ## Versions - OS: Linux Never heard of that OS… ;-) - GTK+ Version: 3.24.7 - PyGObject Version: 3.28.3 - python-nbxmpp Version: 0.6.10 - Gajim Version: 1.1.3 Thanks for these, but providing the output of ‘guix describe’ instead (and

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Mon, May 06, 2019 at 08:14:46PM +0200, pelzflorian (Florian Pelz) wrote: >> When creating a user account, the translation for Home Directory >> (“Persönliches Verzeichnis”) gets cut off to “Persönliches Verzeic”, >> but I believe this is not important. >

bug#35550: Installer: wpa_supplicant fails to start

2019-05-06 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 12:21:26AM +0200, Ludovic Courtès wrote: > It’d be great if you could do some testing with the patch below. Then I > guess we’ll push a Shepherd release with this fix. > The second patch (the one for Guix is the only one I have tested) works fine on the system which alway

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Mon, May 06, 2019 at 12:02:16PM +0200, Ludovic Courtès wrote: >> I would perhaps add that checkbox only for the passphrase, in part > > I disagree, people would expect it (and file bugs) for other passwords > for the same reasons (other people watching w

bug#35607: Installer: Cannot exit during user creation step

2019-05-06 Thread pelzflorian (Florian Pelz)
When pressing the Exit button in the graphical installer during the User Creation step, the installer instead continues with Desktop Environment selection. Regards, Florian

bug#35604: Is the top bootloader entry for previous generations the current one?

2019-05-06 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 08:52:26PM +0200, Tobias Geerinckx-Rice wrote: > How about changing ‘previous generations’ to ‘all generations’, and have it > include the current generation at the top (now with # and date, maybe > ‘(current)’ appended)? > > That way we can keep the default nice and friend

bug#35606: Gajim

2019-05-06 Thread Raghav Gururajan
## Versions - OS: Linux - GTK+ Version: 3.24.7 - PyGObject Version: 3.28.3 - python-nbxmpp Version: 0.6.10 - Gajim Version: 1.1.3 ## Traceback ``` Traceback (most recent call last): File "/gnu/store/lzzphfg2hf52h1cb2dbvz3qvz2ca26na-gajim-1.1.3/lib/python3.7/site-packages/gajim/application.py",

bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
T-G-R! Thanks for your email. I understand what you mentioned. I came across this link (https://blogs.gnome.org/mcatanzaro/2016/09/21/gnome-3-22-core-apps/), where the dev(s) recommend to use generic names while packaging GNOME Core Apps. :) I think it is better to use generic names for package

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 08:14:46PM +0200, pelzflorian (Florian Pelz) wrote: > When creating a user account, the translation for Home Directory > (“Persönliches Verzeichnis”) gets cut off to “Persönliches Verzeic”, > but I believe this is not important. > This cut-off happens even on higher resolu

bug#35586: GNOME

2019-05-06 Thread Tobias Geerinckx-Rice
Raghav, Thanks for taking a look at this. I'm sure there's plenty to be improved in how we package a large collection of software like GNOME in an intuitive way. Raghav Gururajan wrote: The following gnome core applications have already been included in guix's gnome package but requires co

bug#35604: Is the top bootloader entry for previous generations the current one?

2019-05-06 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice wrote: How about changing ‘previous generations’ to ‘all generations’, and have it include the current generation at the top (now with # and date, maybe ‘(current)’ appended)? That way we can keep the default nice and friendly and skimmable in ~5s, and the overview is a

bug#35604: Is the top bootloader entry for previous generations the current one?

2019-05-06 Thread Tobias Geerinckx-Rice
Florian, pelzflorian (Florian Pelz) wrote: GRUB’s boot menu displays a menuentry for booting the current generation and a submenu with entries for previous generations. However, it is not clear if the generation at the top of the submenu is the current generation or if it is one generation bef

bug#35605: GNOME Settings: Region & Language: Input source keyboard button does not work

2019-05-06 Thread sirgazil
Hi, I installed the GNU system using Guix 1.0 ISO installer, and reconfigured the system to work around the installer "%base-packages" bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35541). Every time I click the little keyboard button in Input sources, nothing happens. ## Steps to reprod

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread pelzflorian (Florian Pelz)
Sorry for being late to the feedback party. On Mon, May 06, 2019 at 12:02:16PM +0200, Ludovic Courtès wrote: > I would perhaps add that checkbox only for the passphrase, in part I disagree, people would expect it (and file bugs) for other passwords for the same reasons (other people watching whil

bug#35590: Emacs info can't open info manuals

2019-05-06 Thread sirgazil
This issue was related to a bug with the installer where "%base-packages" was not added to the system configuration file.¹ After working around the installer issue as described in the manual,² I can read manuals normally. 1. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35541 2. https://www.gn

bug#35599: No sound most of the time (dummy output)

2019-05-06 Thread sirgazil
It seems this sound issue was related to a bug with the installer where "%base-packages" was not added to the system configuration file.¹ After working around the installer issue as described in the manual,² I get sound every time I restart the machine. I want to test for a few more days befor

bug#35529: libdrm fails to build on armhf-linux

2019-05-06 Thread Mark H Weaver
Hi Ricardo, Ricardo Wurmus writes: > This has built fine on berlin. We have a completed build for > /gnu/store/3c28p8b07709isd9jlcnnnyrpgz4ndz8-libdrm-2.4.97. What kind of hardware was it built on? >>> >>> I’m not sure. We’re using a few Overdrive 1000 machines that have quit

bug#35604: Is the top bootloader entry for previous generations the current one?

2019-05-06 Thread pelzflorian (Florian Pelz)
GRUB’s boot menu displays a menuentry for booting the current generation and a submenu with entries for previous generations. However, it is not clear if the generation at the top of the submenu is the current generation or if it is one generation before. I would prefer to resolve this by displayi

bug#35603: Go build system mishandles repetitive import paths

2019-05-06 Thread Leo Famulari
Looks like it affects packages that use tarballs (instead of Git checkouts) and have a repetitive element in the import path. For example, 'github.com/restic/restic' is also broken. signature.asc Description: PGP signature

bug#35603: Go build system mishandles repetitive import paths (was [PATCH] build: go-build-system: Ensure uniform unpacking directory.)

2019-05-06 Thread Leo Famulari
On Sun, Apr 14, 2019 at 12:03:05AM -0400, Maxim Cournoyer wrote: > From 1f7535fbe28f7ac96e824b792e9f1a140b8c54cd Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Fri, 5 Apr 2019 00:00:08 -0400 > Subject: [PATCH 3/3] build: go-build-system: Ensure uniform unpacking > directory. > > Depend

bug#35590: Emacs info can't open info manuals

2019-05-06 Thread Mark H Weaver
Hi, sirgazil writes: > M-x getenv PATH RET shows "bin"s in other paths, but not "/bin": > > /gnu/store/hk4f641r18vpj44m42pny6rp1nwg3d4w-glib-2.56.3-bin/bin:/home/sirgazil/.guix-profile/bin:/home/sirgazil/.guix-profile/sbin:/run/setuid-programs:/home/sirgazil/.config/guix/current/bin:/home/sirgaz

bug#35529: libdrm fails to build on armhf-linux

2019-05-06 Thread Ricardo Wurmus
Mark H Weaver writes: > Ricardo Wurmus writes: > >>> Ricardo Wurmus writes: >>> Mark H Weaver writes: > Hydra failed two consecutive attempts to build libdrm on armhf-linux: > > https://hydra.gnu.org/build/3481547#tabs-summary > > Both build attempts were made

bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
Ah, I see. ☺ On Mon, 2019-05-06 at 11:14 +0200, pelzflorian (Florian Pelz) wrote: > On Mon, May 06, 2019 at 03:57:48AM -0400, Raghav Gururajan wrote: > Also, I think it should be okay to include apps mentioned in > "incubator" section as well. In Guix, users can roll back to older > versions of new

bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
Yeah! You could be right. On Mon, 2019-05-06 at 11:05 +0200, pelzflorian (Florian Pelz) wrote: > On Mon, May 06, 2019 at 03:51:54AM -0400, Raghav Gururajan wrote: > On 5 May 2019 16:48, "pelzflorian (Florian Pelz)" orian.de> wrote: > You can also type both Epiphany and (your language’s translatio

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread Ludovic Courtès
Mathieu Othacehe skribis: >> I would perhaps add that checkbox only for the passphrase, in part >> because when I test an install I prefer to have fewer keystrokes :-), > > The parameter is disabled by default and enabled only for disk > encryption and root/user passwords so I'm not sure I get wh

bug#35601: First 'guix pull' does not display 'hash guix' hint

2019-05-06 Thread Diego Nicola Barbato
Hi Guix, Congratulations on 1.0.0! I took the opportunity to revisit bug #33647 [0] and verify that commits 3bbd691 and d1d7283 have the desired effect. Unfortunately they do not: The first time a user runs guix pull on a freshly installed Guix System no hint about running 'hash guix' is display

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread Mathieu Othacehe
Hey Ludo, > I would perhaps add that checkbox only for the passphrase, in part > because when I test an install I prefer to have fewer keystrokes :-), The parameter is disabled by default and enabled only for disk encryption and root/user passwords so I'm not sure I get what you mean. > but al

bug#35590: Emacs info can't open info manuals

2019-05-06 Thread sirgazil
On Sun, 05 May 2019 21:26:15 -0500 Mark H Weaver wrote > Hi, > > sirgazil writes: > > > I can't open info manuals in an Emacs freshly installed in my GNU > > system installed in a real machine using the ISO installer > > (https://ftp.gnu.org/gnu/guix/guix-system-install

bug#35594: GNOME: Application icons are not displayed immediately after installation

2019-05-06 Thread sirgazil
On Sun, 05 May 2019 21:21:59 -0500 Mark H Weaver wrote > Hi, > > sirgazil writes: > > > I installed the GNU system in a real machine using Guix 1.0 ISO > > installer > > (https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz). > > > > > > When

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-06 Thread Ludovic Courtès
Hello, Mathieu Othacehe skribis: >> #2 would please everybody, but I do not know what widgets Newt >> provides for this. Mathieu, would you know if changing the >> visibility with e.g. a checkbox is doable? > > You'll find a patch attached that adds a checkbox to toggle password > hiding. Every

bug#35599: No sound most of the time (dummy output)

2019-05-06 Thread sirgazil
Hi, I installed the GNU system in a real machine using the Guix 1.0 ISO installer (https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz). When I play video or audio in the browser or in the desktop, I get no audio. The volume controls in the browser and desktop show the so

bug#35583: Setting a GRUB keyboard-layout breaks GRUB… and Linux‽

2019-05-06 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > However, today I tried to (re-)add it to GRUB, too, and ended up > writing the following comment: > > (bootloader > (bootloader-configuration > (bootloader grub-efi-bootloader) > ;; XXX Strange bug: GRUB can read the LUKS passphrase, but > afterwa

bug#35588: [PATCH] ui: Search matches additional package outputs.

2019-05-06 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > Tobias Geerinckx-Rice writes: > >> Here's a patch to match package outputs (except ‘out’, since it can't affect >> the relative score) in ‘guix search’. > > Wow, thank you for the quick patch! Indeed, it works as advertised. > > That said, I see that your patc

bug#35586: GNOME

2019-05-06 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 03:57:48AM -0400, Raghav Gururajan wrote: > Also, I think it should be okay to include apps mentioned in "incubator" > section as well. In Guix, users can roll back to older versions of newer ones > are unstable. > Well, incubator apps have not enough polish. Then again

bug#35588: [PATCH] ui: Search matches additional package outputs.

2019-05-06 Thread Chris Marusich
Hi Tobias! Tobias Geerinckx-Rice writes: > Here's a patch to match package outputs (except ‘out’, since it can't affect > the relative score) in ‘guix search’. Wow, thank you for the quick patch! Indeed, it works as advertised. That said, I see that your patch only omits the "out" output, an

bug#35586: GNOME

2019-05-06 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 03:51:54AM -0400, Raghav Gururajan wrote: > On 5 May 2019 16:48, "pelzflorian (Florian Pelz)" > wrote: > > You can also type both Epiphany and (your language’s translation of) > > Web in the GNOME Activities search bar to find Epiphany.  The same > > goes for Nautilus. 

bug#35529: libdrm fails to build on armhf-linux

2019-05-06 Thread Mark H Weaver
Hi Ricardo, Ricardo Wurmus writes: >> Ricardo Wurmus writes: >> >>> Mark H Weaver writes: >>> Hydra failed two consecutive attempts to build libdrm on armhf-linux: https://hydra.gnu.org/build/3481547#tabs-summary Both build attempts were made on hydra-slave2, which i

bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
On 5 May 2019 16:50, "pelzflorian (Florian Pelz)" wrote: > > On Sun, May 05, 2019 at 03:36:51PM -0400, Raghav Gururajan wrote: > > Florian! The link you provided is awesome. > > > > I strongly request the devs to use that link > > (https://blogs.gnome.org/mcatanzaro/2016/09/21/gnome-3-22-cor

bug#35586: GNOME

2019-05-06 Thread Raghav Gururajan
On 5 May 2019 16:48, "pelzflorian (Florian Pelz)" wrote: > > On Sun, May 05, 2019 at 03:23:27PM -0400, Raghav Gururajan wrote: > > On 5 May 2019 14:52, "pelzflorian (Florian Pelz)" > > wrote: > > > Well, they have two names and others frequently refer to them by > > > e.g. Epiphany and not

bug#35529: libdrm fails to build on armhf-linux

2019-05-06 Thread Ricardo Wurmus
Hi Mark, > Ricardo Wurmus writes: > >> Mark H Weaver writes: >> >>> Hydra failed two consecutive attempts to build libdrm on armhf-linux: >>> >>> https://hydra.gnu.org/build/3481547#tabs-summary >>> >>> Both build attempts were made on hydra-slave2, which is a Wandboard Quad >>> based on the