Re: [go-nuts] Go GTK vs QT for Linux

2019-06-18 Thread Tyler Compton
Just noticed that I mentioned the wrong package. The runtime package for GTK is libgtk-3-0. On Mon, Jun 17, 2019 at 9:48 AM Tyler Compton wrote: > I haven't personally used this library, but I'd think you'd only > need libgtk-3-dev and libappindicator3-dev at compile-time. You should be > able t

Re: [go-nuts] Go GTK vs QT for Linux

2019-06-17 Thread Tyler Compton
I haven't personally used this library, but I'd think you'd only need libgtk-3-dev and libappindicator3-dev at compile-time. You should be able to get away with the smaller runtime packages libgtk-3-dev and libappindicator3-1 once your application is built. On Mon, Jun 17, 2019 at 6:56 AM Subraman

[go-nuts] Go GTK vs QT for Linux

2019-06-17 Thread Subramanian Sridharan
Hi guys I've been fiddling around this package which uses GTK bindings in Go to achieve systray functionality. But it depends on *libgtk-3-dev *and* libappindicator3-dev *which amount to around 300 MB. Have you guys come across any other package that impl