-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert error on Arch derivatives #48
Comments
From what I see Garuda is based on Arch, so if it is using grub, it should work just fine. Let's try to debug this:
Also can you elaborate on the "incredibly laggy" part of the title? where in particular? and how is it slow, it has a delay before each key press, or is it something else? |
By laggy I mean that it takes a good 500 - 1000ms for key press to register when moving up or down the list of boot options, (so I guess yeah key delay).
I re-installed just to make sure I didn't accidentally delete anything, problem still persists. Files: /boot/grub/grub.cfg
/etc/default/grub
/usr/sbin/grub-mkconfig
I apologize, probably should have just attatched the files, o well ;) |
The empty grub.cfg is indeed not normal. |
Running program
Do you want me to run with any flags? I am seeing some warnings actually |
|
Oh I think this is the problem: The convert command from ImageMagick is not generating the icons, it should have stopped and not continue the installation nonetheless. I've seen this problem before some days ago in an Arch installation. Okay, now can you give me the output of these commands? convert --version
convert -list format | grep SVG |
|
Thanks a lot! I will be digging deeper on these problems that keep popping with ImageMagick and let you know of any update. |
I have the same problem on Manjaro.
If I can be of any assistance in solving this mystery, please feel free to get in touch. |
I just had the same problem on Arch. changing the convert command in matter.py to
solved it for me. Here's my ImageMagick version:
|
Hi, it looks close to awesome, however no matter what I do icons do not seem to show up, the feedback says that all five icons are created and when I run
update-grub
it says they are being included, not sure what is going on, any help would be appreciated.Running:
Garuda Linux, Windows 10
The text was updated successfully, but these errors were encountered: