plotinus icon indicating copy to clipboard operation
plotinus copied to clipboard

Failed to load module "appmenu-gtk-module"

Open edwardbarak opened this issue 6 years ago • 1 comments

Getting error: "Failed to load module "appmenu-gtk-module"

installed prereqs using apt, and plotinus using cmake. added GTK3_MODULES=[/usr/local/lib/libplotinus.so] to /etc/environment

Using Linux Mint Tara 19, xfce 4.12

edwardbarak avatar Aug 23 '18 19:08 edwardbarak

Apparently your system already has a GTK+ module set, whose path is overridden by the environment variable.

The solution is to remove the line from /etc/environment, then check the value of GTK3_MODULES, then set GTK3_MODULES to contain both Plotinus and whatever other path was already there by default.

Note also that there should not be any square brackets around the path.

p-e-w avatar Sep 08 '18 11:09 p-e-w