bug#33409: guile-ssh build fail when run guix pull

2018-11-16 Thread Feng Shu
``` Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. make[1]: Leaving directory '/tmp/guix-build-guile-ssh-0.11.3.drv-0/guile-ssh-0.11.3/tests' make

bug#54558: Mcomix 2.0.1 do not install locale data.

2022-03-26 Thread Feng Shu
I think Mcomix 2.0.1 do not install locale date. --

bug#54558: Mcomix 2.0.1 do not install locale data.

2022-03-27 Thread Feng Shu
"Feng Shu" writes: > I think Mcomix 2.0.1 do not install locale date. I try to code a patch: >From bc1627e85cde9569b96057daa863184566863858 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 27 Mar 2022 17:35:13 +0800 Subject: [PATCH] gnu: mcomix: Install messages directory.

bug#54558: Mcomix 2.0.1 do not install locale data.

2022-03-27 Thread Feng Shu
"Feng Shu" writes: > "Feng Shu" writes: > >> I think Mcomix 2.0.1 do not install locale date. > > I try to code a patch: > > From bc1627e85cde9569b96057daa863184566863858 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Sun, 27 Mar 2022 17:3

bug#60404: Can not geiser-eval-last-sexp package define when use geiser-connect and guix repl --listen=tcp:37146

2022-12-29 Thread Feng Shu
1. Run bash command: guix repl --listen=tcp:37146 2. Run geiser-connect to connect guix repl. 3. open emacs-xyz.scm 4. enable guix-devel-mode and run C-c . u 5. C-x C-e emacs-dired-sidebar define. the error showed: --- ice-9/boot-9.sc

bug#60553: emacs-org-ql build fail

2023-01-04 Thread Feng Shu
starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/wrzjr2g38f23fqg09rrdcn10va5gc5xl-emacs-minimal-28.2/bin:/gnu/store/2014ms75ra1bca725vwci61qjm4qzxyx-emacs-buttercup-1.29/bin:/g

bug#60627: emacs-nadvice package do not generate autoload file.

2023-01-07 Thread Feng Shu
This let emacs --debug-init show the below error: -- Debugger entered--Lisp error: (file-missing "Cannot open load file" "没有那个文件或目录" "/gnu/store/gcvj3grb55ic034b9a56p6m182b2qfdr-emacs-nadvice-0.3/share/emacs/site-lisp/nadvice-0.3/nadvice-auto

bug#60627: emacs-nadvice package do not generate autoload file.

2023-01-07 Thread Feng Shu
Nicolas Goaziou writes: > > This is now mitigated in commit db746d16602f4b22ed678aaaeeb5974398d27874. > > To properly fix this, as the next step, I'm leaning towards removing > emacs-nadvice package altogether. It is not useful in Guix since we > provide Emacs 28+. agree :-) > > WDYT? > > Regar

bug#60635: emacs-consult will run error when update guix.git

2023-01-07 Thread Feng Shu
emacs -q and (require 'consult) will show: Error running timer ‘show-paren-function’: (wrong-type-argument listp special-mode) [8 times] --

bug#60635: Update emacs-compat and magit

2023-01-07 Thread Feng Shu
I think it is compat's problem, when I update compat to 29.1.1.0, the problem is disapear when I update compat, magit build fail, so update it too. >From d00ac6d39bc5d1eae94710571715ebbeb202917a Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 8 Jan 2023 10:34:10 +0800 Subject: [P

bug#61132: xfce 4.18 issues: gsettings, icons missing, and logout need long time

2023-01-30 Thread Feng Shu
宋文武 writes: >> [...] >> >> Hello Feng Shu and Michael Rohleder, I have create a wip-xfce branch and >> applied all patches: They're all LGTM, and I will merge it after some >> tests later. Thank you! >> > > Pushed! > > During my tests,

bug#61469: tip

2023-02-13 Thread Feng Shu
关闭:窗口管理器/高级/光标碰到屏幕边缘时回绕工作区 这个选项试试。 --

bug#61742: icecat.desktop show ??????????

2023-02-23 Thread Feng Shu
/gnu/store/hhfcn8viysyz2qz9rvvqkj91i5nxzd9s-icecat-102.8.0-guix0-preview1/share/applications/icecat.desktop [Desktop Entry] Version=1.0 Name=GNU IceCat Web Browser Name[ar]=?? ?? Name[ast]=Restolador web GNU IceCat Name[bn]=??

bug#54525: [patchs] Let thunar support plugin search patchs and add some thunar plugins.

2022-03-22 Thread Feng Shu
--

bug#63289: virt-viewer build fail.

2023-05-04 Thread Feng Shu
starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson-1.1.0/bin:/gnu/store/7q4crm7s2whyjx0s127p7k43s4fwxzgm-ninja-1.11.1/bin:/gnu/store/3dz

bug#67738: xinitrc function in services/xorg.scm do not handle guix-home's direcory.

2023-12-09 Thread Feng Shu
(define* (xinitrc #:key fallback-session) "Return a system-wide xinitrc script that starts the specified X session, which should be passed to this script as the first argument. If not, the @var{fallback-session} will be used or, if @var{fallback-session} is false, a desktop session from the

bug#67738: [PATCH] services: xorg: Find sessions from guix home directory.

2023-12-13 Thread Feng Shu
>From 19ca112441184a2c54a02ebbb6b84bca1c23dfea Mon Sep 17 00:00:00 2001 * gnu/services/xorg.scm (xinitrc): Find sessions from guix home directory. --- gnu/services/xorg.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index f8cf9f25b6.

bug#67738: [PATCH v2] services: xorg: Find sessions from guix home directory.

2023-12-14 Thread Feng Shu
>From 0e3968aff482ed8ef912f02b744631bb8899f9e4 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Thu, 14 Dec 2023 10:58:02 +0800 Subject: [PATCH v2] services: xorg: Find sessions from guix home directory. * gnu/services/xorg.scm (xinitrc): Find sessions from guix home directory. --- gnu/servi

bug#68055: lightdm and lightdm-gtk-greeter do not show session menu in guix.

2023-12-26 Thread Feng Shu
See previous info: https://issues.guix.gnu.org/57168 > It works fine, but there are a few gotchas: > 1. The session selection menu doesn't show the items. I don't know why. > Perhaps a regresssion with newer GTK+. I use below code to test: 1. lightdm-gtk-greeter code: >>>

bug#68055: lightdm and lightdm-gtk-greeter in guix system do not show session menu.

2023-12-27 Thread Feng Shu
I have create a issue in lightdm github: https://github.com/canonical/lightdm/issues/333 --

bug#68415: User's shepherd services defined in guix home config can not start after guix pull.

2024-01-12 Thread Feng Shu
After I guix pull, services defined in guix home config can no start: - 服务 root 已启动。 WARNING: Use of `load' in declarative module (#{ g117}#). Add #:declarative? #f to your define-module invocation. unbound-variable(#f "Unbound variable: ~S" (service) #f) Some deprecat

