KDE's kdm starting filePro
Walter Vaughan
wvaughan at steelerubber.com
Fri May 13 14:14:49 PDT 2005
<Fairlight and others had suggestion regarding executing filePro automatically
from a ssh client and not hanging things when kdm starts up the KDE environment>
Well I inserted the code below into the bottom of that user's .profile and it
seems to be exactly what the doctor ordered in my case....
## startup filePro when starting PuTTy
if [ -n "$SSH_TTY" ]
then
exec /appl/fp/p menu
fi
##
--
Thanks everyone...
Walter
More information about the Filepro-list
mailing list