emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-11 Thread tumashu
Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The reason is that user can use it build emacs from emacs.git conveniently, for example: guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz

The problem of "guix build emacs --with-source=./emacs"

2015-11-11 Thread tumashu
When I use the below command to build emacs from emacs.git guix build emacs --with-source=./emacs (emacs dir is git repo) Build fail, after i remove the .git, build success. The repo of emacs.git is 1.5G, is it the reason?

Re:Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-12 Thread tumashu
utf-8?Q?Court=C3=A8s?=)> wrote: >tumashu <tuma...@163.com> skribis: > >> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The >> reason is that >> user can use it build emacs from emacs.git conveniently, for example: >> >>

Re:Re: The problem of "guix build emacs --with-source=./emacs"

2015-11-12 Thread tumashu
of repo At 2015-11-12 20:49:13, "l...@gnu.org (Ludovic" <=?utf-8?Q?Court=C3=A8s?=)> wrote: >tumashu <tuma...@163.com> skribis: > >> When I use the below command to build emacs from emacs.git >> >> guix build emacs --with-source=./emacs (emacs dir

problem of guix refresh

2017-02-05 Thread tumashu
guix refresh's error -- bash-4.4$ guix refresh /home/feng/.config/guix/latest/gnu/packages/xorg.scm:2699:13: xf86-video-geode would be upgraded from 2.11.18 to 2.11.19 /home/feng/.config/guix/latest/gnu/packages/xorg.scm:1552:13: presentproto would be

Re:Integrating different input methods into Guix

2017-01-22 Thread tumashu
Thanks for the information, but coding a im service is beyond my ability at the moment :-) At 2017-01-22 16:06:05, "Danny Milosavljevic" <dan...@scratchpost.org> wrote: >Hi, > >On Sun, 22 Jan 2017 10:39:15 +0800 (CST) >tumashu <tuma...@163.com> wrote: &g

Re:Re: Integrating different input methods into Guix

2017-01-22 Thread tumashu
Service seem to be a good idea... At 2017-01-23 08:32:11, "Danny Milosavljevic" wrote: >Hi, > >I understand. For now, let's see what the others say about the proposed design. > >If you want to just set the environment variables in your user session, you >can just

A question about im-config

