-
Hello lgi development team. I've encounteded an issue with both lua and luajit when trying to use the playerctl and upower interfaces. The output itself is not very descriptive as the command line onl…
-
```
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007ffff7fb2266 in lgi_object_2c () from /usr/lib/lua/5.3/lgi/corelgilua51.so
#0 0x00007ffff7fb2266 in lgi_object_2c () a…
-
self is not defined at line 155:
https://github.com/pavouk/lgi/blob/46a163d9925e7877faf8a4f73996a20d7cf9202a/lgi/override/Gio.lua#L148-L155
-
ini bug apa ngga stuck Di [1] Sukses Terus Ga jalan Lgi uda di tunggu sampe 1 jam
![](https://cdn.discordapp.com/attachments/414318924239208458/568173002336894999/IMG_20190418_033629.jpg)
-
Currently Rlgi only works on a user's local computer. It would be nice to be able to run lgi.par?apply() from a compute node as well. In the last hands-on session, people expected it to work from the …
-
Given that `lua -v` outputs `Lua 5.3.4` and `require 'lgi' ._VERSION` - `0.9.2` here is how i can replicate it
In lua repl:
```lua
> lgi = require 'lgi'
> secret = lgi.Secret
> secret.async_pas…
-
I'm not exactly sure what is happening here, but the following program seems to have ever-increasing memory usage:
```lua
local lgi = require("lgi")
local glib = lgi.GLib
local gio = lgi.Gio
lo…
-
Hello
I have made a terminal in lua
and I wanted to add tabs but I can not because the `spawn_async` of `vte` does not work with lgi,I did some tests and I found that the problem is with `spawn_as…
-
My custom class: https://github.com/ExpidusOS/shell/blob/master/share/expidus-shell/expidus/widgets/app-button.lua
```lua
local lgi = require('lgi')
local Gtk = lgi.Gtk
local GObject = lgi.GObject…
-
Noticed while trying to build AwesomeWM: lgi does not seem to work with LuaJIT on AARCH64.
In particular, with `LuaJIT 2.1.0-beta3` (the only version packaged in Gentoo), I get the following error …