Boot Guix from Grub on Coreboot laptop

2021-08-27 Thread znavko--- via
Hello! I have a laptop Lenovo Thinkpad burned with Coreboot and working on Trisquel. But some network bugs appeared after update (updates break almost every system I used except Guix) and I want to install Guix OS. I burned an usb-stick that is booting perfectly on my PC, but it does not boot

How to enable Chromium DNS over HTTPS

2021-07-25 Thread znavko--- via
Hello! I have to fight for my freedom with Russian government that having no idea how to spoil the ilfe except blocking various of web-sites doing it very quickly. And I have to use VPN for visit protonmail, safe-mail .net, tutanota and even prnt .sc. I bypass blocking very well in IceCat I do

Re: How to remove extension from service definition?

2021-03-20 Thread znavko
Hello, Joshua! I see your code is elegant and represents solution of a task: remove 'network-manager-service-type' from %desktop-services variable I've already got this solution here in Guix-help and I use it in every config.scm example placed to my git: https://gitgud.io/znavko/guix-configs

Re: How to remove extension 'network-manager-applet' from 'service profile-service-type'

2021-03-07 Thread znavko
is included into profile-service-type: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm#n1260 March 6, 2021 5:01 PM, "Joshua Branson" wrote: > znavko--- via writes: > >> Hello! I use 'xfce-desktop-service-type' in my config.scm >> and xf

How to remove extension 'network-manager-applet' from 'service profile-service-type'

