Eduardo Lima

Results 10 comments of Eduardo Lima

@philn, F11 should toggle fullscreen. It is currently hardcoded in -fdo.

You seem to have a version of GLib prior to 2.32, when new thread API was introduced (g_mutex_init(), g_mutex_clear(), etc). ./configure should have complained about it, but it is expecting...

You have to install gtk-doc-tools and autoconf packages. Under ubuntu/debian: `apt-get install gtk-doc-tools autoconf` Other distros should have these packages with similar names.

Missing -lm flag in g-ir-scanner stage. Needs fixing indeed. In the mean, try `export LIBS="-lm"` before calling make.

Try installing packages 'libgirepository1.0-dev' and 'gobject-introspection'.

@fabiand, thanks a lot for reporting. I just pushed the fix (https://github.com/elima/gocl/commit/377f30ca45f02743d1dd49ffb63643c01fee07b2]) to branch 0_2_0 and master.

Hi @fabiand, sorry for taking this long. Currently I do not know of any publicly available :) project using Gocl, unfortunately. There are some experiments going on but are not...

Ok, I forgot to update that example after latest API changes. Will fix that.

Generating a QR code for the download URL is a very useful feature, indeed. However, I think it is better to do this client-side using any of the QR generation...

@dront78, yes, I ran into that problem when releasing 0.1.16, and I decided to freeze it in 1.8.3 because I'm already working on FileTea 2 which will change code base...