bug#68439: icewm do not install MO files.

2024-01-13 Thread Feng Shu
Hello: At the moment: icewm do not install MO files to 'share/locale//LC_MESSAGES', gmo files in tarball are removed, but do not re-generated, I try to add gettext-minimul to inputs, but can not re-generate gmo files successfully. Any reason we should remove gmo files in tarball? ```

bug#68415: User's shepherd services defined in guix home config can not start after guix pull.

2024-01-16 Thread Feng Shu
Sergey Trofimov writes: > Feng Shu writes: > >> After I guix pull, services defined in guix home config can no >> start: >> >> - >> 服务 root 已启动。 >> WARNING: Use of `load' in declarative module (#{ g117}#). Add >&g

bug#68415: User's shepherd services defined in guix home config can not start after guix pull.

2024-01-17 Thread Feng Shu
Sergey Trofimov writes: Today, after I guix pull again and reconfig guix home, this problem dispear, I do not know why :-) > Feng Shu writes: > >>> >>> Have you tried debugging it? Is your home shepherd running? Do you >>> see >> >> I tried, bu

bug#68939: sddm does not start after update to 0.20.0

2024-02-05 Thread Feng Shu
Jonathan Brielmaier writes: > Hi tumashu, > > Am 05.02.24 um 23:45 schrieb tumashu: >> (display-server "wayland") >> >> remove this line, at the moment, sddm-service-type do not support this >> feature, for waston is not configure properly > > Thanks for that super fast response! Indeed this was

bug#73859: lightdm

2024-10-25 Thread Feng Shu
I have tested and found that: In lightdm-gtk-greeter, the following line run success and return no session. items = lightdm_get_sessions (); But, in lightdm, the following function in liblightdm-gobject/session.c is not called: /** * lightdm_get_sessions: * * Get the available sessio

bug#73859: lightdm

2024-10-23 Thread Feng Shu
Wow, good news. Some month ago, I have spend many times to find why session can not be found, but not success --

bug#77119: guix system vm run error with --share argument.

2025-03-19 Thread Feng Shu
When I use guix system vm with --share argument, the below error will be showed. feng@Guix ~$ guix system vm -e "(@ (geesystem webvm) os)" --share=/home/feng/.config/webvm/guest=/home/guest Backtrace: 17 (primitive

bug#77119: guix system vm --share do not work

2025-03-27 Thread Feng Shu
Maybe this commit? https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9939677d15592acb8663162af8eab3d33f4831db --