question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Convert error on Arch derivatives

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Gariomatcommented, Nov 11, 2020

I just had the same problem on Arch. changing the convert command in matter.py to

command = (
        rf"convert -trim -scale 36x36 -extent 72x72 -gravity center {src_path} -separate -delete 1-3 -negate \( -size 72x72 xc:{color} -duplicate 2 \) -swap 0,3 -combine -define png:color-type=6 -colorspace sRGB -channel RGB {dst_path}"
    )

solved it for me. Here’s my ImageMagick version:

$ convert --version
Version: ImageMagick 7.0.10-37 Q16 x86_64 2020-11-07 https://imagemagick.org
Copyright: © 1999-2020 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(4.5) 
Delegates (built-in): bzlib cairo djvu fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png raqm raw rsvg tiff webp wmf x xml zlib
$ convert -list format | grep SVG
     MSVG  SVG       rw+   ImageMagick's own SVG internal renderer
      SVG  SVG       rw+   Scalable Vector Graphics (RSVG 2.50.1)
     SVGZ  SVG       rw+   Compressed Scalable Vector Graphics (RSVG 2.50.1)
1reaction
laubblaesercommented, Oct 1, 2020

I have the same problem on Manjaro. Here’s my output for the two commands above:

[laubblaeser@ferdux matter]$ convert --version
Version: ImageMagick 7.0.10-30 Q16 x86_64 2020-09-20 https://imagemagick.org
Copyright: © 1999-2020 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(4.5) 
Delegates (built-in): bzlib cairo djvu fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png raqm raw rsvg tiff webp wmf x xml zlib
[laubblaeser@ferdux matter]$ convert -list format | grep SVG
     MSVG  SVG       rw+   ImageMagick's own SVG internal renderer
      SVG  SVG       rw+   Scalable Vector Graphics (RSVG 2.48.8)
     SVGZ  SVG       rw+   Compressed Scalable Vector Graphics (RSVG 2.48.8)

If I can be of any assistance in solving this mystery, please feel free to get in touch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Convert DEB Packages Into Arch Linux Packages - OSTechNix
This brief tutorial describes how to convert DEB packages into Arch Linux packages using Debtap in Linux operating systems.
Read more >
Error “attempt to perform an operation not allowed by the ...
On Debian, Ubuntu, Linux Mint, Arch Linux, and derivative systems, when converting documents from PDF to PNG, an error occurs: ...
Read more >
AUR (en) - pacdiffviewer - Arch Linux
Compiling term_size v0.3.2 error: failed to run custom build command for `alpm v2.0.3` Caused by: process didn't exit successfully: ...
Read more >
Converting a Debian .deb Package to an Arch Linux Package
gz package on Arch Linux and Derivatives. To install the .pkg.tar.gz file resulting from the .deb conversion, just execute the following command: pacman...
Read more >
Not sure how to convert a Cursor to this method's return type
error : Not sure how to convert a Cursor to this method's return type. ... "android.arch.lifecycle:compiler:$lifecycle_version" // Room ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found