Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
built qemu and grub. But pc speaker sound rests there. And also after start Xfce some pc speaker noises occurs. So I do not know. Do you think this config line is incorrect? Mar 16, 2019, 4:00 PM by someb...@not-sent-or-endorsed-by.tobias.gr: > Zvavko, > > znavko wrote: > >&g

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
Hi! According to Guix Manual 6.2.11 Initial RAM Disk and Guile Manual 6.6.9.6 List Modification I added this to config.scm: (use modules ... (gnu system linux-initrd) (gnu packages linux)) (operating-system ...   (initrd   (base-initrd file-systems  

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-16 Thread znavko
I've found this example: https://github.com/alezost/guix-config/blob/master/system-config/os-main.scm and have typed this for disable pc speaker: (define %redundant-linux-modules '("pcspkr" "snd_pcsp")) (operating

Disable ugly pc-speaker sound in Slim auth failure

2019-03-13 Thread znavko
Hello! Please, what should I use in config.scm for disable pc-speaker sound while authorize in Slim and have an error in password? $ cat /etc/config.scm ... (services (cons* ...  (modify-services %desktop-services     (slim-service-type config =>    

Re: Disable ugly pc-speaker sound in Slim auth failure

2019-03-17 Thread znavko
9.scm:2803:6: In procedure resolve-interface: > no code for module (al utils) > > What is wrong here? How to use guile modules? > > > Mar 16, 2019, 4:00 PM by > someb...@not-sent-or-endorsed-by.tobias.gr > <mailto:someb...@not-sent-or-endorsed-by.tobias.gr>> : > >>

Re: pdf editor for placing stress

2019-02-17 Thread znavko
Thank you very much! Xournal is awesome for placing stresses! Feb 16, 2019, 10:33 PM by rek...@elephly.net: > > zna...@tutanota.com > writes: > >> Hello, GuixSD! Is there any software for placing stress and some other >> notes on text inf pdf files for files with

pdf editor for placing stress

2019-02-16 Thread znavko
Hello, GuixSD! Is there any software for placing stress and some other notes on text inf pdf files for files with lot of pages? GIMP is bad when you need 50 page you must make invisible other layers.

Re: Where is mysql/administration command?

2019-02-17 Thread znavko
Hello! Your nice question is quite reasonable. To use mysql/administration commands on GuixSD need to have both: mysql service mysql package When you've reconfigured  your system adding mysql service to your config file you can either install mysql for root user with `# guix package -i mysql`

Re: Where is mysql/administration command?

2019-02-18 Thread znavko
-or-endorsed-by.tobias.gr: > Hullo, > > znavko wrote: > >> To use mysql/administration commands on GuixSD need to have both: >> mysql service >> mysql package >> When you've reconfigured your system adding mysql service to your config >> file you can eith

GPT PMBR size mismatch (2020547 != 7866367)

2019-02-09 Thread znavko
Hi! What to do with it: # fdisk -l ... Device Boot Start   End   Sectors   Size Id Type /dev/sda1    2048 23000 229997953 109.7G 83 Linux /dev/sda2   23640 234441647   4441008   2.1G 82 Linux swap / Solaris GPT PMBR size mismatch (2020547 != 7866367) will be

collect2: fatal error: cannot find 'ld'

2019-02-09 Thread znavko
Hi! I compile this https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize and get this: $ gcc c.c collect2: fatal error: cannot find 'ld' compilation terminated. $ whereis ld ld: $

Binary substitutes on Guix. When?

2019-02-14 Thread znavko
Hello, developers! As mentioned in 'Substitutes' section of Guix Manual "The ci.guix.info server is a front-end to an official build farmthat builds packages from Guix continuously for somearchitectures, and makes them available as substitutes." And the roadmap contains this: "* Features

Re: collect2: fatal error: cannot find 'ld'

2019-02-10 Thread znavko
Installation of gcc-toolchain did not help. $ guix package -I |grep gcc gcc-toolchain    8.2.0    out    /gnu/store/xwk99qi92pm3zqd95mvjx4mkdmg8plpk-gcc-toolchain-8.2.0 $ gcc c c: file not recognized: file format not recognized collect2: error: ld returned 1 exit status $ cat c #include

Touchpad tap again

2019-02-10 Thread znavko
Hello! I am not able to determine what is the problem while I'm trying to reconfigure system. I only add code for touchpad tap from 63 to 78 lines in config.scm (see attachment). # guix system reconfigure /etc/config.scm /etc/config.scm:47:20: error: config: unbound variable hint: Did you

Re: Touchpad tap again

2019-02-10 Thread znavko
Sorry, I forgot (modify-services) function again. Trying first config was unsuccessful, but using examples from here https://wiki.archlinux.org/index.php/Libinput I've got my touchpad reacts on tap and double-clicks. I think the driver option is

Re: collect2: fatal error: cannot find 'ld'

2019-02-10 Thread znavko
Sorry. The file extension was the solution: $ mv c c.c $ gcc c.c $ ./a.out 4096 Feb 10, 2019, 10:28 AM by zna...@tutanota.com: > Installation of gcc-toolchain did not help. > > $ guix package -I |grep gcc > gcc-toolchain    8.2.0    out    >

How to add an element 'Ungoogled Chromium with Tor' to Applications menu in Xfce4-panel on GuixSD?

2019-04-07 Thread znavko
Hello! I've installed Ungoogled-Chromium on GuixSD, thanks Marius Bakke for the port to guix! I've found Chromium has settings for proxy only from command line run. Using 'man chromium' I've got Chromium works with Tor this way: `chromium --proxy-server="socks4://127.0.0.1:9050"` cause tor is

Re: disable software blocking of wifi?

2019-04-07 Thread znavko
Thank you, Gábor Boskovits, for being awesome! I've tried this again and helped. Previously it was strange for me not to see wlp2s0. But I do it again and I have Internet automatically after boot. I did exactly this: blacklisted ideapad_laptop, reconfigured, rebooted. And have Internet. #

Re: dhcpcd logs

2019-04-17 Thread znavko
Ok. I use dhcp-client instead, cause I need only to get Ip address but not to have dncp server. Some of threads in help-guix has solved my troubles with wifi. and I published config to my site live-znavko.pantheonsite.io April 17, 2019 6:06 AM, "Chris Marusich" wrote: > writes: > >> Where

kicking off nm again

2019-04-12 Thread znavko
Hello! I need your advise in my `holly war` for guix purity in my low-capacity Laptop. While `guix pull && guix system reconfigure config-znavko-12-04-2019.scm` worked, Network-Manager and some other stuff have pervaded. I saw this: # guix pull && guix system reconfigure con

Re: kicking off nm again

2019-04-14 Thread znavko
'ignore))) > ) ;;end of modify-services > )) ;;end of services > > Thank you, Mark! > > April 13, 2019 7:39 PM, "Mark H Weaver" wrote: > >> Hi, >> >> zna...@disroot.org writes: >> >>> Hello! I need your advise in my `holly war`

Re: Grub Bios Boot filesystem description

2019-05-26 Thread znavko
This is my config, that does not contain item for /dev/sdb1 file system that is for bios grub: https://termbin.com/t2pr Will it work fine? May 26, 2019 12:27 PM, zna...@disroot.org wrote: > Hello! If I want to part my disk and to use 3 partitions: > 1) Bios Grub, > 2) Linux filesystem, and > 3)

Grub Bios Boot filesystem description

2019-05-26 Thread znavko
Hello! If I want to part my disk and to use 3 partitions: 1) Bios Grub, 2) Linux filesystem, and 3) Linux Swap should I describe my Bios Grub filesystem in '(operating-system (file-systems (list ...)))' or just only in '(operating-system (bootloader ...))' section? If I need to describe grub

how to unmount disk after guix system init error?

2019-05-26 Thread znavko
Hello! I am trying to install Guix on other notebook. when I've parted it with fdisk using such partitions: /dev/sdb1 50Gb Linux filesystem /dev/sdb2 9Gb Linux swap then `guix system init /mnt/etc/config.scm /mnt` gave the error: Embedding is not possible. Grub can only be installed in this

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-16 Thread znavko
Thank you, Tobias! I'll try to use that. As I understand I need to write driver package definition using Guix Manual #Defining-Packages. Is there some difficulties with driver packages? June 16, 2019 4:08 PM, "Tobias Geerinckx-Rice" wrote: > Ehlo Znavko, > > zna..

Re: Cannot install Guix 1.0.1 on Asus K50C

2019-06-15 Thread znavko
I've changed config. Added initrd-modules that guix offered to me. And I reinitialized system. This message appears above clocksource messages: Loading kernel modules... ERROR: In procedure open-file: No such file or directory: "/gnu/store/qvhashahsh-linux-modules/sata-sis.ko" Entering a new

Cannot install Guix 1.0.1 on Asus K50C

2019-06-15 Thread znavko
Hello! I have a buggy laptop Asus K50C. Time always breaks there (maybe battery but I do not want to solve). I've installed Guix using manual installation method. Notebook booting and during boot it stops after these lines: "[1.664111] tsc: Refined TSC clocksource calliration: 1500.340 MHz

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-18 Thread znavko
sorry, that previous email contained xorg.log from another laptop. this is from my asus k50c with sis771/671: $ cat /var/log/Xorg.0.log [25.713] X.Org X Server 1.20.5 X Protocol Version 11, Revision 0 [25.714] Build Operating System: GNU GuixSD [25.714] Current Operating System:

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-17 Thread znavko
Mark, this is my lspci, lsmod, guix describe: # lspci 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-17 Thread znavko
# cat /var/log/Xorg.0.log [10.574] X.Org X Server 1.20.4 X Protocol Version 11, Revision 0 [10.583] Build Operating System: GNU GuixSD [10.586] Current Operating System: Linux antelope 5.0.14-gnu #1 SMP 1 x86_64 [10.586] Kernel command line:

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-17 Thread znavko
Mark, let's start. As I've read in links Tobias offered Sis 771/671 is not mentioned there, but many other versions are presented. Is it reason? If you say what exactly to type in my config [1] I'll do it. [1] http://termbin.com/ni3a June 17, 2019 4:04 PM, "Mark H Weaver" wrote: > Hello, >

translating word 'see' that is adding with pxref{}

2019-06-23 Thread znavko
Hello! I saw Russian manual has word 'see' everywhere with pxref{} strings. In Russian this is 'см.', that is short version of 'смотреть', and is using in texts. Where can I put my msgstr 'см.' for pxrefs? Should I translate gettext interface?

Consider the package expr evaluates to.

2019-06-23 Thread znavko
I cannot understand this string from manual: "Consider the package expr evaluates to." I cannot translate it using dictionary. Please, could you rephrase it for me? There the link to `guix build --expression` make some sense: "-e expr Build the package or derivation expr evaluates to.

Re: Consider the package expr evaluates to.

2019-06-24 Thread znavko
'Expression is evaluated'?? Maybe better is 'the package that matches expression'? 'Consider' - here it means 'to use'. But dictionary meaning of 'consider' is 'think about', 'regard' [1], so this is hard for understanding. Guix Manual, in general, has simple language, good understanding, but

Re: Help with preparing to move from Arch Linux to Guix

2019-05-11 Thread znavko
/samba.scm) znavko. May 10, 2019 9:50 PM, "Doron Behar" mailto:doron.be...@gmail.com)> wrote: Hello Guix community, I'm very excited ever since I've discovered Guix. I have been using Arch Linux user for years and everything I've found annoying with Arch Linux (especially as

Re: Input method change in GNU IceCat installed via Guix

2019-05-12 Thread znavko
Hello, Zelphir! I had such problem on Gnome+Wayland. It did not used another newly added layout, but only US even when I choose Russian in the applet in the gnome toolbar (the bar on top). It was for all apps under Gnome+Wayland. But I only tried to config system for it, so I had not purpose to

Re: Compression software for common compressing formats

2019-05-19 Thread znavko
I use archive manager: `guix package -s file-roller` May 19, 2019 6:37 AM, "Adam Mazurkiewicz" wrote: > I am looking for the software to extract and compress files as zip, > bz2 etc. Something like Xarchiver in Debian. What to install for this?

How to add Verdana font for Icecat?

2019-05-20 Thread znavko
Hello! I've installed Icecat for another user and then fonts packages: glibc-utf8-locales, font-adobe-source-han-sans, font-gnu-freefont-ttf, font-wqy-microhei, font-cns11643 But Icecat has no choice for the font Verdana there, and sans-serif looks nasty. On my account Icecat has Verdana as

How to start Guix on Asus K50C ?

2019-05-20 Thread znavko
I try to boot from usb with the latest Guix on Asus K50C, specifications [1]. Guix shows black screen after some kernel lines on boot. I tried to edit Grub entry deleting modprobe.blacklist=radeon, but got nothing. Will you offer me how to install Fuix on Asus K50C? [1]

Re: How to start Guix on Asus K50C ?

2019-05-21 Thread znavko
Yes, this works, and I've got console installer menu. Thanks! May 21, 2019 8:18 AM, "Giovanni Biscuolo" wrote: > Hello znavko, > > zna...@disroot.org writes: > >> nomodeset not helped. > > can you please try using "vga=791" > > I had a simi

Re: error in bootloader config while system init

2019-05-21 Thread znavko
device: "/gnu/store" mount-point: "/gnu/store" type: "none" flags: (read-only bind-mount) options: #f mount?: #t needed-for-boot?: #f check?: #f create-mount-point?: #f dependencies: () location: ((line . 349) (column . 2) (filename . "gnu/system/fi

Re: How to add Verdana font for Icecat?

2019-05-20 Thread znavko
no. but I've copied my files into /home/mom/.fonts and icecat started to work fine. $ ls /home/mom/.fonts 'a_AvanteLt Light.ttf' 'Minion Pro Bold.ttf' 'Academy Old Regular.ttf' 'Myriad Pro Light Italic.ttf' 'Academy Regular.ttf' 'Myriad Pro Light Regular.ttf' 'a_FuturaRound Bold.ttf' pehlevi.ttf

Re: How to start Guix on Asus K50C ?

2019-05-20 Thread znavko
I have switched to another tty and install it now. but it is not useful. I think it looks strange when you're seeing black screen after boot messages. May 20, 2019 5:52 PM, zna...@disroot.org wrote: > I try to boot from usb with the latest Guix on Asus K50C, specifications [1]. > > Guix shows

Re: error in bootloader config while system init

2019-05-21 Thread znavko
. "gnu/system/file-systems.scm"))> #< > device: "tmpfs" > mount-point: "/dev/shm" type: "tmpfs" flags: (no-suid no-dev) options: > "size=50%" mount?: #t > needed-for-boot?: #f check?: #f create-mount-point?: #t dependencies: ()

