nwg-piotr / nwg-dock-hyprland

GTK3-based dock for Hyprland
MIT License
190 stars 14 forks source link

Installation of go takes minutes. https://github.com/gotk3/gotk3/gtk returns 404. Timeout issue? #33

Closed mylinuxforwork closed 5 months ago

mylinuxforwork commented 5 months ago

Describe the bug I wanted to try out your dock but the installation takes around 10 minutes. It stops for minutes during the go installation when github.com/gotk3/gotk3/gtk appears as installation step. When I open github.com/gotk3/gotk3/gtk in the browser, I see 404 on GitHub. It happens during the installation with yay and make build. Is this a timeout issue?

Desktop (please complete the following information):

nwg-piotr commented 5 months ago

Hi,

Yes, building the gotk3 library takes forever. That's why I provide *-bin packages for all nwg-shell stuff written in golang.

mylinuxforwork commented 5 months ago

Thank you.