-
Terminal output:
```
lua-5.3: /usr/local/share/lua/5.3/lgi/override/cairo.lua:31: attempt to index a nil value (field '_module')
stack traceback:
/usr/local/share/lua/5.3/lgi/override/cairo.lua:3…
-
Hi I just followed installation step and get the following erros:
sudo luarocks install lgi
Installing https://luarocks.org/lgi-0.9.2-1.src.rock
make -C lgi
make[1]: Entering directory '/tmp/lua…
-
I tried to make a demo application that uses AppIndicator3 library. That's what I got so far:
```Lua
local lgi = require 'lgi'
local GLib, Gtk, Gdk, Gio, GObject = lgi.GLib, lgi.Gtk, lgi.Gdk, l…
v1993 updated
5 years ago
-
I was getting errors for `require('lgi')` (wrongly patch PKGBUILD for awesome-luajit-git), but for every example tests:
```
-- Running tests/examples/wibox/widget/slider/value.lua...
Result: 1
E…
-
Following [instructions](https://github.com/mut-ex/awesome-wm-nice#prerequisites) for the stable version of 'nice' for awesome v4.3 I get this error message after reloading my config:
```
Oops, an e…
-
Attempting to use the app:on_command_line signal leads to a crash:
```
#!/usr/bin/env lua5.1
lgi = require('lgi')
local gtk = lgi.require('Gtk', '3.0')
local gio = lgi.require('Gio', '2.0')
local ap…
-
Thanks
-
This is a weird error that seems to occur only with libffi version 7/8, but not version 6 (or could it be another library?). Here's an example that can reproduce it:
```Lua
local lgi = require 'lg…
v1993 updated
3 years ago
-
I wanted to add my own file descriptor to the glib main loop.
Trying to create a "[SourceFuncs](https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#GSourceFuncs)":
``` lua
local GLi…
-
Hi, I'm using your widget in my awesomewm configuration but the presence of GTK3 and GTK4 is causing issues with this widget.
In [line 23](https://github.com/stefano-m/awesome-power_widget/blob/mas…
D1CED updated
2 years ago