bug#36574: The installer recommends wrong initrd module names

2019-07-10 Thread Meiyo Peng
Hello, Tobias Geerinckx-Rice writes: > Do you think this is the revenge of [0]? Yes, I think so. > If so, could you merge the two? Done. Thanks. > [0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902 -- Meiyo Peng https://www.pengmeiyu.com/

bug#36574: The installer recommends wrong initrd module names

2019-07-10 Thread Meiyo Peng
ly found out that the required module name is actuall called "sdhci-acpi" rather than "sdhci_acpi". The computer can successfully boot into Guix when I replace "sdhci_acpi" with "sdhci-acpi" and reinstall Guix. So the problem is that the Guix installer recommends wrong initrd module names to user. -- Meiyo Peng https://www.pengmeiyu.com/

bug#35915: Please provide an installer with non-free drivers

2019-05-27 Thread Meiyo Peng
;USB tethering"). Then your phone will work like a network card and you can proceed the installation process as usual. After that, you can customize your system however you want. For example, use a customized kernel. (You are free to do that, but we won't help you.) -- Meiyo Peng https://www.pengmeiyu.com/

bug#35786: Some manual @ref @xref @pxref fail when untranslated

2019-05-22 Thread Meiyo Peng
Hi Florian, pelzflorian (Florian Pelz) writes: > Meiyo Peng reports at > <https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00275.html> > > On Tue, May 14, 2019 at 10:29:35AM +0800, Meiyo Peng wrote: >> I just find out that the @pxref{Packages with Mul

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-14 Thread Meiyo Peng
Hi Ludovic, Ludovic Courtès writes: > Meiyo Peng skribis: > >> I was surprised last week (maybe the week before that) when I found out >> that glibc-utf8-locales only provides locales for de_DE, el_GR, en_US, >> fr_FR, tr_TR. And in our manual, we tell people to insta

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-13 Thread Meiyo Peng
I did to my guix-daemon.service and guix-publish.service files on a foreign distro after getting locale warnings. > Meiyo Peng skribis: > >> Ludovic Courtès writes: > > [...] > >>> Thus, I think ‘glibc-utf8-locales’ should provide that locale. >> >> And the zh_CN.UTF

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-10 Thread Meiyo Peng
that, which is terrible. > > Thus, I think ‘glibc-utf8-locales’ should provide that locale. And the zh_CN.UTF-8, zh_TW.UTF-8 please. -- Meiyo Peng https://www.pengmeiyu.com/

bug#30265: Fish embeds store file names in UCS-4/UTF-32 literal strings

2019-02-01 Thread Meiyo Peng
Hi, `guix gc` does not break fish shell any more. I am not sure if this is related to changes in fish shell v3.0.0. If no one is interested in doing more investigation, maybe we should close this bug. -- Meiyo Peng https://www.pengmeiyu.com/

bug#27206: Fish: figure out a solution for the vendor path extension to fish

2019-02-01 Thread Meiyo Peng
Hi, Patch #34153 has been merged into Guix. This issue has been solved in that patch. Should we close this bug? Commit: e1dba5bea01672c94c9bc4e64695675a2da5bfea #+begin_example Author: Meiyo Peng AuthorDate: Sun Jan 6 22:11:36 2019 +0800 Commit: Ludovic Courtès CommitDate

bug#34158: dnscrypt hash failed

2019-01-23 Thread Meiyo Peng
etc.). Dnscrypt-proxy 1 has been abandoned for a long time. I suggest we upgrade to dnscrypt-proxy 2. -- Meiyo Peng https://www.pengmeiyu.com/

bug#34003: ([PATCH] gnu: fish: Update to 3.0.0.)

2019-01-20 Thread Meiyo Peng
Hi, I will submit a new patch series for fish shell later. Close this bug for now. -- Meiyo Peng https://www.pengmeiyu.com/

bug#34003: ([PATCH] gnu: fish: Update to 3.0.0.)

2019-01-20 Thread Meiyo Peng
Hi, I will submit a new patch series for fish shell later. Close this bug for now. -- Meiyo Peng https://www.pengmeiyu.com/

bug#27206: Fish: figure out a solution for the vendor path extension to fish

2019-01-06 Thread Meiyo Peng
etc/fish/ └── completions └── youtube-dl.fish #+end_example > I have many more fish packages in a branch which > I want to get into guix, but they are stuck because > of this. Help welcome, otherwise I'll promise to > fix it one day. You can share your packages with us now! -- Meiyo Peng https://www.pengmeiyu.com/

bug#34003: [PATCH] gnu: fish: Update to 3.0.0.

2019-01-06 Thread Meiyo Peng
python-wrapper with python. [arguments]: Remove configure-flags. Add multiple phases to patch fish. Enable fish to source /etc/fish/config.sh. Add user's and system's guix profiles to __extra_* variables. >From 204527a56b31174777c6eee6512a7cbcffe6 Mon Sep 17 00:00:00 2001 Fro

bug#32985: Typo in Shepherd Manual

2018-10-08 Thread Meiyo Peng
Hello, I noticed a possible typo in the Shepherd Manual. In section "4.6 The root and unknown services" of the Shepherd Manual: #+BEGIN_EXAMPLE ‘enable-persistency’ When terminating, safe the list of running services in a file. ‘disable-persistency’ Don’t safe the list of runni

bug#30265: Fish shell has wrong path variables

2018-01-27 Thread Meiyo Peng
ng0 wrote: > Can you explain a bit more about your setup? I assume you use > fish as you user shell and not just as a shell you switch into > from a Bash enabled user, correct? My GuixSD is a fresh setup. I did no customization to fish and did not set fish as login shell. The bug I reported is r

bug#30265: Fish shell has wrong path variables

2018-01-27 Thread Meiyo Peng
e files (e.g. ~/.guix-profile/foo/bar) rather than the > actual file names in the store, which may disappear upon “guix gc”. > Maybe you are right. Guix is still new to me, so I do not know details about guix's mechanism. Meiyo Peng

bug#30265: Fish shell has wrong path variables

2018-01-27 Thread Meiyo Peng
I met. But since I'm not good at C++ programming, I will not dive deeper. I hope that the information provided above is helpful. Meiyo Peng