For Ubuntu:
From the menu bar, select Virtual Machine -> Install Parallels Tools ...
Ignore the message and click Continue. You should see a disk icon on your Ubuntu desk top called Parallels Tools. Ignore that too.
Open a Terminal and type:
Code:
cd /cdrom
sudo sh install
Enter your password, click through the install process and reboot when it's finished.
Edit:
For Fedora it seems to be a bit more complicated. Start the same way ... click on Install Parallel Tools.
Open a Terminal window and type the following. You'll need to switch to the root user to install (unless you've added your account to sudoers):
Code:
cd /media/Parallels\ Tools
su
... enter root password ...
sh install
You will likely get a message that it needs to download and build some kernel module updates. I installed from the Live CD so I didn't have gcc, so I got an error message regarding missing items. I exited the install and typed:
When that finished I ran "sh install" again, it downloaded all modules, then I rebooted.
I also got a message about SELinux possibly affecting operation of Parallels Tools. I didn't modify its settings, but all seems to work fine. Edit 2: although you can switch to full screen, it doesn't modify the resolution, so your Fedora is a box in the middle of the screen.