Vlαdo Magyar
Vlαdo Magyar
I've been testing this. It works fine, also have ideas how to integrate it to plgo tool. But I've got a problem, that goroutines are not starting. Is someone familiar...
The code that I experimented with is in the [test/bgw](https://github.com/microo8/plgo/tree/master/test/bgw) directory Wanted to isolate the `get_got _sigterm` and `wait_latch` to something similar as the [`time.Tick`](https://golang.org/pkg/time/#Tick) method. It needs to run...
Hi sorry I don't have time right now to test it in pg13. Please test it for your self and report/make pull request if you find something that doesn't work.
It would be great to collaborate on the material design components, but I too don't have the time to to it right now
Just an idea. Have you considered using [wl-clipboard](https://github.com/bugaevc/wl-clipboard)? Then just check if we are on wayland: ``` if os.Getenv("WAYLAND_DISPLAY") != "" { //call wl-clipboard with os/exec } ```
So @emersion has pointed me to his blog post: https://emersion.fr/blog/2020/wayland-clipboard-drag-and-drop/ I'll try to do something from it. But first a quick question: 1. Can I introduce a new dependency: libwayland...
So I'll get to it :)
I've removed `xdg-config/foot` permission and it is now building `host-spawn` from source. The only thing would now be just the appstream file in the repo.
Yes, that's what I'm saying. > After all it's not flatpak specific. English is not my native language, maybe there needs to be a comma?
So I've added `--env=TERM=xterm-256color` to the manifest. Where can I find a terminfo file and how do I copy it to `~`?