A Gtk application to report missing icons to your current theme github repository
- Archlinux (AUR):
yaourt -S icon-requests
1 - Clone the repository
git clone https://github.com/bil-elmoussaoui/Icon-Requests && cd ./Icon-Requests
2 - Install dependecies
- meson
- ninja
- requests
- python3-cairosvg or inkscape
- Pillow
- Gtk 3.16+
- Python 3.3+
3 - Build the application
mkdir build && cd ./build
meson ..
ninja
sudo ninja install
4 - Run the application!