Winswitch – Tool that allows you to move applications between networked computers

Sponsored Link
Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required.
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


Sponsored Link

You may also like...

3 Responses

  1. gavin says:

    Holy Cow, that is a really innovative tool. I will definitely need to try this out.

  2. 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.

  3. Tamer Mohammed AbdulRadi says:

    WOW, I can see magic if integrated with Synergy to send windows by drag and drop.

Leave a Reply

Your email address will not be published. Required fields are marked *