Closed bluesalt-labs closed 4 years ago
Hi! Thanks a lot for the pull request and sorry for the late reply :)
I would be happy to merge it and I'm sure you've done the right thing. I would only request that the changes to the README are made a little differently:
apt
instructions as brief as possible. Consistently use apt
rather than apt-get
(they are afaik synonyms). Or something like that! I could perhaps also do these edits myself, but if you'd like to it would be great. :)
To get the script to work on Ubuntu 18.04 (with the modifications from this PR) I needed to install the following packages:
apt install gir1.2-rsvg-2.0 python-gi-cairo
I found the following packages mentioned in the (updated) README to not be required however:
libcanberra-gtk-module
libcanberra-gtk3-module
librsvg2-bin
I was able to get this script to work after modifying it slightly and installing other python packages. I may have installed stuff I did not need to?
I apologize, I've never made a pull request before and I'm not sure if I'm going about this the right way. :)