This repository was archived by the owner on Dec 22, 2023. It is now read-only.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
magick command to make icons does not exist on Ubuntu 20.04 - but I have ImageMagick installed #300
Open
Description
The "magick" command does not exist, however the "convert" command (used by imagemagick to convert images) exist.
ImageMagick can be easily installed on Ubuntu by simply sudo apt install imagemagick
Look what quark setup tries to do:
Now you could say "ah this can be solved by just creating an alias in your bashrc like alias magick='convert'
right?
No, even if I restart the application, does not work either. Seems like a bug, probably easy to correct.
Metadata
Metadata
Assignees
Labels
No labels