![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| kill user session | fsmadi | SUN Solaris | 10 | 08-04-2007 06:44 AM |
| sftp problem with user id of no telnet session allowed | superdougl | UNIX for Advanced & Expert Users | 2 | 10-30-2006 07:28 AM |
| Deleting a user session | jbrubaker | UNIX for Dummies Questions & Answers | 7 | 07-06-2006 09:01 AM |
| User login session | Docboyeee | UNIX for Advanced & Expert Users | 1 | 11-10-2002 04:12 PM |
| making the application session independent | bokhari_jawad | Filesystems, Disks and Memory | 2 | 11-06-2002 09:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Launch application in gnome session of another user.
A gnome session is launched by UserA of System A, I am connected to userB of System B(or A) through PUTTY. I want to launch an application for eg: gedit through Putty in the display of system A. how can I achieve this.
for eg:- root is logged in to System A, with gdm. DISPLAY=0.0, ip = aa.aa.aa.aa User Sivam is logged into putty console. He has to launch gnome-terminal in root's session using putty.. what are the configurations steps to be taken. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Did you try to use different DISPLAY? Set different display on second console and try like DISPLAY=0:1
|
|
#3
|
|||
|
|||
|
Try doing:
su - USER_A -c "xauth add `xauth list :0.0`; DISPLAY=:0.0 program-you-wish-to-launch" |
|
#4
|
||||
|
||||
|
how about using ssh with another machine ( user on another machine ) and launching an application from that.
|
|
#5
|
|||
|
|||
|
If X is running on the machine where you ssh to:
Code:
DISPLAY=:0.0 XAUTHORITY=/home/user_running_X_on_the_display/.Xauthority your-program |
|||
| Google The UNIX and Linux Forums |
| Tags |
| gnome another user putty x display |
| Thread Tools | |
| Display Modes | |
|
|