Create a shell script in your home directory using your trusty editor, name it vmware-console-fix.
Edit the script and put this in
LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD vmware-server-console
Make it executable.
chmod -x vmware-console-fix
Now when you need to run vmware-console just execute vmware-console-fix
./vmware-console-fix
No comments:
Post a Comment