Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load module "appmenu-gtk-module" #40

Open
edwardbarak opened this issue Aug 23, 2018 · 1 comment
Open

Failed to load module "appmenu-gtk-module" #40

edwardbarak opened this issue Aug 23, 2018 · 1 comment

Comments

@edwardbarak
Copy link

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

@p-e-w
Copy link
Owner

p-e-w commented Sep 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants