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.
11 Answer
You may try:
sudo apt-get install packagekit-gtk3-moduleThis fixed it for me on Ubuntu server 14.04.
2