-
Hi, i found myself looking at the code and thinking about how this could be ported to windows, but it seems like it'll require more work than just doing the equivalent of what xcb does in the C code i…
-
Hi.
I'm monkey-patching LGI a bit (especially `gio.File`). It was easy to add new method (jus `function gio.File:new_method() ... end`), but I still can't figure out how to add metamethod like __stri…
-
Output of `awesome --version`:
```
awesome v4.3-894-gcc67a5b4 (Too long)
• Compiled against Lua 5.3.3 (running with Lua 5.3)
• API level: 4
• D-Bus support: yes
• xcb-errors support: no
• …
-
Output of `awesome --version`:
awesome v4.3-1360-gc539e0e43 (Too long)
• Compiled against Lua 5.4.4 (running with 0.9.2)
• API level: 4
• D-Bus support: yes
• xcb-errors support: no
• exe…
-
Currently awesome provides some built-in DBus bindings. That's bad. There is no reason why a WM should provide bindings to DBus and this makes it hard to reuse code outside of awesome. (Plus, our bind…
-
For example,
```lua
local Gst=lgi.Gst
local bin=Gst.parse_bin_from_description('rtspsrc location="rtsp://...." name=mysrc ! rtph264depay ', true)
local rtspsrc=bin:get_by_name('mysrc')
function…
-
When I Connect to Opc Server, I get Client.Status is Connected But How I Check connection quality between Opc Server And Lg Plc In C# Code after Connect to Opc Server. I use below sample code:
```
…
-
## Problem
After starting or restarting awesome, and clicking the CPU widget, the popup gets placed off screen when using multiple monitors(or even when using a small xephyr window), but only in the …
-
Does LGI support emitting existing signals on an object? I have an object type that has two signals associated with it according to the result of `GObject.signal_list_ids()`, but I do not know how to …
-
I use Lua as extensions for my program. I noticed a problem: the signal is outside the built-in main loop. This causes my program freezes if a signal is received. I wanted to give an interface for ext…