Show another user's window on your desktop
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I've tried su -l, su -c "", and they run the command as another user, but I dont want to run the command as them, I want to be able to view their window on my screen.
Example:
User1: Running Firefox
User2: Running Firefox
User3 (Me): Sees and Controls the two Firefoxes.
Any Help?
Thanks
ubuntu desktop
add a comment |Â
up vote
-1
down vote
favorite
I've tried su -l, su -c "", and they run the command as another user, but I dont want to run the command as them, I want to be able to view their window on my screen.
Example:
User1: Running Firefox
User2: Running Firefox
User3 (Me): Sees and Controls the two Firefoxes.
Any Help?
Thanks
ubuntu desktop
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
1
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I've tried su -l, su -c "", and they run the command as another user, but I dont want to run the command as them, I want to be able to view their window on my screen.
Example:
User1: Running Firefox
User2: Running Firefox
User3 (Me): Sees and Controls the two Firefoxes.
Any Help?
Thanks
ubuntu desktop
I've tried su -l, su -c "", and they run the command as another user, but I dont want to run the command as them, I want to be able to view their window on my screen.
Example:
User1: Running Firefox
User2: Running Firefox
User3 (Me): Sees and Controls the two Firefoxes.
Any Help?
Thanks
ubuntu desktop
asked Nov 18 '17 at 18:53
Matthew Sanetra
11
11
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
1
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59
add a comment |Â
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
1
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
1
1
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
I believe that x11nvc is along the lines of what you are looking for.
Here is an example of how to execute the command in a shell.
your-machine> vncviewer managed-machine:0
This link has more in depth installation and execution instructions.
http://www.karlrunge.com/x11vnc/
add a comment |Â
up vote
0
down vote
Try this new tool: https://github.com/x11clone/x11clone
As with x11vnc and similar solutions, you will need to arrange access to the users Xserver, for example using xhost and/or xauth.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I believe that x11nvc is along the lines of what you are looking for.
Here is an example of how to execute the command in a shell.
your-machine> vncviewer managed-machine:0
This link has more in depth installation and execution instructions.
http://www.karlrunge.com/x11vnc/
add a comment |Â
up vote
0
down vote
I believe that x11nvc is along the lines of what you are looking for.
Here is an example of how to execute the command in a shell.
your-machine> vncviewer managed-machine:0
This link has more in depth installation and execution instructions.
http://www.karlrunge.com/x11vnc/
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I believe that x11nvc is along the lines of what you are looking for.
Here is an example of how to execute the command in a shell.
your-machine> vncviewer managed-machine:0
This link has more in depth installation and execution instructions.
http://www.karlrunge.com/x11vnc/
I believe that x11nvc is along the lines of what you are looking for.
Here is an example of how to execute the command in a shell.
your-machine> vncviewer managed-machine:0
This link has more in depth installation and execution instructions.
http://www.karlrunge.com/x11vnc/
answered Nov 19 '17 at 5:04
PuzzledCuber
938
938
add a comment |Â
add a comment |Â
up vote
0
down vote
Try this new tool: https://github.com/x11clone/x11clone
As with x11vnc and similar solutions, you will need to arrange access to the users Xserver, for example using xhost and/or xauth.
add a comment |Â
up vote
0
down vote
Try this new tool: https://github.com/x11clone/x11clone
As with x11vnc and similar solutions, you will need to arrange access to the users Xserver, for example using xhost and/or xauth.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try this new tool: https://github.com/x11clone/x11clone
As with x11vnc and similar solutions, you will need to arrange access to the users Xserver, for example using xhost and/or xauth.
Try this new tool: https://github.com/x11clone/x11clone
As with x11vnc and similar solutions, you will need to arrange access to the users Xserver, for example using xhost and/or xauth.
answered Dec 5 '17 at 15:01
Peter à strand
113
113
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f405473%2fshow-another-users-window-on-your-desktop%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you want them to know you are controlling their machines or are you trying to infect them with a trojan?
â Jesse_b
Nov 18 '17 at 20:28
1
tecmint.com/enable-desktop-sharing-in-ubuntu-linux-mint
â Nate Eldredge
Nov 19 '17 at 0:28
@Jesse_b Yes I want them to know I am controlling my machine. They are just (my) user accounts so I can run more than 1 program at a time (that usually only works 1 at a time).
â Matthew Sanetra
Nov 23 '17 at 16:59