Re: Input method change in GNU IceCat installed via Guix

2019-05-12 Thread znavko
Have you added the keyboard layout switcher applet to the Xfce4-panel ? screen: http://0x0.st/zAmH.png Does it change layout in Icecat with mouse click on it? May 12, 2019 11:33 AM, "Zelphir Kaltstahl" mailto:zelphirkaltst...@gmail.com?to=%22Zelphir%20Kaltstahl%22%20)> wrote: Hi,

Re: Input method change in GNU IceCat installed via Guix

2019-05-12 Thread znavko
you attach it? For example, my config for my xfce4 environment is this now: https://gitgud.io/znavko/guix-configs/blob/master/config-xfce-wpa-dhclient.scm The lines are necessary: (services (cons* ;; xfce4 desktop, dhcp-client, slim (service xfce-desktop-service-type) ;; this is me

Wrong type argument in position 1 (expecting struct): #

2019-05-08 Thread znavko
aw the same structure https://www.gnu.org/software/guix/manual/en/guix.html#index-sddm_002dservice config-znavko-gnome.scm Description: Binary data

Re: How to start Guix on Asus K50C ?

2019-05-20 Thread znavko
nomodeset not helped. yes, ctrl_alt+f3 switched to another tty. I can install another console. May 20, 2019 8:08 PM, "pelzflorian (Florian Pelz)" wrote: > On Mon, May 20, 2019 at 05:37:35PM +, zna...@disroot.org wrote: > >> I try to boot from usb with the latest Guix on Asus K50C,