2017-01-21 Thread tumashu
Im-config (https://anonscm.debian.org/cgit/collab-maint/im-config.git) is a shell script which used to manager input method by debian, I want to package it to guixsd, but many problem I faced: 1. How to deal with "/usr/bin/XXX" in schell script, for example: /usr/bin/fcitx, /usr/bin/ibux

Re:Re: A question about im-config

2017-01-21 Thread tumashu
-22 09:15:26, "Danny Milosavljevic" <dan...@scratchpost.org> wrote: >Hi tumashu, > >On Sun, 22 Jan 2017 08:57:49 +0800 (CST) >tumashu <tuma...@163.com> wrote: > >> Im-config (https://anonscm.debian.org/cgit/collab-maint/im-config.git) is a >>

Re:Re: [PATCH] Add font-wqy-microhei

2017-01-18 Thread tumashu
Thank you very much for your help, You can add: "Feng Shu <tuma...@163.com>" At 2017-01-18 16:47:28, "Ricardo Wurmus" <rek...@elephly.net> wrote: > >Hi tumashu, > >thanks for the patch! I pushed it to master as >12b8f6b4012b47d849ba

Re:Re: [PATCH] Add fcitx-configtool

2017-01-18 Thread tumashu
yes, it workswell for me At 2017-01-19 03:55:23, "Marius Bakke" <mba...@fastmail.com> wrote: > >Hi tumashu! > >The patch looks good. Does it work for you? It does not find any >input methods on my system, but perhaps I need to install some? > >If you can co

Re:Re: mounting "my-home" to /home cannot work again.

2017-01-14 Thread tumashu
no ,i use my-root as label before and cannot work 在 2017-01-15 01:29:26,"Ludovic Courtès" <l...@gnu.org> 写道: tumashu <tuma...@163.com> skribis: > When I use (title 'device) instead of (title 'label), it works again, I don't > understand the reason. > > https:

[PATCH] Add font-wqy-microhei

2017-01-16 Thread tumashu
0001-Add-font-wqy-microhei.patch Description: Binary data

Re:Re: About flashplayer

2017-01-17 Thread tumashu
good idea, thank! 在 2017-01-17 19:51:24,"Alex Vong" <alexvong1...@gmail.com> 写道: tumashu <tuma...@163.com> writes: > Ok, thanks for the information! > If you just want to watch a video, there are plenty of free software out there for downloading videos like youtub

[PATCH] Add fcitx-configtool

2017-01-16 Thread tumashu
0001-Add-fcitx-configtool.patch Description: Binary data

Re:Re: guix system reconfigure can not work.

2017-01-13 Thread tumashu
Very similar, When I use 'label instead, guix system reconfigure can work, but the new system can not boot properly: - ... [ 13.655133] input: HDA Intel MID Mic as /devices/pci:00/:00:1b.0/sound/card0/input18 [ 13.655341] input: HDA Intel MID Headphone as

Re:Re: guix system reconfigure can not work.

2017-01-13 Thread tumashu
3=A8s?=)> wrote: >Hello, > >tumashu <tuma...@163.com> skribis: > >> "guix system reconfigure" can't work well in my machine now, the below is >> output: >> -- >> bash-4

mounting "my-home" to /home cannot work again.

2017-01-13 Thread tumashu
-- This is my guixsd configure: https://github.com/tumashu/guixsd-helper/blob/master/guixsd-helper.scm

Re:Re: Suggest add font: font-wqy-microhei

2017-01-13 Thread tumashu
If we need to use "fc-cache -f", suggest add it to document. At 2017-01-14 05:23:55, "Danny Milosavljevic" <dan...@scratchpost.org> wrote: >Hi, > >On Fri, 13 Jan 2017 23:16:53 +0800 (CST) >tumashu <tuma...@163.com> wrote: > >> When I i

Re:Re: mounting "my-home" to /home cannot work again.

2017-01-14 Thread tumashu
(file-systems (cons* fs-root fs-home fs-backup1 fs-backup2 %base-file-systems)) cannot work ! 在 2017-01-14 19:00:35,"David Craven" 写道: Hi! > > [ 12.079023] [drm] Initialized radeon 2.48.0 20080528 for :01:00.0 on > minor 0 > [ 13.253525] input:

Re:Re: mounting "my-home" to /home cannot work again.

2017-01-14 Thread tumashu
(file-systems (cons fs-root %fs-base-file-systems)) can work 在 2017-01-14 19:00:35,"David Craven" 写道: Hi! > > [ 12.079023] [drm] Initialized radeon 2.48.0 20080528 for :01:00.0 on > minor 0 > [ 13.253525] input: HDA Intel MID Mic as >

Re:Re: guix system reconfigure can not work.

2017-01-14 Thread tumashu
root@tumashu /home/feng/project/guixsd-helper# time guix system reconfigure ./guixsd-helper.scm -n The following derivations would be built: /gnu/store/m25mz3h7zfp427a5l8h2h5g7rvy61s91-system.drv /gnu/store/lwpxcgq4r01vjfd08gd96ljsdf5ksina-grub.cfg.drv /gnu/store

Re:Re: mounting "my-home" to /home cannot work again.

2017-01-14 Thread tumashu
When I use (title 'device) instead of (title 'label), it works again, I don't understand the reason. https://github.com/tumashu/guixsd-helper At 2017-01-14 19:00:35, "David Craven" <da...@craven.ch> wrote: >Hi! > >> >> [ 12.07902

About flashplayer

2017-01-12 Thread tumashu
How to install flashplayer or gnash on guixsd?

Suggest add font: font-wqy-microhei

2017-01-12 Thread tumashu
wqy-microhei is a very useful chinese fonts, suggest add it to guix. 1. http://wenq.org/wqy2/index.cgi?MicroHei_BigBang_README 2.

Re:Re: About flashplayer

2017-01-12 Thread tumashu
At 2017-01-13 14:58:45, "Chris Marusich" <cmmarus...@gmail.com> wrote: >tumashu <tuma...@163.com> writes: > >> How to install flashplayer or gnash on guixsd? > >It looks like GNU Gnash is not available yet. It's waiting for you to >package it

Re:Re: Re: About flashplayer

2017-01-13 Thread tumashu
At 2017-01-13 16:31:46, "John Darrington" <j...@darrington.wattle.id.au> wrote: >On Fri, Jan 13, 2017 at 03:06:41PM +0800, tumashu wrote: > > If we can package Adobe Flash Player, can we package a installer-helper, like: https://packages.debian.org/stretch/flashplugi

guix system reconfigure can not work.

2017-01-13 Thread tumashu
etup with GNOME and Xfce where the ;; root partition is encrypted with LUKS. (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) (use-package-modules certs gnome) (operating-system (host-name "tumashu") (timezone "Asia/Shanghai") (locale "zh_CN.UTF-8")

Re:Re: About flashplayer

2017-01-13 Thread tumashu
Ok, thanks for the information! At 2017-01-13 16:33:35, "Chris Marusich" <cmmarus...@gmail.com> wrote: >tumashu <tuma...@163.com> writes: > >> can we package a installer-helper, like: >> https://packages.debian.org/stretch/flashplugin-nonfree > &g

Re:Re: guix system reconfigure can not work.

2017-01-13 Thread tumashu
At 2017-01-13 19:06:31, "John Darrington" <j...@darrington.wattle.id.au> wrote: >On Fri, Jan 13, 2017 at 04:48:20PM +0800, tumashu wrote: > "guix system reconfigure" can't work well in my

Re:Re: guix system reconfigure can not work.

2017-01-13 Thread tumashu
At 2017-01-13 17:42:01, "Ricardo Wurmus" <rek...@elephly.net> wrote: >tumashu 你好! > >> guix system: loading new services: file-system-/mnt/backup1 file-system-/mnt/backup2... >> shepherd: Evaluating user expression (regi

Re:Re: Suggest add font: font-wqy-microhei

2017-01-13 Thread tumashu
Thanks for your help, I have coded like you said, but when I install it, I can't find it with fc-list, Any suggestion? At 2017-01-13 17:51:51, "Danny Milosavljevic" <dan...@scratchpost.org> wrote: >Hi, > >On Fri, 13 Jan 2017 09:50:02 +0800 (CST) >tumashu <t

Re:Re: Suggest add font: font-wqy-microhei

2017-01-13 Thread tumashu
osavljevic" <dan...@scratchpost.org> wrote: >Hi, > >On Fri, 13 Jan 2017 09:50:02 +0800 (CST) >tumashu <tuma...@163.com> wrote: > >> wqy-microhei is a very useful chinese fonts, suggest add it to guix. >> >> 1. http://wenq.org/wqy2/index.cgi?MicroH

Re:Re: Re: mounting "my-home" to /home cannot work again.

2017-01-14 Thread tumashu
make check-system TESTS="separate-store-os" ? build guix from sources? 在 2017-01-15 00:46:37,"David Craven" 写道: Hi! I cannot reproduce the issue on current master, sorry! make check-system TESTS="separate-store-os" would show if there's a problem with multiple file-systems

Re:Re: A simple workflow for adding apps guix

2017-04-16 Thread tumashu
Document shows that the following code is needed: sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild it seem that normal "guix build" will broken when I run the above code and close it. At 2017-04-17 02:21:33, "Marius Bakke" wrote: >Feng Shu

Re: Is font-google-noto toooooo big as a font package?

2017-07-17 Thread tumashu
the first thing is improve font-build-system to support split package easy 在2017年07月17日 22:04,(无发件人) 写道: "Feng Shu" skribis: > font-google-note's size is 506.4 MB, see to big as a font package, > maybe we should split it. It’s too big, indeed (and this is the compressed

Re:Re: Is font-google-noto toooooo big as a font package?

2017-07-18 Thread tumashu
What about use debian's org.tar? At 2017-07-18 20:40:17, "ng0" <n...@infotropique.org> wrote: >Ludovic Courtès transcribed 0.2K bytes: >> Hello, >> >> tumashu <tuma...@163.com> skribis: >> >> > the first thing is improve font-bu

Re: Is font-google-noto toooooo big as a font package?

2017-07-15 Thread tumashu
I have no idea, but i think a font package should < 50M 发自网易邮箱大师 在2017年07月16日 08:29,ng0 写道: Feng Shu transcribed 1.2K bytes: > > font-google-note's size is 506.4 MB, see to big as a font package, > maybe we should split it. > > #+BEGIN_EXAMPLE > substitute: updating list of substitutes

Re: Is font-google-noto toooooo big as a font package?

2017-07-19 Thread tumashu
I like this idea 发自网易邮箱大师 在2017年07月20日 06:50,ng0 写道: Ludovic Courtès transcribed 0.7K bytes: > ng0 <n...@infotropique.org> skribis: > > > Ludovic Courtès transcribed 0.2K bytes: > >> Hello, > >> > >> tumashu <tuma...@163.com> skribis: >

Re:Re: emacs-exwm-x update error

2017-07-01 Thread tumashu
may be we should show a tip also: suggest do XXX :-) At 2017-07-02 00:10:55, "l...@gnu.org (Ludovic" <=?utf-8?Q?Court=C3=A8s?=)> wrote: >Hello, > >"Feng Shu" <tuma...@163.com> skribis: > >> feng@tumashu:~/project/

Re:Re: A question about 'guix build -f'

2017-07-06 Thread tumashu
> I don't really understand what is the problem. The problem is: who will deal with the conflict when merge the patch? If patch-sender, patch-sender must "git pull" before format-patch. this make patch can am the master without deal with conflict, but when "git pull", ./pre script can

Re:Re: How to remove useless generations to save disk spack

2017-04-25 Thread tumashu
Thanks very much! 在 2017-04-26 07:50:54,"Maxim Cournoyer" <maxim.courno...@gmail.com> 写道: >Hi tumashu, > >Please refer to the manual >(https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.html), > in particular to the --delete-generation

How to remove useless generations to save disk spack

2017-04-25 Thread tumashu
How to remove useless generations to save disk spack? -- feng@tumashu:/tmp $ df -h 文件系统容量 已用 可用 已用% 挂载点 none964M 0 964M0% /dev /dev/sda119G 14G 3.4G 81% / /dev

Suggest A debian-style menu system for guix

2017-04-24 Thread tumashu
Debian menu system (https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html) is a very useful tool, is it possible develop a similar tool for guix?

Re:Re: Fail to run : guix packckage -u git --fallback

2017-04-25 Thread tumashu
Petter wrote: >> Hi tumashu, >> >> On Tue, 25 Apr 2017 20:53:05 +0800 (CST) >> tumashu <tuma...@163.com> wrote: >> >> > IOError: [Errno 28] No space left on device: >> >> Did you notice this part? > >To follow up, if your /tmp partition

Re:Re: Fail to run : guix packckage -u git --fallback

2017-04-25 Thread tumashu
Sorry, maybe weshould say: /tmp is no space left 在 2017-04-25 21:30:57,Petter <pet...@mykolab.ch> 写道: Hi tumashu, On Tue, 25 Apr 2017 20:53:05 +0800 (CST) tumashu <tuma...@163.com> wrote: > IOError: [Errno 28] No space left on device: Did you notice this part? Best, Petter

Fail to run : guix packckage -u git --fallback

2017-04-25 Thread tumashu
failed: build of `/gnu/store/w548937baw3cjf4g8fm1mxk4jzqs5py5-profile.drv' failed feng@tumashu:~ $

I can not run 'guix pull', how to deal with

2017-05-05 Thread tumashu
feng@tumashu:~ $ guix pull fetching path `/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'... Downloading https://mirror.hydra.gnu.org/guix/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem (2KiB installed)... guix substitute: error: download from 'https://mirror.hydra.gnu.org

Re:Re: I can not run 'guix pull', how to deal with

2017-05-06 Thread tumashu
Now, the error is like the below :-( feng@tumashu:~ $ guix pull fetching path `/gnu/store/f5shnag8k1ny9vx6vwrvbw87b05888dz-make-boot0-4.2.1'... Downloading https://mirror.hydra.gnu.org/guix/nar/gzip/f5shnag8k1ny9vx6vwrvbw87b05888dz-make-boot0-4.2.1 (218KiB installed)... guix substitute: error

guixsd can not install again.

2017-09-18 Thread tumashu
The error: - gnu/system.scm:238:4 In procedure device-sexp-> device: gnu/system.scm:238:4 Throw to key `match-error' with arg `("match" "no matching pattern" #f)' -

guixsd can not install on my machine again

2017-09-18 Thread tumashu
t;match" "no matching pattern" #f)'. the below is my config: (use-modules (gnu) (gnu system nss)) (use-modules (gnu system locale)) (use-service-modules desktop) (use-package-modules certs gnome) (operating-system (host-nam

Re:Re: Ctrl-Alt-F1,F2,F3 ... can not start a console.

2017-09-18 Thread tumashu
I use hp laptop :-( At 2017-09-19 09:20:01, "Chris Marusich" wrote: >"Feng Shu" writes: > >> Yestaday, I reinstall my guixsd, and >install xfce4 as my desktop. >> A problem faced is that: When I press >Ctrl-Alt-F1, F2, F3 ... >> I can not start a tty,

A note of reinstall GuixSD

2017-09-18 Thread tumashu
#+TITLE: A note about GuixSD Reinstallation * The problem My orig GuixSD's root is about 12G, which is enough for other Linux Destribution, but ,is very very small to GuixSD, So I cide enlarge root with the help of gparted livecd Note: should we suggest user add big space to /, for example

guix download seem to very slowly recently in China

2019-03-14 Thread tumashu
1-2 month ago, guix download become very quick, 500k/s - 1M/s, now, down to about 20k/s, does any thing happen?

"GNU with" or "Guix System with"?

2019-04-26 Thread tumashu
(define (kernel->boot-label kernel) "Return a label for the bootloader menu entry that boots KERNEL." (cond ((package? kernel) (string-append "GNU with " (string-titlecase (package-name kernel)) " " (package-version kernel)))

About guix mirror build script

2020-03-09 Thread tumashu
In China , guix substitute  download seem to be to slow, nearly unuseable. this week, I have found that NIX channels has been built China mirror successful with the help of 4 files: 1. https://github.com/tuna/tunasync-scripts/blob/master/nix.py 2.

About emacs-pyim-basedict

2021-05-08 Thread tumashu
Hello emacs-pyim-basedict is a GNU elpa package, suggest use elpa method :-) http://git.savannah.gnu.org/cgit/guix.git/commit/?id=ccaf29afd0b8093067dbf43d48e21d7a5e741006

Re:Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-22 Thread tumashu
i can not run gdm success, but have the problem too when run sddm. -- 发自我的网易邮箱手机智能版 - Original Message - From: "宋文武" To: tumashu Cc: guix Sent: Tue, 22 Feb 2022 15:58:40 +0800 Subject: Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password. tumash

About mate 1.26

2022-02-24 Thread tumashu
Hello: mate 1.26 (https://mate-desktop.org/blog/2021-08-08-mate-1-26-released/) has been released in 2021-08-08. has anybode work to update? Thanks.

How to run a command before shutdown.

2022-02-20 Thread tumashu
Hello: I want to run "rmmod mt7921e" before shutdown, how to setup in guix system? Thanks!

Re:Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-25 Thread tumashu
At 2022-02-25 17:09:25, "Zhu Zihao" wrote: > >tumashu writes: > >> i can not run gdm success, but have the problem too when run sddm. > >Try put a fontconfig file under /var/lib/sddm/.config/fontconfig/fonts.conf > >cat > /var/lib/sd

[bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-21 Thread tumashu
Hello: When I update my guix system today, I have found that run xfce4: xfpm-power-backlight-helper alway let me input password, how to avoid input password? Thanks

Re:Re:Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-21 Thread tumashu
>At 2022-02-22 15:04:22, "宋文武" wrote: > >>tumashu writes: >> >>> Hello: >>> >>> When I update my guix system today, I have found that run xfce4: >>> xfpm-power-backlight-helper alway let me input password, how to avoid >&

Re:Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-21 Thread tumashu
At 2022-02-22 15:04:22, "宋文武" wrote: >tumashu writes: > >> Hello: >> >> When I update my guix system today, I have found that run xfce4: >> xfpm-power-backlight-helper alway let me input password, how to avoid input >> password?

Re:Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-22 Thread tumashu
At 2022-02-22 15:58:40, "宋文武" wrote: >tumashu writes: > >>>At 2022-02-22 15:04:22, "宋文武" wrote: >>> >>>>tumashu writes: >>>> >>>>> Hello: >>>>> >>>>> When I update

About mate-1.26 patchs status.

2022-03-03 Thread tumashu
Hello: I have sent some patchs about mate-1.26 to guix-patches, but seem to no response for a week, I would like to know its status :-) 1. https://issues.guix.gnu.org/54166 2. [my develop repo]: https://github.com/tumashu/guix Thanks!

native-search-paths search-path-specification do not work in glib-or-gtk-build-system

2022-02-27 Thread tumashu
Hello: I want to include CAJA_EXTENSION_DIRS setup in ~/.guix-profile/etc/profile file, and the below code seem to do not work in glib-or-gtk-build-system (native-search-paths (list (search-path-specification (variable "CAJA_EXTENSION_DIRS") (files (list

Re:Re: native-search-paths search-path-specification do not work in glib-or-gtk-build-system

2022-02-27 Thread tumashu
works, thanks very much. -- 发自我的网易邮箱手机智能版 - Original Message - From: "Maxime Devos" To: tumashu , guix Sent: Sun, 27 Feb 2022 11:58:37 +0100 Subject: Re: native-search-paths search-path-specification do not work in glib-or-gtk-build-system tumashu schreef op zo 27-02-

Re:Re: native-search-paths search-path-specification do not work in glib-or-gtk-build-system

2022-02-27 Thread tumashu
At 2022-02-27 18:58:37, "Maxime Devos" wrote: >tumashu schreef op zo 27-02-2022 om 18:52 [+0800]: >>    I want to include CAJA_EXTENSION_DIRS setup in ~/.guix- >> profile/etc/profile file, >> and the below code seem to do not work in glib-or-gtk-bu

Re:Re: Update weblate.

2023-12-13 Thread tumashu
sorry, i have sent to wrong address. -- 发自我的网易邮箱手机智能版 - Original Message - From: "Julien Lepiller" To: guix-devel@gnu.org, "Feng Shu" Sent: Thu, 14 Dec 2023 07:19:21 +0100 Subject: Re: Update weblate. Hi, GNU Health is not under the responsibility of the Guix project. You