Control: tags -1 + moreinfo unreproducible

On Fri, 25 Sep 2020 at 13:02:20 +0200, Michel Le Bihan wrote:
> When trying to launch gnome-screenshot, I get this error:
> 
> michel@debian:~$ gnome-screenshot --interactive
> gnome-screenshot: symbol lookup error: gnome-screenshot: undefined symbol:
> hdy_init, version LIBHANDY_1_0

What does

    ldd `command -v gnome-screenshot`

output?

Do you have a locally-installed copy of libhandy-1.so.0 that is found
before the system copy, perhaps in /usr/local? (If you do, please remove
it: Debian package dependencies cannot take locally-installed libraries
into account.)

> Versions of packages gnome-screenshot depends on:
...
> ii  libhandy-1-0                                 1.0.0-1

This should be sufficient to provide hdy_init, version LIBHANDY_1_0.

    smcv

Reply via email to