Skip to content

Fix web extension not being loaded when installed under /usr/local on Fedora

Michael Gratton requested to merge wip/web-extension-usr-local into master

Fedora doesn't include /usr/local in its default ld.so.conf, and yet that is the default prefix used by meson. Hence Geary needs to install the web extension to somewhere where it will be found.

Fixes #161 (closed) and #162 (closed)

Merge request reports