@vstepaniuk see https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1768412
You could build it from source, the `libwebkitgtk-1.0-0` dependency wasn't actually removed from the repositories (for whatever reason), only packages that depend on it were removed. Probably something along the lines of this would work (not tested): ``` $ sudo apt-get build-dep geany-plugins $ sudo apt-get install libwebkitgtk-dev $ ./autogen.sh --disable-all-plugins --enable-webhelper $ make $ sudo make install ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1864#issuecomment-392283341
