-
**Describe the bug**
The dock crashes when there's an open app that does not have an icon for it in the current icon theme. If the app that's causing crashes is closed, the dock will work as expected…
-
go version 1.6
os ubuntu 14.04
sudo apt-get install libwebkit2gtk-3.0-dev
1. there's a build issue (mutiple define) when running:
go get -tags gtk_3_10 github.com/sourcegraph/go-webkit2/...
I t…
-
-
Tried to install but GO isn't able to continue (it just becomes stuck) when it reaches to NWG build, logs don't show anything but here is the terminal output:
[NOTE] Installing go ...
Last metadat…
-
The `MarshalText` and `MarshalBinary` methods are a trash factory.
They create a short-lived string that is almost always garbage collectable shortly after creation.
Furthermore, the caller almost a…
dsnet updated
1 month ago
-
**Describe the bug**
Hello, this is just to let you know that there were some breaking changes in the hyprland-git repo since
https://github.com/hyprwm/Hyprland/pull/5788
Not sure if you want to…
-
The only example we have is using [`IdleAdd`](https://github.com/gotk3/gotk3-examples/blob/master/gtk-examples/goroutines/goroutines.go) but if your async thing is doing more work it'll slow down the …
-
**Describe the bug**
These are two bugs with setting XDG environment variables:
* Setting `XDG_CACHE_HOME` makes the application look for `nwg-dock-pinned` in the `$HOME/.config` dir:
```
ERRO[000…
-
- [ ] https://github.com/DylanMeeus/GoAudio
- [ ] https://github.com/dh1tw/gosamplerate
- [ ] https://github.com/mengzhuo/cookiestxt
- [ ] https://github.com/abraithwaite/jeff
- [ ] https://gith…
-
Hi. I investigated memory leaks in my application, decided to apply recommendations you suggested here, in the issues - I added the removal of the event handler using HandlerDisconnect and started get…