bug#40366: Font installed but not shown

2020-04-01 Thread Hamzeh Nasajpour
Hi, I have a problem with font installation in GuixSD. For example: `font-ibm-plex` or `font-awesome`. The packages installed successfully but I can't select them. I'm using `LXQt` as desktop environment but these fonts not shown in font lists (`lxqt-config-appearance`). Also I installed `fon

bug#40368: Docker server version is "dev" (should be a version number)

2020-04-01 Thread Pierre Neidhardt
Hi, --8<---cut here---start->8--- > docker info Client: Debug Mode: false Server: Containers: 7 Running: 3 Paused: 0 Stopped: 4 Images: 5 Server Version: dev [...] --8<---cut here---end--->8--- See the last line.

bug#40369: guix environment messed up shell

2020-04-01 Thread Alexandru-Sergiu Marton
Hi, Whenever I run `guix environment `, the shell I get has problems when I write commands that span multiple lines. The most basic glitch is that when I get to the end of the first line, the next characters end up at the beginning of the same line, overwriting everything I wrote so far. One of th

bug#40366: Font installed but not shown

2020-04-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hamzeh, Hamzeh Nasajpour 写道: Also I installed `fontconfig` package, I can't see `font-ibm-plex` or other installed font with `fc-list` command. Have you run ‘fc-cache -r’ yet? If you have and your fonts still don't show up, check whether /var/cache/fontconfig exists, and delete it if it doe

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-01 Thread Mathieu Othacehe
Hello Ludo, > Ouch. Are there possible other such issues lurking? The problem occurs when using `procedure->pointer' and passing the returned pointer to a C library that stores it globally. Because, in that case the pointer can be collected from the Guile side and used later-on from the C side

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-01 Thread Mathieu Othacehe
Hey, > That’s exactly what it does, see (shepherd comm). > > Perhaps we just need to have the installer service depend on ‘syslogd’, > at which point nothing goes to /dev/console? Heh, I read it too fast, sorry :) The issue was in fact that we are calling `start-service' and `stop-service' from

bug#40374: Message Window: openshot_qt/effects/icons/colorshift.png is not a valid image file

2020-04-01 Thread znavko
Hello! Would you be so kind to say what can I do right way with this window that is displaying every time I run openshot: /gnu/store/0hhc72a1b6na6lzdcfczfwrwdk4g107q-openshot-2.4.4/lib/python3.7/site-packages/openshot_qt/effects/icons/colorshift.png is not a valid image file. $ ls /gnu/

bug#40374: Message Window: openshot_qt/effects/icons/colorshift.png is not a valid image file

2020-04-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
zna...@disroot.org 写道: Would you be so kind to say what can I do right way Do you mean ‘right away’ as in ‘my job depends on this working right now’? There's always ‘mount -o remount,rw /gnu/store’… *gets chased out of Guix by angry townsfolk* Only do that if you're desperate for time, t

bug#40374: Message Window: openshot_qt/effects/icons/colorshift.png is not a valid image file

2020-04-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
zna...@disroot.org 写道: […]/colorshift.png is not a valid image file. Fixed with 3f3daa1cc1c8be4c46da28c9268dbdf9c80f950a. Kind regards, T G-R signature.asc Description: PGP signature

bug#40376: Netpbm-10.78.3 doesn't installs libnetpbm.so file

2020-04-01 Thread R Veera Kumar
Hi, The netpbm-10.78.3 doesn't installs libnetpbm.so file in pkg/lib. Only libnetpbm.so.11 libnetpbm.so.11.78 are installed. Packages which specify -lnetpbm while building fail for shared linking. Found while building xplanet-1.3.1. Thanks, R Veera Kumar

bug#40142: (guix cve) discards configuration "vendor", leading to false positives

2020-04-01 Thread Brice Waegeneire
Hello, I have thought of a way to improve on those false positives. And I have submitted a patch to solve the stderr situation at https://issues.guix.info/issue/40367. Probably the fix would be to preserve the vendor part in the API and to somehow use it meaningfully It looks like, for most f

bug#40377: guix build --with-commit is broken

2020-04-01 Thread Brice Waegeneire
Hello, `--with-commit' from `guix build' doesn't always work. It seems to not really update the checkout contrary to what is reported since changing the `git-url`, by adding a slash for example, put it back on track. It makes it useless when trying out to build a newly released version. Follow

bug#40376: Netpbm-10.78.3 doesn't installs libnetpbm.so file

2020-04-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Veera, R Veera Kumar 写道: The netpbm-10.78.3 doesn't installs libnetpbm.so file in pkg/lib. Only libnetpbm.so.11 libnetpbm.so.11.78 are installed. Packages which specify -lnetpbm while building fail for shared linking. Added in commit 204d55c9800b146ef8e8b249cb5be0ab8a028998. Thanks! T G-R

bug#40381: Guix shouldn't request substitutes for profile derivations

2020-04-01 Thread pkill9
I see that Guix is requesting substitutes from the build servers before it builds a profile derivation.

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-01 Thread Bengt Richter
Hi Florian, On +2020-03-31 18:55:59 +0200, pelzflorian (Florian Pelz) wrote: > On Tue, Mar 31, 2020 at 05:35:41PM +0200, Ludovic Courtès wrote: > > I think we can have both Alt-Shift and what Mathieu implemented, no? > > > > Yes, both would be best, what Mathieu implemented is more > discoverabl

bug#40382: specifications->manifest reverse package order

2020-04-01 Thread Nicolas Goaziou
Hello, I have a file named packages.scm, which contains the following: (specifications->manifest '("a" "b" "c")) When using guix package -m manifest.scm guix package -I packages are listed in the reverse order, i.e., "c", "b", "a". I expect them to appear in the same order as in the fil

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-01 Thread pelzflorian (Florian Pelz)
On Wed, Apr 01, 2020 at 10:33:18PM +0200, Bengt Richter wrote: > I don't know if this is useful, but seems like you can affect things > early in the boot sequence (from the man page): > --8<---cut here---start->8--- >Note that the kernel command line opti

bug#40386: guix system init can't find file system by UUID, workaround results in broken boot

2020-04-01 Thread raingloom
Trying to install Guix System onto an SSD using an UltraBay dock. Config is the attached file (with slight variations in the obvious places) `readlink /dev/disk/by-uuid/643a215d-a30e-473b-826e-5c35de29e38f` gives me /dev/sdb1 Yet using (uuid "643a215d-a30e-473b-826e-5c35de29e38f") results in: ``