2021-03-05 Thread znavko--- via
Hello! I use 'xfce-desktop-service-type' in my config.scm and xfce service is using 'profile-service-type'. Everything was ok while this line not appeared in services/desctop.scm: 1260: (simple-service 'network-manager-applet profile-service-type (list network-manager-applet)) How can I

Re: What for network-manager appears in my system?

2021-03-05 Thread znavko
gt; My system reconfigured well and fast without any ugliness. > > I think it will be usefull to look %desktop-services from my terminal > or also to look declaration of 'gnu/services/desktop.scm' from terminal. > > Thanks! > > March 5, 2021 10:19 PM, "znavko--- via"

Re: What for network-manager appears in my system?

2021-03-05 Thread znavko
%desktop-services from my terminal or also to look declaration of 'gnu/services/desktop.scm' from terminal. Thanks! March 5, 2021 10:19 PM, "znavko--- via" wrote: > Hello! I start 'guix pull && guix package -u && guix system reconfigure > /etc/config.scm'

What for network-manager appears in my system?

2021-03-05 Thread znavko--- via
Hello! I start 'guix pull && guix package -u && guix system reconfigure /etc/config.scm' and here I saw I have network-manager in my system and its compilation fails (you know reconfigure often breaks last half a year): applying 2 grafts for

How to flush DNS

2021-02-28 Thread znavko--- via
Hello, Guix Help! Sometimes when I connect to vpn with protonvpn-cli and then after some time disconnect IceCat cannot find sites I have visited before. But it can find new sites perfectly! Also 'ping gnu.org' gives unknown host, but ping some ip works fine. This problem goes away when I visit

How to check Guix servers have Ungoogled-Chrome substitutions for me?

2021-02-27 Thread znavko--- via
Hello, Guix Help! I often run `guix pull && guix package -u` and sometimes it tooks too much time, and my fan is noisy because some heavy package (like Icecat or Ungoogled-Chromium or LibreOffice0 is compiling from sources. It's a pity, because to get the newest version of such is not included

How to allow usual users use protonvpn binary and connect

2021-02-24 Thread znavko--- via
Hello, Guix Help! I need to connect or disconnect protonvpn manually when I want. And type root password for that is too much. If usual user can run $ sudo protonvpn c with no ay password required, it will be fine! But I don't know how to type it in my config. just adding protonvpn in my

Re: How to use pip3 libs abcent in guix repo?

2021-02-18 Thread znavko
Thank you for tricks! February 18, 2021 3:45 PM, "Jelle Licht" wrote: > Hey Znavko, > > znavko--- via writes: > >> Hello, developers and users! >> I wish to use python-binance, ta-lib, python-websocket-client, python-numpy >> as in this video >

How to use pip3 libs abcent in guix repo?

2021-02-17 Thread znavko--- via
Hello, developers and users! I wish to use python-binance, ta-lib, python-websocket-client, python-numpy as in this video https://youtu.be/GdlFhF6gjKo?t=713 (https://youtu.be/GdlFhF6gjKo?t=713) Guix repository already has python-numpy, python-websocket-client packages, but others abcent. How

Make changes to be applied after guix install and system reconfigure?

2021-01-31 Thread znavko--- via
Hi, Guix! I go to try programming stuff. And I have a question to ask. When I install some essential system packages or also reconfigure system the changes do not go to be applied on the fly. F. e. trying to work with dates in C I have such a 'history': 444 date -d 130683 445 glibc 446

Re: How to use emacs-tramp ?

2021-01-22 Thread znavko
Yes! Thank you very much, Nicolas! January 22, 2021 10:44 PM, "Nicolas Goaziou" wrote: > Hello, > > znavko--- via writes: > >> Hello! i wish transparently edit php files on remote server with emacs. >> i've installed emacs-tramp with 'guix in

How to use emacs-tramp ?

2021-01-22 Thread znavko--- via
ables '(tramp-default-method "ssh") '(tramp-default-user "znavko") '(tramp-default-host "99.00.99.00#78500")) ;; BasicCustomization (setq inhibit-startup-screen t) ;; disable welcome message (global-linum-mode t) ;; enable line numbers globally (setq linum-format "%4d u2502") ;; format line number spacing

Re: How to remove %base-firmware from firmware variable

2021-01-22 Thread znavko
wifi adapter, i remember it could connect with nl80211. Is nl80211 not free? Can you advice me some powerful usb wifi adapter with free drivers? January 22, 2021 7:09 PM, "Tobias Geerinckx-Rice" wrote: > Znavko, > > Guix's operating-system is a record. Records are jus

How to remove %base-firmware from firmware variable

2021-01-22 Thread znavko--- via
Hello! I saw in Guix manual http://guix.gnu.org/manual/en/guix.html#index-firmware that there is 'firmware' module in operating-system that is %base-firmware by default. I want to try to remove 'firmware' module to look if my pc continues to work without it. Can you please help me? I use

Re: How to use elfutils? bash: eu-strip: command not found

2021-01-18 Thread znavko
Yes, Pierre, you are right. I have found glibc folder and there was that file in subfolder lib/ $ ls /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib | grep ld-l ld-linux-x86-64.so.2 You said, that it's better to compile program from sources instead of patching elf. Ok. I've read

Re: How to use elfutils? bash: eu-strip: command not found

2021-01-17 Thread znavko
Thank you very much! Can you give me another lesson where to find ld-linux in Guix? $ eu-readelf --all ./projectbinary-qt | grep interpreter [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] I've found with duckduckgo on 10-th page of this document:

How to use elfutils? bash: eu-strip: command not found

2021-01-17 Thread znavko--- via
Hello! I have an error with some binary and I wish to check its interpreter, but elfutils package is not so easy for me. $ ./projectbinary-qt bash: ./projectbinary-qt: No such file or directory $ readelf --all ./projectbinary-qt | grep interpreter bash: readelf: command not found $ guix search

How to define my dns servers in resolv

2021-01-16 Thread znavko--- via
Hello! I cannot agree limitations my provider setup with the orders of Russian government to forbid access to this or that website, for example, protonmail.com, tutanota.com, vpnbook.com are prohibited. Does any civilized country do such a harm? I wish to use my own DNS servers from free and

Re: efi dual boot issue

2021-01-16 Thread znavko
You can find some examples on github with 'guix config'. I have EFI Dual boot configuration here https://gitgud.io/znavko/guix-configs/-/blob/master/guix-config-dual-boot.scm bootloader field lookslike this: (bootloader (bootloader-configuration (bootloader grub-efi-bootloader

How to stop DHCPCD

2021-01-12 Thread znavko--- via
Hello! I have system config without networkmanager, wicd. I use wpa_supplicant + dhclient. But may be I have some mistakes in config. /var/log/messages contains lot of messages by dhcpcd that tries to serve enp2s0 and wlp5s0. Look in attach. (I use dhcp-client-service-type for wlp0s20f0u2) Is it

Re: Allow my usual user reconnect to wifi without root pass and also replace wpa config

2021-01-01 Thread znavko
sual user works nice with wpa_supplicant now. Thanks to draketo and his config example https://www.draketo.de/software/guix-config.html January 1, 2021 7:08 PM, "znavko--- via" wrote: > Hello! Happy New Year, Guix Help! > > I'd like to make my OS a bit comfortable for usu

Allow my usual user reconnect to wifi without root pass and also replace wpa config

2021-01-01 Thread znavko--- via
Hello! Happy New Year, Guix Help! I'd like to make my OS a bit comfortable for usual user. I use only wpa_supplicant + dhclient without any utility that gives control over wifi to usual users. And I want to give such a control by my own hands and your advice. Wi-fi connection sometimes is

Re: Why Emacs config file disables Welcome message only if this line places to .emacs but not in .emacs.d/init.el

2021-01-01 Thread znavko
Hello! Sorry, that is commented line starting with number sign '#' but it should be semi-colon ";" December 31, 2020 4:57 PM, "znavko--- via" wrote: > Hello! I plan to type some russian translations for guix manual sometimes > again. > > I still have under

Why Emacs config file disables Welcome message only if this line places to .emacs but not in .emacs.d/init.el

2020-12-29 Thread znavko--- via
Hello! I plan to type some russian translations for guix manual sometimes again. I still have undergraduate level of emacs and have annoying ignorance of how to configure emacs. For example this line can hide "Welcome" frame: (setq inhibit-startup-screen t) I placed it into ~/.emacs.d/.init.el

Re: Herd works with network not at all

2020-12-20 Thread znavko
20, 2020 9:38 PM, "znavko--- via" wrote: > Hello, Guix! My simple script is just using for reconnect to Internet > provider from those 2 I use. > > It works bad. > I have internet after PC was booted. > And then I have to use this script to connect to another provid

Herd works with network not at all

2020-12-20 Thread znavko--- via
Hello, Guix! My simple script is just using for reconnect to Internet provider from those 2 I use. It works bad. I have internet after PC was booted. And then I have to use this script to connect to another provider (just for to change IP). I run my script with `# ./wpa bee` and it does things

Cannot write to /boot directory No space left

2020-12-10 Thread znavko--- via
Hi! Can you help me? My usual reconfiguratio with my usual confug now fails. # guix system reconfigure /etc/config.scm ctivating system... making '/gnu/store/23hk1si942jxxsp85hikidhyyn3gjqws-system' the current system... setting up setuid programs in '/run/setuid-programs'... populating

Re: Where are suggestions or open discussions of Guix at large made?

2020-12-07 Thread znavko
Guix repeats the idea of Nix, but realising it more preciously and elegantly. Instead of self-made imperfect language describing configuration Guix is using powerful Guile. You want some forks of Guix, do you? It is hard to package some software you like for Guix, but forking guix breaking its

How to secure Grub control from other distro?

2020-12-07 Thread znavko--- via
Hello! I have two distros on my PC: on /dev/sda - Guix on /dev/sdc - Ubuntu Today, after update and upgrade of newly installed Ubuntu and also after installation of lubuntu-desktop and lxde on ubuntu, I was unfortunately grieved. Lubuntu had recovered my Grub and had broken everything! I was

Adding new entry to GRUB for another OS on the third drive and turning system back to work?

2020-12-04 Thread znavko--- via
Hello, Guix help! Please, look through my short booyloader configuration, will it break my system? (operating-system (host-name "antelope") (timezone "Europe/Moscow") (locale "en_US.utf8") (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (target "/boot/efi")

Re: How to reconfigure system without downloads I did not order?

2020-11-28 Thread znavko
new disk into system with such a bad lucks is a very bottle neck of this powerful system. November 28, 2020 12:14 PM, "Tobias Geerinckx-Rice" wrote: > Hullo znavko, > > znavko--- via 写道: > >> I am sorry. How to prevent the process of system upgra

Re: How to reconfigure system without downloads I did not order?

2020-11-28 Thread znavko
configuration file: /gnu/store/b8lqcvy8jlp2wax1w970qrvyj7p0fvwq-configuration.scm November 28, 2020 12:14 PM, "Tobias Geerinckx-Rice" wrote: > Hullo znavko, > > znavko--- via 写道: > >> I am sorry. How to prevent the process of system upgrade and >> just

How to reconfigure system without downloads I did not order?

2020-11-28 Thread znavko--- via
Hello! I have a little incomprehension that make solving a simple task so slow. I just want to say Guix to mount newly inserted SSD (3rd from all) after every start. I have just edited /root/config-2-disks.conf placing these lines: (operating-system (host-name "antelope") (timezone

Re: Which dns server my system is using?

2020-11-23 Thread znavko
for configuring DNSmasq for such environment. Can I use another DNS server? and may be I will be able to access those sites RKN banned, for example realmusic.ru I think we Russian are so hardly punishing with such a work of RKN. November 23, 2020 5:30 PM, "Tobias Geerinckx-Rice" wrote: &

Which dns server my system is using?

2020-11-23 Thread znavko--- via
Hi, Guix! Congratulations for 1.2.0! I want to discover which dns server is using in my PC under Guix? I have nothing in /etc/resolv.conf: # cat /etc/resolv.conf nameserver 192.168.1.1 I use dhcp-client and connect to the network through wifi usb stick. The services section in my config is like

bashtop can't find locale ERROR: No UTF-8 locale found!

2020-08-06 Thread znavko
Hi! Could you advise how to quickly get it working? $ guix install glibc-locales $ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale $ bashtop /home/bob/.guix-profile/bin/bashtop: line 65: locale: command not found ERROR: No UTF-8 locale found! $ guix describe Generation 33 Aug 03 2020

LEMP on GuixOS

2020-08-03 Thread znavko
I do lack to bid mine friends about this. How may I set up a LEMP on Guix? Grant me, please, tutorial. Yet rude yet bien égal.

Nginx + php-fpm + mariadb on GuixOS

2020-06-15 Thread znavko
Hello! I want to create some php7 web-site with database mariadb for useful management of some data I have and also for using API of web-services I use. I used nginx + mariadb + php-fpm 7.x on different systems and want to start localhost web-server under GuixOS for using locally without access

Re: python-pip is broken after updates

2020-05-25 Thread znavko
Yes, thank you for packaging protonvpn! In Russia protonmail.com is blocked I did not know why, but after I've discovered protonvpn I understood why. The same is for tutanota mail. We do have so ugly rulers that break our freedom for saving their criminal authority just for trading of nature

python-pip is broken after updates

2020-05-24 Thread znavko
Hello! I am using free vpn by protonvpn on GuixOS. protonvpn installs own client written on python3 requiring pip3. It works fine after installation under root. But updates break it. After I made under root # guix pull && guix package -u # guix system reconfigure /etc/config.scm # guix system

guile: warning: failed to install locale

2020-05-19 Thread znavko
Hi! After update guile says 'error: failed to install locale': $ guix pull && guix package -u ... building /gnu/store/gbnfw9mh8ij47sr1pg2m3ljz66acp0kp-guix-command.drv... building /gnu/store/rfhzb4kg8bifmcqhclbwfxy6rnpb6vnr-guix-daemon.drv... downloading from

Re: How to make bash sees binaries from /root/.local/bin ?

2020-05-06 Thread znavko
Yes, it works! Thank you, Vincent Legoll! # cat /root/.bash_profile # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi GUIX_PROFILE="/root/.guix-profile" . "/run/current-system/profile/etc/profile" GUIX_PROFILE="/root/.guix-profile" .

How to make bash sees binaries from /root/.local/bin ?

2020-05-06 Thread znavko
Hello! Fortunately, I've installed protonvpn client (written in python3) to my system. But it does not run with 'protonvpn' command, but only with full path '/root/.local/bin/protonvpn'. As I know, it happens because PATH variable does not contain /root/.local/bin and bash does not seek there.

Xfce4-panel launchers are breaking after updates

2020-04-27 Thread znavko
Hello! I think I've already posted this issue, but did not get answer. I use Xfce4 and have some Applications launchers on Xfce4 Panel, that I've added usual way. After updates the directories of software binaries are changing and this causes the errors in Xfce4 Panel's work: it cannot find

Thunar does not launch: Failed to execute child process 'gio-launch-desktop'

2020-04-27 Thread znavko
Hello! I use pcmanfm and everything works fine. But when I open Downloads folder from IceCat it is opening in Thunar that has ugly behavior. When I click on any file it cannot run an Application with this error: Failed to open filename.csv Failed to execute child process 'gio-launch-desktop' (No

Re: Why did those credit managers start to burn my phone after I visited bank?

2020-03-30 Thread znavko
Sorry for mention of trade marks. I am interested in devices with such characteristics cpu speed, memory, battery, weight and UIX, applications that will be useful for me and other not programmers, some good practices. March 30, 2020 5:36 PM, "Leo Famulari" wrote: > It's not related to Guix,

Why did those credit managers start to burn my phone after I visited bank?

2020-03-30 Thread znavko
Hello, dear Guix hackers! I want to understand how they could get my phone number. Last week I've visited a bank and spent there an hour waiting they make a payment to custom. I had Redmi Mi 9T smartphone in my hands, Android 10 QKQ 1.190825.002, MIUI Global 11.0.4 Stable 11.0.4.0 (QFJMIXM)

Libreboot Guix and SSD Samsung EVO

2020-03-29 Thread znavko
Hello, developers! I post here waiting the approval in libreboot maillist. May be you have some help for me? I plan to buy SSD on 250 Gb to store data there and may be further I will use it as my system disk and also with Libreboot flashed. I've read on linux.org.ru that bios does not see SSD

Re: OS Guix. Libreoffice does not have dictionaries for spell check

2020-03-29 Thread znavko
The link from Libreoffice Writer in menu Tools -> Language -> More dictionaries online and search there: https://extensions.libreoffice.org/extensions?getCategories=Dictionary=any_on=positive_ratings=%2FPlone%2Fextensions_type=tdf.extensionsuploadcenter.eupproject=russian helped!

Re: OS Guix. Libreoffice does not have dictionaries for spell check

2020-03-29 Thread znavko
yes. english dictionary is presented in guix - package 'hunspell-dict-en' so after installing it and clicking in Libreoffice Writer Tools -> Language -> For all text -> English I've got spell check. But how to install russian dictionary now? PS: also guix search output is dreadfully not full. $

Re: OS Guix. Libreoffice does not have dictionaries for spell check

2020-03-29 Thread znavko
Sorry for my ignorance, but huspell has only french and does not work even with english. I have installed hunspell but this makes no changes. Also `guix search hunspell` does not give russian dictionary. I had worked spell check on my previous Guix installation but cannot remember what I did.

OS Guix. Libreoffice does not have dictionaries for spell check

2020-03-28 Thread znavko
Hello, Guix! It might be this question was somewhere, but I did not found on guix-help archive and duckduckgo. Please, what to do for LibreOffice Writer make a spell check? It has no any spell check module now and dictionaries are empty. I've just installed it with `guix install libreoffice`

WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'

2020-03-28 Thread znavko
Hello, Guix developers! Could you advise me what to type in my config.scm for thess warnings: WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete' # guix system reconfigure /etc/config.scm ... building

Re: Problems with auto-login configuration

2020-03-25 Thread znavko
Yeah. The other problem is how to login with another user if you have autologin user, described here: https://lists.gnu.org/archive/html/help-guix/2019-06/msg00302.html Would you try Slim instead of gdm as I had workable config for Slim? Guix needs some wiki how-tos for such questions as my and

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

Re: How to timeout herd's network services start for not to stop boot process ?

2020-03-23 Thread znavko
a delay in boot process. I need to replace networking service's start after slim shows. March 23, 2020 6:08 PM, "Jelle Licht" wrote: > Hey znavko, > > zna...@disroot.org writes: > >> Hello, Guix developers! I'm so happy that OS Guix works on a new PC, cause >&

How to timeout herd's network services start for not to stop boot process ?

2020-03-23 Thread znavko
script to autorun after boot if I do not use cron (for my future experiments)? znavko. guix-config.scm Description: Binary data

Re: Icecat stoped to play sound in videos

2020-03-23 Thread znavko
This bug happens when I save session in Xfce4 with Icecat running. So after reboot Icecat runs from that stored session and it has no sound anyway! Only if I restart Icecat it plays sounds normally. So I removed Icecat from saved session of Xfce4 and after each reboot I start Icecat manually and

Icecat stoped to play sound in videos

2020-03-22 Thread znavko
Hello! I've just installed Guix on Dell Vostro 3670 with Core i5 9400, Nvidia GeForce 710. Everything is nice, even wifi works. Icecat played sounds nice yesterday. But I've updated and installed pavucontrol. Now I have no sound in Icecat, and pavucontrol does not say it plays. But

Re: Which usb wi-fi adapter from those to choose?

2020-03-21 Thread znavko
Thank you, Efraimm Flashner, thank you very much!! This Wi-Fi USB adapter works on OS Guix! "WTXUP for Atheros AR9271 150Mbps 802.11n Wireless WiFi USB Adapter Wi Fi Dongle internal Antenna Soft AP for Windows7/8/10/Linux" I have bought this one too. And Guix works with it this way: step

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: 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

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

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: 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?

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: 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: 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-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

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

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, >

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: 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
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: 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,

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'

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

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,

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

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

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: 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
# 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, 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
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, >

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..

  1   2   3   >