Sponsored Link
You no longer need to save and send documents to move them around, simply move the view of the application to the machine where you need to access it.
Key Features
Shadow an existing display or another session
Start sessions on remote (or local) machines using intuitive menus
Disconnect from those sessions and re-connect when you need them again
Send them to other machines with just one click
Stays out of the way using a single icon in your system tray
Install winswitch in ubuntu 12.04/11.10
Open the terminal and Login as root to run the following commands
sudo su --
For ubuntu 12.04 users
Add Packager's key using the following command
sudo curl https://winswitch.org/gpg.asc | apt-key add --
Now install the winswitch repository
echo "deb http://winswitch.org/ precise main" > /etc/apt/sources.list.d/winswitch.list
apt-get update
apt-get install winswitch
For Ubuntu 11.10 users
Add Packager's key using the following command
sudo curl https://winswitch.org/gpg.asc | apt-key add --
Now install the winswitch repository
echo "deb http://winswitch.org/ oneiric main" > /etc/apt/sources.list.d/winswitch.list
apt-get update
apt-get install winswitch
Using winswitch
Please check Window Switch documentation about how to use from here
Screenshot
Holy Cow, that is a really innovative tool. I will definitely need to try this out.
sudo echo “deb http://winswitch.org/ precise main” > /etc/apt/sources.list.d/winswitch.list
WON’T work. The sudo doesn’t traverse the redirector. The only part of the command getting sudo power is ‘echo’ which achieves nothing. You need to use;
echo “deb http://winswitch.org/ precise main” | sudo tee /etc/apt/sources.list.d/winswitch.list
And it will work. I suggest you change this guide. Obviously you tried it but you were logged in as root, so sudo is mooted.
WOW, I can see magic if integrated with Synergy to send windows by drag and drop.