error in bootloader config while system init

2019-05-20 Thread znavko
Hello! I want to install guix, but have troubles with bootloader configuration. I parted my disk this way: # fdisk -l /dev/sdb Disk /dev/sdb: 59.6 GiB, 64023257088 bytes, 125045424 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O

Re: Tor Routing

2019-05-02 Thread znavko
No, I think it is quite different stuff. Networkmanager is a service. But torify is used for programs. Do you know how to configure icecat or ungoogled-chromium to use tor? for ungoogled-chromium: https://lists.gnu.org/archive/html/help-guix/2019-04/msg00063.html for icecat:

Re: Tor Routing

2019-05-02 Thread znavko
The command 'torify' from torsocks package (`guix package -i torsocks`) is for you. Examples: `$ torify filezilla`, `$ torify ssh`. As for tor-hidden-service declaration in cgit (http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/networking.scm#n781), tor is listening specified ports.

How to merge two po files from different versions?

2019-05-07 Thread znavko
Hello! I want to merge my two files: https://gitgud.io/znavko/guix-manual-ru-exp The latest is guix-manual-1.0.0-pre3.ru.po, so the lines there should rest untouched. But that file lacks some lines I had in guix-manual-1.0.0-pre3.ru_RU.po. For example the guix-manual-1.0.0-pre3.ru lacks

Re: How to merge two po files from different versions?

2019-05-07 Thread znavko
Here it is my repository with both files: https://gitgud.io/znavko/guix-manual-ru-exp May 7, 2019 9:23 AM, zna...@disroot.org wrote: > Hello! I want to merge my two files: > https://gitgud.io/znavko/guix-manual-ru-exp > The latest is guix-manual-1.0.0-pre3.ru.po, so the lines the

Re: How to merge two po files from different versions?

2019-05-07 Thread znavko
No, sorry. Your commands not work. That msgid from line 7564 rests untranslated, so it did not transfered from my guix-manual-1.0.0-pre3.ru_RU.po. Ooh la la! May 7, 2019 2:19 PM, "pelzflorian (Florian Pelz)" wrote: > On Tue, May 07, 2019 at 09:26:13AM +, zna...@disroot.org wrote: > >>

Re: Bluetooth

2019-05-02 Thread znavko
My workable config is: (operating-system ... (services ... (modify-services (remove (lambda (service) (member (service-kind service) (list

Re: Bluetooth

2019-05-02 Thread znavko
Many bluetooth devices are not supported by linux-libre kernel. Which you have? try here https://lists.gnu.org/archive/html/help-guix/2018-10/msg00045.html https://lists.gnu.org/archive/html/help-guix/2019-01/msg00057.html there is option auto-enable #f, so that config is important.

Re: G-Expressions manual. change user shell in guix config.scm

2019-05-04 Thread znavko
I just want to change user shell. So i know how to do it. And you have cleared a bit for me what is formed object and what is file, and what is file-append function. May 4, 2019 11:24 AM, "rendaw" <7e9wc56emja...@s.rendaw.me> wrote: > On 5/4/19 8:19 PM, zna...@disroot.org wrote: > >> (shell

Re: G-Expressions manual. change user shell in guix config.scm

2019-05-04 Thread znavko
(shell #~#$dash) -- compiles too, but again: bob $ su - mom Password: /gnu/store/bqmib4vf9mr8dkqx4dqpcqrnb93giwci-dash-0.5.10.2: /gnu/store/bqmib4vf9mr8dkqx4dqpcqrnb93giwci-dash-0.5.10.2: Is a directory bob $ this works all right: (shell (file-append dash "/bin/dash")) May 4, 2019 11:12 AM,

Re: G-Expressions manual. change user shell in guix config.scm

2019-05-04 Thread znavko
For $~#$dash it says unbound variable: (use-mosules ... (gnu packages shells) (guix gexp) ) ... (user-account (name "mom") (group "users") (supplementary-groups '("wheel" "netdev"

emacs does not give me to add quotes around my word in Scheme-Mode

2019-05-04 Thread znavko
Hello! I use emacs 26.2 to edit my guix config.scm. It is awesome, but rests unobvious things I cannot get. When I have word that I want to place in quotes, emacs does not give me to add quote before the word and after -- instead of this emacs closes quotes automatically and does not give me to

Re: G-Expressions manual. change user shell in guix config.scm

2019-05-04 Thread znavko
This two equivalents work: (shell (file-append dash "/bin/dash")) -- this is advanced guix variant with new file-append function, this variant does not need (use-modules (guix gexp)) (shell #~(string-append #$dash "/bin/dash")) -- this is guile function string-append and gexp, ungexp

how to understand this SELinux stuff?

2019-05-04 Thread znavko
Hello! I am translating SELinux info messages. There are some hard formulations, but this is the best: #. type: enumerate #: doc/guix.texi:1291 msgid "We could generate a much more restrictive policy at installation time, so that only the @emph{exact} file name of the currently installed

Re: how to understand this SELinux stuff?

2019-05-04 Thread znavko
I think your words are most clear. Thank you, Ricardo Wurmus! May 4, 2019 7:58 PM, "Ricardo Wurmus" wrote: >> #. type: enumerate >> #: doc/guix.texi:1291 >> msgid "We could generate a much more restrictive policy at installation >> time, so that only the >> @emph{exact} file name of the

G-Expressions manual. change user shell in guix config.scm

2019-05-03 Thread znavko
I want to try to use G-expressions to change 'mom' user shell to dash. I have this error: # guix system reconfigure config-znavko.scm ... building /gnu/store/zhmd8fr5v86wnaf6apcz4281c008fjv5-shepherd-user-homes.scm.drv... building /gnu/store/6wnbkfdqy3qmbcjz00d1w5p8mw1rkyaa-shells.drv...

how restart networking after ifconfig down?

2019-05-05 Thread znavko
I wrote bash-script checking external ip and disabling network interface if it is a real ip, not vpn. But I do not know why networking does not work after down and up the interface? # ifconfig wlp2s0 down # ifconfig wp2s0 up # herd restart networking Service networking is not running. Service

hack my smartphone. get root access on android 6

2019-05-05 Thread znavko
Hello! I want just to replace LowBattery.ogg in /system/media/audio/ui on my Android phone by Haier with my muted sound. I cannot get root access, cause all the web contains unworkable apks and unacceptable exe-files. Kongoroot, towelroor, supersu do not work, gnuroot no more maintained. Will

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
With thinkfan.conf.simple having this: # thinkfan ERROR: TpFanDriver: Initializing fan control in /proc/acpi/ibm/fan: No such file or directory With thinkfan.conf.complex this: # thinkfan ERROR: SensorDriver: Initializing fan control in /proc/acpi/ibm/thermal: No such file or directory

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
As there [1] said have no fan control module: pwm_fan sysfs-path Control a sysfs PWM fan. Many hwmon drivers that provide a `temp*_input' file also allow fan control, although there may also be drivers that are specific to either temperature reading or fan control. You can search for a

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
yes. I ran, but thinkfan cannot use module: # modprobe thinkpad_acpi fan_control=1 # # thinkfan ERROR: SensorDriver: Initializing fan control in /proc/acpi/ibm/thermal: No such file or directory Say me how to type thinkpad.conf to use thinkpad_acpi module? # modinfo thinkpad_acpi filename:

Re: guix pull behind proxy not working

2019-07-04 Thread znavko
If you want any idea, I use freevpn.me and vpnbook.com accounts with 'openvpn' package. All guix commands download normally. And in terminal I have vpn ip (for freevpn.me): $ curl ifconfig.io 51.15.151.165 But really I am not sure which is my ip when guix downloads. July 4, 2019 12:53 PM,

Why reproducibility is breaking by metadata?

2019-07-02 Thread znavko
Hello, Guix Help! I am translating Guix manual and found that the author is entirely given to reproducibility. It leads to such phrases that metadata breaks reproducibility when he describes '--save-provenance' flag of 'guix pack' command here: 'This option is not enabled by default because,

switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
Hello! Sometimes I need my laptop Lenovo G50-30 is silent, need to switch off CPU fan. Basically this laptop had no cpu fan but only passive cooling system. I had inserted cpu fan by my hands and there were fan power joint on the motherboard. This is nice. I hope Guix Linux-Libre has necessary

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
I see this now: # pwmconfig # pwmconfig revision $Revision$ ($Date$) This program will search your sensors for pulse width modulation (pwm) controls, and test each one to see if it controls a fan on your motherboard. Note that many motherboards do not have pwm circuitry installed, even if your

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
Hello, Efraim Flashner! I want your support cause my question is not figuring out from the web. For typing my config for 'thinkfan' need to write thinkfan.conf, and there, I think, it is necessary to define temperature control kernel module. After running `sensors-detect` (from 'lmsensors'

Emacs pomode: spellcheck only inside msgstr with both languages

2019-04-21 Thread znavko
quot; "command, even if you're using a different distro underneath!}. @xref{GNU " "Distribution}." 4) It may be much easier to read the Guix manual translation compiled into texi and then into html. How can I perform this? Here it is my current work: https://gitgud.io/znavko/guix-manual-ru I will push it into translation project when check carefully.

Xfce4 localization in Guix System for only one exact user

2019-08-02 Thread znavko
Hello! This is from those question people want just find one or two lines to paste in terminal and to get effect. I did not find solution. Please, how to make Xfce4 menus (right mouse click, maybe Main Menu) become Russian for only one user 'mom'? As I know, packages are installing using locale

Re: Fonts and Language in Icecat

2019-08-02 Thread znavko
thank you, Tibias. I've created new vriable with this instructions: https://support.mozilla.org/en-US/kb/about-config-editor-firefox and now my Icecat browser has Russian interface with that langpack you've advised. August 2, 2019 5:11 AM, "Tobias Geerinckx-Rice" wrote: > Zna

Re: Xfce4 localization in Guix System for only one exact user

2019-08-03 Thread znavko
Yes, Julien, you are right! Changing config file to this: (operating-system ... (locale "ru_RU.utf8")) and running as root: # guix pull # guix package -u # guix system reconfigure /etc/config.scm # guix package -u made all my applications work on Russian: Xfce, Gimp,

Screencast recording on Guix System

2019-08-02 Thread znavko
Hello! I use Gimp for grab screen (File - Create - From screenshot). But now I want record screencast to make video with my actions. Is there any package on guix for fulfill this?

Ho to hide settings on a new tab Icecat

2019-08-03 Thread znavko
Hello! Need to set 'Search' and 'Top sites' blocks to the top of Icecat tab. But there is 'Privacy settings' block in the top, screen: http://0x0.st/zOid.png Please, how to hide or delete it at all?

Re: Fonts and Language in Icecat

2019-08-01 Thread znavko
into Russian: http://0x0.st/zfdK.png August 1, 2019 6:20 PM, "Tobias Geerinckx-Rice" wrote: > Znavko, > > zna...@disroot.org 写道: > >> I have copied fonts to mom account and its content is this: >> $ ls /home/mom/.fonts/ > > The XDG ‘.local/fonts’ directory is p

Re: Fonts and Language in Icecat

2019-08-02 Thread znavko
There is only these variables : http://0x0.st/zfny.png and starting with 'intl.locale' there is only 'intl.locale.matchOS' : http://0x0.st/zfnt.png But I like your patience. August 2, 2019 5:11 AM, "Tobias Geerinckx-Rice" wrote: > Znavko! > > zna...@disroot.org 写道

Re: Fonts and Language in Icecat

2019-08-02 Thread znavko
t; > But I like your patience. > > August 2, 2019 5:11 AM, "Tobias Geerinckx-Rice" wrote: > >> Znavko! >> >> zna...@disroot.org 写道: >> >>> But Russian language pack does not make any change in my Icacat. >>> I have 'Icecat 6

Re: GuixSD doesn't boot on UEFI

2019-07-28 Thread znavko
Yeah, this happens. I thank occasion I can use Guix on my Lenovo G50-30! I plan to buy new notebook and hope Guix will play there normally. If not, I will use Trisquel. I like Guix and Trisquel, for they use free software. July 28, 2019 1:04 PM, luka...@tutanota.com wrote: > Sorry, I am annoyed

Re: GuixSD doesn't boot on UEFI

2019-07-26 Thread znavko
I had black screen when Guix Installer loaded (it is really buggy), I just switched to another tty. Do you see boot messages or what is going after you choose usb as boot device? Can you press Alt + f5 to open another tty? July 26, 2019 3:38 PM, luka...@tutanota.com wrote: > Hello everyone, >

Fonts and Language in Icecat

2019-08-01 Thread znavko
Hello! I have some troubles in the second user account 'mom' in Guix System in Icecat browser. It has ugly fonts for guix manual code. Here it is screen: http://0x0.st/zf0K.png My languages and fonts configs in Icecat are these: http://0x0.st/zf0N.png I have copied fonts to mom account and its

How to update Guix not destroying Xfce4 ?

2019-09-26 Thread znavko
cm` I get Xfce4 not works. Here are my commits: # guix describe Generation 98 Aug 05 2019 22:59:02 (current) guix 7b88b71 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 7b88b7112045004479a788dda050dce940202adc # guix pull -l > znavko-commits Attached. Please

Slim auto-login disallow me to login with another user

2019-06-28 Thread znavko
Hello, Guix! I have configured Slim to do autologin with user 'mom'. I use xfce4+slim. So it works. But I have expected it is possible to logout from 'mom' and login with 'bob'. But not! After pressing in Xfce4 'Logout' it does logout but thereafter login again with mom. Please, is it possible

How to configure Xorg to use downloaded Sis 771 driver on Guix?

2019-06-16 Thread znavko
Hello! I use Asus K50C where VGA Adapter is Sis 771/671 Intel. It works on resolution most 1024x768, and this is incorrect (should be 1366x768). As I know only sis driver can help here. I've downloaded Sis driver here http://w3.sis.com for Linux and want to try to configure Xorg to use it. I

Re: How to configure Xorg to use downloaded Sis 771 driver on Guix?

2019-06-16 Thread znavko
oops, not sure it is intel. here i've placed driver https://gitgud.io/znavko/sis771 Can anybody write package definition ? June 16, 2019 1:52 PM, zna...@disroot.org wrote: > Hello! I use Asus K50C where VGA Adapter is Sis 771/671 Intel. It works on > resolution most >

Re: Cannot install Guix 1.0.1 on Asus K50C

2019-06-16 Thread znavko
Hi, Florian! I have reinit system with config like this: (initrd-modules (append (list "sata_sis") %base-initrd-modules)) where underscore is placed instead of dash: sata_sis. I did not understand where should I type --skip-checks, sorry. Also, I am not sure partitioning is right: Disk

Re: Cannot install Guix 1.0.1 on Asus K50C

2019-06-16 Thread znavko
Thank you! The installation was finished ok. But 'reboot' after system initialization (as manual says) did not worked ever on my Asus K50C. I've used in config the name of device as /dev/sda everywhere, and Guix runs ok. Think, manual should have notices about it for those not want to use label

Re: Why 'iw dev' does not show wireless device?

2019-10-09 Thread znavko
://certification.ubuntu.com/desktop But not sure it will exactly work with LinuxLibre. Also h-node lack some contemporary models. October 6, 2019 6:17 PM, "Tobias Geerinckx-Rice" wrote: > Znavko, > > zna...@disroot.org 写道: > >> # lspci -vvnn > wifi >> # nano wifi >>

Why 'iw dev' does not show wireless device?

2019-10-06 Thread znavko
Hello! I want to install the latest Guix 1.0.1 x86_84 on Acer Aspire 3 A315-42-R1JJ, AMD Ryzen 3 3200U/AMD Radeon Vega 6. I've deleted from grub 'modprobe.blacklist=radeon' and added 'nomodeset' cause I have radeon and without 'nomodeset' option boot just freezes. But I cannot see wifi. I've

Does OS Guix works fine with Intel UHD Grapics 630?

2020-02-26 Thread znavko
-node has only this: https://h-node.org/videocards/catalogue/en/1/1/undef/undef/undef/undef/video-card-works/undef?search_string=graphics+630=Search There is on h-node only Intel HD 630, but there is not Intel UHD 630. Please, does Guix work on Core i5 9400 with Intel UHD Graphics 630 ? znavko.

Which usb wi-fi adapter from those to choose?

2020-02-19 Thread znavko
Hello! I want to buy usb wifi-adapter for PC. I've discovered that RYF recommends only devices from abroad webshops, but I cannot order from there, cause there is no guarantee their services are good and clean (RYF certifies only devices but not vendors and their services, I know). I want to

Re: Watching HTML5 video on GNU Guix?

2019-12-26 Thread znavko
ffmpeg was installed: $ guix install ffmpeg The following package will be upgraded: ffmpeg 4.2.1 → 4.2.1 /gnu/store/rc3j2svk1jcviig5qk9q49k5z2giwc6r-ffmpeg-4.2.1 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivation will be built:

Watching HTML5 video on GNU Guix?

2019-12-26 Thread znavko
Hello! I've updated my system having now working Xfce4, this bug was fixed: https://issues.guix.gnu.org/issue/37342 But now I cannot watch HTML5 videos in IceCat 68.3.0esr (64-bit), cause it does not support one of formats video hosting is using. It says: "In current time your browser does not

Re: Autoplay videos in Icecat

2020-03-25 Thread znavko
Hello! Thank you for reminder. I only selected "Custom" content blocking and unblocked Cookies. Refresh of all tabs did not make effect, but restart browser make effect. So allowing Cookies makes videos start playing automatically. March 25, 2020 5:35 PM, "Amin Bandali" wrote: > Hello, > >

Autoplay videos in Icecat

2020-03-25 Thread znavko
Hello, users! Can you recommend something to make Icecat autostart videos (that are really autoplayable and start when I use another browser). I cannot remember what I did, but I had this on my laptop. Now I've installed Guix on PC and do not have autoplay videos in Icecat. ddg.gg did not answer

<    1   2   3   >