On 04/20/2012 11:03 PM, David C. Rankin wrote:
On 04/20/2012 09:51 PM, Darrell Anderson wrote:
Use kdebugdialog. Enable every check box and you'll have an xsession log that will fill quickly.
To restore your xsession log thereafter, delete $TDEHOME/share/config/kdebugrc.
Darrell
Thanks Darrell,
I've just started looking at the sftp kio code. It's Greek.... The tough part is all the errors are spit out by some other part of tdebase and not the kio files, so I can't grep errors and find anything....
That is really strange,
Even though I can capture errors from the command line, kdebugdialog will not cause any of the sftp or fish messages to be written to .xsession-errors. There may be more wrong with kio than meets the eye. When I log command line errors, I get:
konqtree: KonqSidebarDirTree::slotListingStopped file:/// konqtree: m_selectAfterOpening konqueror: url sftp://nirvana.3111skyline.com filtered into sftp://nirvana.3111skyline.com konqueror: KonqMainWindow::openURL : url = 'sftp://nirvana.3111skyline.com' serviceType='' req=[typedURL=sftp://nirvana.3111skyline.com newTabInFront] view=(nil) konqueror: trying openView for sftp://nirvana.3111skyline.com (serviceType ) konqueror: Creating new konqrun for sftp://nirvana.3111skyline.com req.typedURL=sftp://nirvana.3111skyline.com kio (KIOJob): stat sftp://nirvana.3111skyline.com kio (KIOJob): needs a msg box kio (KIOJob): messageBox 5 Error encountered while talking to ssh. - Unexpected SFTP error: 2 kio (KIOJob): kio_uiserver registered kio (KIOJob): SlaveInterface::messageBox m_progressId=89 konqueror: Observer::messageBox 5 Error encountered while talking to ssh. - Unexpected SFTP error: 2
but, there is nothing that is logged to .xsession-errors? Huh?