Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Ubuntu Forum Archives > Karmic Koala Testing and Discussion (CLOSED)
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Karmic Koala Testing and Discussion (CLOSED)
Ubuntu Karmic Koala is in development, use only for testing purposes!!!

This forum is for the discussion of Ubuntu Karmic Koala. Karmic is in development and will be out in October 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Karmic please report the bug in Launchpad.


 
 
Thread Tools Display Modes
Old October 12th, 2009   #1
tkornacki
First Cup of Ubuntu
 
Join Date: Feb 2009
Location: Queensland, Australia
Beans: 3
Ubuntu Karmic Koala (testing)
Send a message via ICQ to tkornacki
VMware {Player Ubuntu 9.10 Mouse Integration

Just wondering if anyone is running VMware Player with a ubuntu 9.10 host and Windows XP machine with VMware tools installed successfully?

I just upgraded to ubuntu 9.10 and have found that the mouse integration is not working properly. It seems to jump in and out towards the edges of the window therefore preventing things from being clicked e.g. windows start button as the first click grabs the VM window (then it falls out). So the second mouse click simply grabs the window again.

This problem is in console mode. When in unity mode it seems to work ok.

I am using:

VMware Player 2.5.3 build-185404
ubuntu release 9.10 (karmic) (64bit)
kernel linux 2.6.31-13-generic
GNOME 2.28.0

Does anyone have any ideas of how to get around this or at least identify if its ubuntu or VMware that has the issue?

Cheers.
tkornacki is offline  
Old October 14th, 2009   #2
Gazi
First Cup of Ubuntu
 
Join Date: Oct 2009
Beans: 1
Unhappy Re: VMware {Player Ubuntu 9.10 Mouse Integration

I have the same problem with same versions.
Gazi is offline  
Old October 19th, 2009   #3
gungne
First Cup of Ubuntu
 
Join Date: Oct 2009
Location: Norway
My beans are hidden!
Ubuntu Karmic Koala (testing)
Re: VMware {Player Ubuntu 9.10 Mouse Integration

I had the same problem and found this solution which worked for me:
http://www.rootloot.de/blog/vmware_in_ubuntu_karmic

Put this statement

export VMWARE_USE_SHIPPED_GTK=yes

into /etc/vmware/bootstrap

Cheers,
Arne Hanssen
gungne is offline  
Old October 19th, 2009   #4
dabl
Chocolate-Covered Ubuntu Beans
 
dabl's Avatar
 
Join Date: Jan 2007
Beans: 2,379
Re: VMware {Player Ubuntu 9.10 Mouse Integration

... and be aware that VMware won't build correctly on the next kernel you install. You will need to first comment out that line in /etc/vmware/bootstrap, then run VMware and let it build the modules and open your VM, then close it all, and go back into /etc/vmware/bootstrap and uncomment the line. Then it will run correctly once again.
__________________
Intel Core 2 Extreme @3.4GHz on Intel D975XBX2, Nvidia GTX260, Kubuntu Lucid Lynx / KDE4.5 64-bit on ext4, sidux 2009-03 KDE4.4 64-bit on jfs
dabl is offline  
Old October 19th, 2009   #5
ayates
Just Give Me the Beans!
 
ayates's Avatar
 
Join Date: May 2005
Location: North Carolina
Beans: 76
Ubuntu Development Release
Re: VMware {Player Ubuntu 9.10 Mouse Integration

There's also a beta verion of Player(VMware-Player-3.0.0-197124.i386.bundle) that fixes it.
ayates is offline  
Old October 26th, 2009   #6
sdowney717
Chocolate Ubuntu Mocha Blend
 
sdowney717's Avatar
 
Join Date: Dec 2006
My beans are hidden!
Re: VMware {Player Ubuntu 9.10 Mouse Integration

nasty problem but easy to work around
this fixes the problem for me vmware server 2.0.1
mouse is now working!

create this file using the bin/bash text.
give it a name like VMlaunch.sh
make it executable
run it and it loads the VMware machine
Quote:
#!/bin/bash
################################################## ##############################
# Call VMWare Server's Remote Console in a clean GTK setup.
################################################## ##############################

# Clean GTK setup for VMWare
export VMWARE_USE_SHIPPED_GTK=yes

# Find console executable in Firefox plugins.
vmrc="$(find "$HOME/.mozilla/firefox" -name vmware-vmrc -type f -perm -111 | tail -1)"
[ -x "$vmrc" ] || exit 1

set -x
cd "$(dirname "$vmrc")" && "$vmrc" -h 127.0.0.1:8333



http://shellack.de/info/content/vmwa...onsole-failure
It should also be possible to run Firefox by VMWARE_USE_SHIPPED_GTK=yes firefox in your Linux command line to fix the GTK issue.
sdowney717 wrote 2 seconds ago: #6
sdowney717 is offline  
Old October 26th, 2009   #7
sdowney717
Chocolate Ubuntu Mocha Blend
 
sdowney717's Avatar
 
Join Date: Dec 2006
My beans are hidden!
Re: VMware {Player Ubuntu 9.10 Mouse Integration

interesting, if you run the script and the virtual machine is powered off, it will power it on. so once you have the machine configured, the script simply acts as a player.

how about the sound, it says it is not compatable.
sdowney717 is offline  
Old October 27th, 2009   #8
ivano.visco
First Cup of Ubuntu
 
Join Date: Mar 2008
Beans: 1
Re: VMware {Player Ubuntu 9.10 Mouse Integration

Quote:
Originally Posted by gungne View Post
I had the same problem and found this solution which worked for me:
http://www.rootloot.de/blog/vmware_in_ubuntu_karmic

Put this statement

export VMWARE_USE_SHIPPED_GTK=yes

into /etc/vmware/bootstrap

Cheers,
Arne Hanssen
This worked for me too. Thanks
ivano.visco is offline  
Old October 27th, 2009   #9
bribera
A Carafe of Ubuntu
 
bribera's Avatar
 
Join Date: Nov 2004
Location: Seattle, WA
Beans: 94
Xubuntu 9.10 Karmic Koala
Send a message via AIM to bribera
Re: VMware {Player Ubuntu 9.10 Mouse Integration

Quote:
Originally Posted by gungne View Post
I had the same problem and found this export VMWARE_USE_SHIPPED_GTK=yes
Interestingly enough, this fix fails rather unimpressively under xubuntu/x86_64/vmware-server 2.0.1:
brendan@scylla:[snip]$ VMWARE_USE_SHIPPED_GTK=yes ./vmware-vmrc -h 127.0.0.1:8333

(vmware-vmrc:19752): Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch)

(vmware-vmrc:19752): Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch)
** (vmware-vmrc:19752): DEBUG: This Gtk+ version doesn't have the GtkSettings::gtk-enable-input-feedback-sounds property.
./bin/vmware-vmrc: symbol lookup error: /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: undefined symbol: gdk_threads_add_idle_full
I don't quite grok the different values for this variable, but setting it to "force" instead of "yes" in my setup caused things to function correctly.

I.e. try:
VMWARE_USE_SHIPPED_GTK=force
If you're still having issues.
bribera is offline  
 

Bookmarks

Tags
ubuntu 9.10, vmplayer, vmware

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:32 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry