RedHatter / diodon-plugins

A set of plugins for the gnome clipboard manager Diodon.
19 stars 10 forks source link

The configuration failed #22

Open eapo opened 1 year ago

eapo commented 1 year ago

image

prasadlakmal commented 1 month ago

I faced the same issue, this is happening because pkg-config cannot locate the diodon.pc You could confirm it by running this command; pkg-config --atleast-version=1.6.0 --print-errors diodon

As a workaround I did;

During the build, it couldn't locate diodon.h so I had to manually copy it from the built source (diodon/builddir/libdiodon)

For some reasons, the plugins were not applied to the app I built from the source, so at this point, I had to uninstall diodon. and install it again from the distro's package repo. Then

sudo ./waf install
sudo update-icon-caches /usr/share/icons/hicolor/

and Profit!