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

Extend documentation #9

Closed
PanderMusubi opened this issue Aug 14, 2018 · 5 comments
Closed

Extend documentation #9

PanderMusubi opened this issue Aug 14, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@PanderMusubi
Copy link

Please extent the documentation that also the package librsvg2-bin is installed as prerequisite for Ubuntu/Debian.

@afaundez
Copy link
Owner

afaundez commented Aug 15, 2018

Thanks, @PanderMusubi.
What Ubuntu-Debian version are you using? I would like to reproduce it and add it to Travis. Are you using system ruby?

@PanderMusubi
Copy link
Author

PanderMusubi commented Aug 16, 2018

Lubuntu 18.04

@afaundez
Copy link
Owner

@PanderMusubi I run Lubuntu 18.04 on Virtualbox (try without install mode) and I didn't have problems with the package you mentioned.

I installed,

sudo apt install git ruby-bundler ruby-dev build-essential imagemagick

and I was able to run this minimal example without a problem.

To be sure, I run dpkg -l | grep librsvg2-bin and the result was empty.

Can you tell me more about your setup in order to reproduce the issue?

@afaundez afaundez self-assigned this Aug 17, 2018
@afaundez afaundez added the enhancement New feature or request label Aug 17, 2018
@afaundez afaundez added the invalid This doesn't seem right label Jan 10, 2019
@PanderMusubi
Copy link
Author

Ran into it again:

jekyll s
...
      Generating... 
jekyll 3.8.5 | Error:  `convert -flatten -background none -density 2000 -resize 1024x1024 /xxx/yyy/favicon.svg /tmp/favicon-template20190318-23721-1m2fc48.png` failed with error:
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1919.
convert-im6.q16: unable to open file `/tmp/magick-23723CQpRLVRpIjZz': No such file or directory @ error/constitute.c/ReadImage/544.
convert-im6.q16: no images defined `/tmp/favicon-template20190318-23721-1m2fc48.png' @ error/convert.c/ConvertImageCommand/3258.

No result for

which rsvg-convert

When typing

rsvg-convert

I get

Command 'rsvg-convert' not found, but can be installed with:

sudo apt install librsvg2-bin

Reason might be that I do not install suggested or recommended packages, see

more /etc/apt/apt.conf
APT::Install-Recommends "false";
APT::Install-Suggests "false";

@afaundez afaundez reopened this Mar 23, 2019
@afaundez afaundez removed the invalid This doesn't seem right label Mar 23, 2019
@afaundez
Copy link
Owner

@PanderMusubi I added the comment on the Readme. Thanks again for the details!

afaundez added a commit that referenced this issue May 27, 2019
* Remove alpha convert option for ico. Fixes #19 (#20)

* Extend documentation with svg convert reported problem. Closes #9

* Bump to 0.2.6
afaundez added a commit that referenced this issue May 27, 2019
* Remove alpha convert option for ico. Fixes #19 (#20)

* Extend documentation with svg convert reported problem. Closes #9

* Bump to 0.2.6

* fix: set default background back to none

add some test checking pixel colors

fixes issue #22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants