Re: The live usb is stuck on "Welcome to GRUB!"

2022-05-22 Thread Paul Iannetta
Hi Florian,

Thank you for your kind answer!

On Saturday, May 21, 2022, 04:50:20 PM GMT+2, pelzflorian (Florian Pelz) 
 wrote: 

>On Thu, May 19, 2022 at 04:14:52PM +, Paul Iannetta via wrote:
>> I seem unable to make GRUB work and would like to know whether it is
>> possible to generate an image which would use extlinux/syslinux
>> instead.
>
>When creating an iso9660 image, Guix always uses grub-mkrescue to
build the image.

Yes, I was told the same when I asked in irc.  I think that should be 
underlined in the manual because it is very confusing.  I was really wondering 
what I was doing wrong.  In fact, I should have read the code directly.

>> […]
>> The last solution would be to overwrite my current distribution by
>> guix and replace the init system by sheperd.
>
>Yes, just `guix system reconfigure` from an existing distro.

I've been able to install archlinux which uses syslinux as its bootloader, I 
plan to keep the base install of archlinux in a first time and guix for the 
rest, and when I am be a bit more familiar with guix and can confidently 
generate a syslinux based bootloader configuration I'll use `guix system 
reconfigure` as you suggested. 

I've tried other grub based live-usbs, and all fail at the same point whatever 
the setup of GRUB so I think this is a GRUB bug (probably introduced fairly 
recently because my previous bootloader was GRUB and it worked perfectly).

Regards,
Paul



Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-05-22 Thread raingloom
On Sun, 22 May 2022 17:26:55 +0600
Akib Azmain Turja  wrote:

> André A. Gomes  writes:
> 
> > Akib Azmain Turja  writes:
> >  
> >> But, why is the message is shown?  Can someone remove it?  It would
> >> probably be better that I myself clone the repo, fix it and send
> >> the patch, but my hard disk space isn't allowing me to do that.
> >> Is it possible disable that message by modifing any Guix
> >> configuration file?  
> >
> > Hi Akib Azmain Turja,
> >
> > It's not possible to disable the messages by modifying Guix configs.
> >
> > I'm attaching a patch below.  Would you please send it to the Guix
> > team and make your argument?  Thank you.
> >
> >
> > -- 
> > André A. Gomes
> > "You cannot even find the ruins..."  
> 
> Thanks a lot.  Just a question, where should I send the patch?
> guix-devel?
> 

guix-patches is where patches are ideally sent to.



Re: Updating LXTerminal from v0.3.2 to v0.4.0

2022-05-22 Thread Jaft
Wow; 'thought I'd sent this sometime last year. Your response,
unfortunately, got put in the Spam folder and I just found it and
thought it'd been months since you got back to me. Apparently, my last
two months have been /rough/.

zimoun  writes:
> Hi,
>
> On Mon, 07 Mar 2022 at 18:12, Jaft  wrote:
>
>> Starting download of 
>> /gnu/store/89xj37ra014gxky8kmjrrbf3ndnia36l-lxterminal-0.4.0.tar.xz
>> From 
>> http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.0/lxterminal-0.4.0.tar.xz...
>> download failed
>> "http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.0/lxterminal-0.4.0.tar.xz";
>> 404 "Not Found"
>
> I think the error is because a wrong ’.0’ instead of ’.x’.
>
> This URL works for me:
>
> http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/lxterminal-0.4.0.tar.xz

Awesome; thanks a ton. 'Don't know why I hadn't just thought of it the
first time but I went to
http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/
and clicked on the link for LXTerminal and there was the folder, exactly
as you pointed out (with ".x"). Oh, well; better late than never.

> Hope that helps.

By leaps and bounds. Just managed to build it; I switched to Wayland so
no longer using LXTerminal but I'm sure others would like the newer
version: 'gonna get this into a patch and send it in.

Thanks (a ton), again!



Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-05-22 Thread Akib Azmain Turja
André A. Gomes  writes:

> Akib Azmain Turja  writes:
>
>> But, why is the message is shown?  Can someone remove it?  It would
>> probably be better that I myself clone the repo, fix it and send the
>> patch, but my hard disk space isn't allowing me to do that.  Is it
>> possible disable that message by modifing any Guix configuration file?
>
> Hi Akib Azmain Turja,
>
> It's not possible to disable the messages by modifying Guix configs.
>
> I'm attaching a patch below.  Would you please send it to the Guix team
> and make your argument?  Thank you.
>
>
> -- 
> André A. Gomes
> "You cannot even find the ruins..."

Thanks a lot.  Just a question, where should I send the patch?
guix-devel?

-- 
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5


signature.asc
Description: PGP signature


Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-05-22 Thread Akib Azmain Turja
Maxim Cournoyer  writes:

> Hi,
>
> [...]
>
>>> > But, why is the message is shown?  Can someone remove it?  It would
>>> > probably be better that I myself clone the repo, fix it and send the
>>> > patch, but my hard disk space isn't allowing me to do that.  Is it
>>> > possible disable that message by modifing any Guix configuration file?
>>
>>> Like Simon, I do not see why the autoloads-related messages are a
>>> problem; they only occur when starting Emacs from scratch.  If you have
>>> so many packages that the loading time or loading messages bothers you,
>>> you may want to consider running Emacs as a server and connecting to it
>>> via emacsclient; that way you load it once when you login to your
>>> session for example and that's it.
>>
>>> For what it's worth, the messages are not printed by that custom Guix
>>> Elisp code explicitly but by the Emacs function `load', on line 59 of
>>> guix-emacs.el: (load f 'noerror).  If it really bothers you could change
>>> it to:
>>
>>> (load f 'noerror 'nomessage)
>>
>>> Hope that helps,
>>
>>> Maxim
>>
>>
>> The messages also appear when viewing the *Async-native-compile-log* when 
>> Emacs is native compiling packages. And the all of the "loading packages" 
>> messages are repeated before /each/ package that is compiled.
>
> That's not with the Emacs in Guix I guess, since we do not yet have
> native compilation enabled.  But it seems like the problem here is not
> the printing of the messages, but why when natively compiling packages
> it would cause all the packages to be reloaded for each package... which
> is crazy.
>
> Maxim

But why Emacs isn't built with native compilation support?  Any
technical issue or just someone hasn't done it yet?

-- 
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5


signature.asc
Description: PGP signature