Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5593 - xmove-2.0_beta2.ebuild (new package)
Summary: xmove-2.0_beta2.ebuild (new package)
Status: RESOLVED DUPLICATE of bug 5616
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-25 20:31 UTC by Robert Wyrick
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xmove.tar.bz2 (new ebuild) (xmove.tar.bz2,1.75 KB, application/octet-stream)
2002-07-25 20:32 UTC, Robert Wyrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Wyrick 2002-07-25 20:31:27 UTC
Attached is file xmove.tar.bz2 which contains an ebuild for xmove.

xmove is pseudoserver for X which allows you to move X11 clients from one
display to another.  This ebuild builds xmove (the X pseudoserver) and xmovectrl
(the client).  An example might be in order:

You have two hosts: A and B.
1. start xmove on host A.  Host A's normal X Display is ":0", the display for
xmove running on host A is "A:1".
2. export DISPLAY="A:1"
3. xclock & ... xclock will now come up on A's display
4. xmovectrl -list
   1     xclock               A:0                             
   This shows that xclock is running on A:0 with an ID of 1
5. xmovectrl -move B 1
   xclock disappears from the display on A and shows up on B
6. xmovectrl -list
   1     xclock               B:0                             
   This shows that xclock is running on B:0 with an ID of 1

I've taken the liberty of placing xmove in x11-misc, and this
is reflected in the tarball.

Enjoy!
Comment 1 Robert Wyrick 2002-07-25 20:32:09 UTC
Created attachment 2594 [details]
xmove.tar.bz2 (new ebuild)
Comment 2 Robert Wyrick 2002-07-25 20:35:48 UTC
I forgot to mention... though this file has a version of 2.0_beta2, the source
hasn't been touched since around 1997 from what I can tell....  I'm not sure if
I named the package correctly.  Y'all decide! ;)
Comment 3 Hanno Böck gentoo-dev 2002-10-07 08:39:34 UTC

*** This bug has been marked as a duplicate of 5616 ***