M BUZZ CRAZE NEWS
// general

Failed to load module "pk-gtk-module" in host centos while ssh to ubuntu

By Gabriel Cooper

When I am logging in via SSH to the Ubuntu 12.04 server from CentOS machine and running the gvim editor then I am getting the error:

Gtk-Message: Failed to load module "pk-gtk-module" .

If I am doing SSH from Ubuntu machine then it's not giving any error.

1

1 Answer

You may try:

sudo apt-get install packagekit-gtk3-module

This fixed it for me on Ubuntu server 14.04.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy