[Github-comments] [geany/geany] HTML tags structure in the sidebar (#1864)

Matthew Brush notifications at xxxxx
Sat May 26 19:32:10 UTC 2018


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180526/088015a4/attachment.html>


More information about the Github-comments mailing list