Closed rbutoi closed 3 years ago
@rbutoi BTW I also remember having this issue on Debian (Buster): https://github.com/gotk3/gotk3/issues/693 Hope it doesn't happen on Testing (whatever it means).
It looks like that method was introduced on .6.0 of gtk layer shell library:
https://github.com/wmww/gtk-layer-shell/blob/master/include/gtk-layer-shell.h#L343
we could try adding some conditional feature detection so it builds but I'm not sure how this would affect your app functionally @nwg-piotr
I gave up on keyboard in the dock, so it's not a problem. However, it would be better to keep up with the gtk-layer-shell development. @rbutoi - isn't it possible to have a recent version on Debian?
It's pretty easy to build from source which is what I was doing before it landed in aur.
Lmk if you want me to write bindings for the version detection
Let's wait for @rbutoi 's response.
Ah, thanks for the pointers, both! It it, indeed, very easy to build gtk-layer-shell, and it let me compile nwg-dock here.
Glad to help (and that it worked!) cheers
Many thanks, Dan!
With Debian testing, getting the following build error (can build fine on Arch Linux):
libgtk-layer-shell-dev 0.5.2-1, go1.15.9
Worth asking @dlasky too