Gnome 3 vmware-console with vmware-vmrc fix
Well, just upgraded my eee to fedora 15 and I have to say it’s awesome! Much faster than the older version, I personally recommend you to make the jump.
But like always there were some problems, one of them was the hibernate feature ceasing to work, the other one was vmware console plugin just dying with no apparent reason and no log whatsoever (yes, I still use vmware server, my server processor does not comply with KVM virtualization…).
After a lot of google digging I’ve was able to find a quick and dirty fix, here is how it’s done:
First of all create a folder named vmware-console and move yourself into it:
Get from your vmware server the .xpi package with the console plugin:
Or for the 64bit version:
Unzip the file:
Create a new file like this:
Paste the following magic code, and don’t forget to change the $PATH_TO_VMRC
variable so it points to the folder plugins you’ve extracted earlier:
Save and close the file and then change it to be executable:
Now try typing on the terminal
Problem solved, you’ve vmware console back in business!
Leave a comment