Skip to content
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
@terremoth

Description

@terremoth

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

image

Look what quark setup tries to do:

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions