View Single Post

   
  #18 (permalink)  
Old 02-20-2008, 07:06 PM
Grant
 
Posts: n/a
Default Re: how fix undraggable X11 window?

On 26 Sep 2006 15:43:19 -0700, "Michael2" <mwpierce2@gmail.com> wrote:

>Grant wrote:
>> menu peetoo {
>> ... this section not work yet

>I should have explaind my machine names
>do you have a passphrase setup for sempro??


Yes, with pageant running on 'doze side.

> if so, you might try using
>an empty passphrase...


Aha! Okay, I get:

F:\bin\PuTTY>plink -pw "" grant@sempro pan

works to start pan...

This fixes some other issues, 'plink -v ' helped heaps:

# Xming Server Resource File
TRAYICON ",101"
menu magpie {
"oclock" exec "f:\bin\xapps\oclock -display %display%"
"xeyes" exec "f:\bin\xapps\xeyes -display %display%"
}
menu peetoo {
xeyes exec "f:\bin\PuTTY\plink -l grant -load sempro /usr/X11R6/bin/xeyes"
}
menu sempro {
pan exec "f:\bin\PuTTY\plink -l grant -load sempro /usr/bin/pan"
vmware exec "f:\bin\PuTTY\plink -l grant -load sempro /usr/local/bin/vmware"
xeyes exec "f:\bin\PuTTY\plink -l grant -load sempro /usr/X11R6/bin/xeyes"
separator
kcalc exec "f:\bin\PuTTY\plink -l grant -load sempro /opt/kde/bin/kcalc"
}
menu main {
"magpie" menu magpie // localhost
"peetoo" menu peetoo
"sempro" menu sempro
separator
"Access Status" execd "f:\bin\xapps\xhost.bat"
"Reload Xmingrc" reload
separator
}
RootMenu main
SilentExit
DEBUG "Done parsing the configuration file..."


Only 'pan' came up without a full pathname.

No longer need xhost access stuff.

In my PuTTY sessions I don't save the username, as I'll login into a box
as 'grant' or 'root', so I need to specify user in menu when opening a
saved session.

Thanks,
Grant.
--
http://bugsplatter.mine.nu/
Reply With Quote