Hi all,
I had some free time and I decided to spend it on updating the
freecad package to the 0.19.1 version.
I managed it to compile with the changes I add below, but I
prefer someone to test it thoroughly because it's a program
I don't use that much so I don't know if the workbenches are
workin
Hi list.
I'm trying to wrap my head around running guix. While question in subj
is general it was prompted by a real failure, so really I am
interested both in "general approach" as well as solving the actual
problem I ran into.
having updated with `guix pull` I run `sudo guix system reconfigure
On 7 April 2021 19:44:13 UTC, Julien Lepiller wrote:
>Go to a Russian string that contains a word you want to add to the glossary.
>On the top right, you will see the Glossary box where you should be able to
>click on "Add term to glossary". Adding a first term should create the
>glossary.
I t
Gary Johnson writes:
> That's unfortunate to hear. Perhaps you could check out the
> network-manager-service-type? I believe it includes a parameter that
> lets you tell NetworkManager not to overwrite /etc/resolv.conf. The
> command-line interface for NetworkManager is called nmtui. This is what
Hello,
On Thu, Apr 8, 2021 at 9:08 PM Bone Baboon wrote:
> It is almost like `sudo dhclient ` is taking
> instruction from the router (provided by my internet service provider)
> to overwrite `/etc/resolv.conf` to the DNS of my internet service
> provider.
I'd try the "-R" command line option wi
Gary Johnson writes:
> In addition to Julien's suggestion, I'll also point out that you can
> tell Emacs to not use a blinking cursor by including this line in your
> ~/.emacs.d/init.el file:
>
> (blink-cursor-mode 0)
Thank you for pointing out `blink-cursor-mode` I am aware of it and
tested it.
Julien Lepiller writes:
> There's special-files-service-type described here:
> http://guix.gnu.org/manual/devel/en/html_node/Base-Services.html#Base-Services
>
> However, I'm not sure it will work in /sys. I guess you'll have to try and
> report back :)
Thank you for this suggestion.
I added
I think this is because you cannot replace a file a /sys like guix tries to.
Instead, it seems you can set a linux kernel argument on the command line run
by grub at startup. According to the internet, that would be
"vt.global_cursor_default=0"
You can set it up in your config by adding a kerne
Bone Baboon writes:
> It is almost like `sudo dhclient ` is taking
> instruction from the router (provided by my internet service provider)
> to overwrite `/etc/resolv.conf` to the DNS of my internet service
> provider.
That is in fact what dhclient does. There is a list of workarounds on
Debia