Sandro Santilli
Sandro Santilli
@krionical I needed to explicitly install `libfreetype6-dev` on Ubuntu 18.04 and Debian 10. The `ubuntu_get_prereqs.sh` script asks for `libfreetype-dev` only, which is fine on Ubuntu 20.04 for me. Maybe Ubuntu...
Thanks a lot, sonobus is *great* !
This could be a duplicate of #25
@sesse on a Debian 10 (aka Buster) I get, upon trying to install your debian package: ``` The following packages have unmet dependencies: sonobus : Depends: libc6 (>= 2.30) but...
So maybe the summary of this ticket should be updated to mention another name ? I'm a bit lost with Stable/Unstable/Testing changing "release names" as time passes...
I just realized a side-effect of tapping on the group name is that the group info is *also* added the clipboard, so it can be shared by simply "pasting" it...
There is no native API for Trac, but an XMLRPC plugin exists: https://trac-hacks.org/wiki/XmlRpcPlugin The xmlrpc endpoint seems to be used by the [tracboat](https://github.com/tracboat/tracboat) which implements Trac to GitLab migration.
Commandline tool for Trac also uses XmlRpc plugin: https://code.google.com/archive/p/tracshell/
Another alternative would be hooking on commandline tool that can already interact with trac, like I did to integrate Trac with Mutt: https://strk.kbt.io/blog/2015/11/11/trac-from-mutt/ That tool doesn't require XmlRpc plugin to...
@avently do you publish an .apk for your fork version?