P
Parallels User
>>> Message has been deleted by the user <<<
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
soleblaze said:I noticed one of the features of 3.0 is linus parallels tools. Has anyone here tried this and if so, how well does it work and what features does it give?
Installing Parallels Tools in Linux
Parallels Tools are now available for Linux guest OSes with X.org versions 7.0, 7.1 and 7.2 See Parallels Tools Available for Different Guest OSes (page 88).
Warning. Before starting Parallels Tools installation close all the open applications to
prevent data loss during possible X-Server restart.
To install Parallels Tools:
1 Start the virtual machine.
2 When the guest OS is loaded, log in as the root.
3 Press Ctrl+Option(Alt) to release the keyboard and mouse input to Mac OS X. From
the Actions menu choose Install Parallels Tool. The ISO image of Parallels Tools installation CD will be connected to the virtual machine. By default, in Mac OS X, the image file can be found: /library/Parallels/Tools/vmtools-linux.iso
4 Click anywhere in the Guest OS window to capture the keyboard and mouse input in the guest OS.
5 Start the terminal.
6 Make sure the CD-ROM is mounted.
7 Change the directory to the CD-ROM and run the installer by the command:
sh parallels-tools.run
8 Wait while Parallels Tools are being installed...
9 Restart the virtual machine.
sidssp said:John,
Thank you for pointing this out. I did everything right except I forgot putting sh in front of parallels-tools.run. My bad. Now it works great in FC6.
whtrabit said:Change the directory to the CD-ROM and run the installer by the command:
sh parallels-tools.run
How do you change the directory?? Linux n00b also. Ubuntu 7.04
whtrabit said:Ok I will try that. I was going to make a new Ubuntu VM to see if the install was any betterthan it was under 2.5. Thank you for the quick reply.
whtrabit said:Once I FINALLY got the correct CD-ROM (don't ask) icon dragged to the terminal and entered sudo sh..... it all went well and install actually took 3 -4 seconds. I am having trouble though when I shut down Ubuntu--the graphics just get white and grainy and the VM never seems like it shuts down.
The Cardinal said:I am a complete novice on Linux and I have, in fact, installed it so that I can learn about it.
When I open the terminal, type CD and drag the cd icon over, then press enter, I receive a message telling me that no such file or directory exists and the file browser window is opened.
Can anybody please tell me what I am doing wrong.
surfous said:Dragging the Parallels Tool CD icon to the terminal does *not* work in Ubuntu 7.04 (Feisty).
Here is what I did to install the tools on that VM platform:
$ cd /media/cdrom
$ sudo sh ./parallels-tools.run
Dragging the Parallels Tools icon inserts the full URL represented by that icon which is: x-nautilus-desktop:///CD-ROM%2FDVD-ROM%20Drive.volume under Ubuntu 7.04's Gnome (default) desktop, and the cd command doesn't like that.
The Cardinal said:How do you get to the root directory?
John the Geek said:I'm not used to having to put sh in front of shell scripts. It was driving me crazy. Still a Linux n00b here.