ItsTerminal
ItsTerminal
So the problem is probably not having a `wayfire.pc` file at `/usr/share/pkgconfig/`, I had a similar issue on my Pi 4, this is the way to fix it. `export PKG_CONFIG_PATH=/usr/lib/x86_x64-linux-gnu/pkgconfig/:$PKG_CONFIG_PATH`...
@probonopd try `sudo cp /usr/lib/aarch64-linux-gnu/pkgconfig/wayfire.pc /usr/share/` to copy the wayfire.pc file directly into the path.
This is my wayfire.pc file: ``` prefix=/usr includedir=${prefix}/include libdir=${prefix}/lib/aarch64-linux-gnu metadatadir=${prefix}/share/wayfire/metadata sysconfdir=/etc plugindir=${libdir}/wayfire icondir=${prefix}/share/wayfire/icons pkgdatadir=/usr/share/wayfire/protocols Name: wayfire Description: A Wayland Compositor Version: 0.7.5 Requires: cairo, pango, pangocairo, wayland-server, pixman-1, wlroots, wf-config...
I would be helpful if you pasted your entire error message with the command you used. :)
It should be fine so long as your `.pc` files are configured correctly I think ;)
Maybe try this fix, I had a similar issue when it tried to build wayfire-plugins-extra, on my Raspberry Pi. https://github.com/WayfireWM/wayfire-plugins-extra/wiki/Raspberry-Pi
Are they the only icons that remain unconverted or are there others offscreen? Also have you tried recolouring a different icon theme?
I have just looked at the latest version and the file permissions seem identical, the image sizes vary but there are no differences between the images that ware recoloured and...
So the issue is Icon packs with gradients then?