Alvaro Fernando García

Results 78 comments of Alvaro Fernando García

I have uploaded some code to implement Android support, also with a project template. It is not so good yet, but it can be tested now, so use it with...

I'm experiencing this issue on Arch Linux with Gnome 43.2 and Wayland. This is the output: ```log JITSI_USE_WAYLAND set, adding --ozone-platform=wayland to launch options LaunchProcess: failed to execvp: xdg-settings [2:0202/132030.180972:ERROR:bus.cc(399)]...

I can confirm that this workaround (going back to Electron 21) allows sharing screen on Arch Linux. Let's hope screen sharing gets fixed in newer Electron versions before EOL.

Would be possible to use this feature to make a payment when client doesn't have internet but merchant has a working connection? A few days ago I tried to make...

I've an Arch Linux PKGBUILD [here](https://github.com/rainbyte/pkgbuilds/blob/master/libqmlbind-git/PKGBUILD), I could publish it to AUR repo (I've to learn how to do it first).

Arch Linux AUR Packages available in 2 versions: [v0.1.0](https://aur.archlinux.org/packages/libqmlbind) and [git master](https://aur.archlinux.org/packages/libqmlbind-git/)

@florianjacob I'll see what's happening. Thanks for letting me know.

Problem solved, I just forgot to update the .SRCINFO

Examples like this could be useful: ``` c /* Load a single QML file and start the application window. To compile: gcc -L /usr/lib -l :libqmlbind.so -o main main.c */...

Hey, thanks for your work in this issue! I think my idea, at that time, was to port at least [ruby-qml examples](https://github.com/seanchas116/ruby-qml/tree/master/examples). Maybe it is easier now with the updated...