Not sure whether there might be issues with dependencies, but it would be really awesome if the bundle would contain the geniuspaste plugin.
@frlan There was libsoup dependency missing. I think there was something broken in the past so it didn't compile but it compiles fine now - I made a binary with libsoup and it's under snapshots:
http://download.geany.org/snapshots/
Let me know if it works correctly on your side (seems OK here).
Seems to be still an issue there. I cannot choose/configure any pastebin service. And even more worse it appears DNS resolution or something is not working. When using defaults:
`Unknown pastebin service "pastebin.geany.org". Select an existing pastebin service in the preferences or create an appropriate pastebin configuration and retry`
That's strange, it works just fine for me. Why can't you configure any pastebin service? I can normally select Preferences in the plugin manager dialog for the plugin and select whatever I want. Do you have some special network settings?
The only two services which don't work for me are
dpaste.de fpaste.org
which require SSL/TLS as they probably use https URLs. I'll check if I can add that too. And also tinypaste.com doesn't work for me because this one seems to be dead.
Not sure, but see screenshot. It's Geany on El Capitan
![bildschirmfoto 2017-03-22 um 09 14 57](https://cloud.githubusercontent.com/assets/1010248/24188096/445e5328-0ee0-11...)
OK, regarding the TLS/SSL support it should actually be built before libsoup and it should work. However, the URLs I mentioned don't work on linux either and should be fixed in the plugin, see
https://github.com/geany/geany-plugins/issues/548
The rest is what I mentioned in
https://github.com/geany/geany-plugins/issues/507
If the solution I proposed there is OK, I'll fix the affected plugins and create a new bundle for testing.
I removed libsoup from the bundle a while ago because TLS doesn't work correctly and the package is typically outdated anyway and possible security problem. So this plugin probably won't be distributed with the bundle.
github-comments@lists.geany.org