| Summary: | KDED Write Daemon not working | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
|
Description
Darrell
2013-01-08 14:30:29 CST
In tdebase/konsole/konsole/kwrite.cpp:
TQString txt = i18n("KWrited - Listening on Device %1").arg(pty->ttyName());
setCaption(txt);
kdDebug() << txt << endl;
When should this text string appear in the xsession error log or stdout/stderr? kddebug 7020 (kded) is enabled on my system yet I don't see this message anywhere.
The TDE kwrite daemon is working on a Slackware 14.0 32-bit virtual machine. At this point I suspect something is not building correctly on the 64-bit machine.
Somewhere along the way this problem got resolved. |