Forums » Linux

Missing libraries on Gentoo

May 03, 2022 SIGTERM link
Trying to launch Vendetta gives the following message
`vendetta: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory`

Clearly I am missing GTK 2 libraries. Which package do I need to install on Gentoo to get it working?

One might suggest installing `gui-libs/gtk` but that's GTK 4.
`x11-libs/gtk+` does not provide the required libraries.

I know GTK 2 is not obsolete on Gentoo since Mate is officially supported. I will report back when I find anything useful.
May 03, 2022 SIGTERM link
[SOLVED] Installing `x11-themes/gtk-engines` rebuilt `x11-libs/gtk+` with GTK 2 support.