Bug 372183 - Encrypted messages show up in ~/.xsession-errors
Summary: Encrypted messages show up in ~/.xsession-errors
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kopete
Classification: Unmaintained
Component: OTR Plugin (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 14:35 UTC by quazgar
Modified: 2016-11-22 00:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description quazgar 2016-11-07 14:35:39 UTC
Kopete outputs all received and sent messages to the output, which on Linux desktops is by default captured in ~/.xsession-errors and thus logged more or less permanently:

...
kopete(10161) squashMessage: "*secret text*"
kopete(10161) squashMessage: "*secret text*"
kopete(10161) squashMessage: "*secret text*"
...

This happens even in OTR protected communication, where messages by default should not be logged.

The OTR plugin should suppress the printing of these messages or at least make only a placeholder text show up.
Comment 1 Pali Rohár 2016-11-22 00:16:38 UTC
Those are just debug output outputs for area 14000 (Kopete). You can enable/disable debug output in program kdebugdialog.

IIRC it is configured in kdebugrc config file and Linux distributions provides its own config files. If you have enabled those debug outputs for Kopete by default (verify via kdebugdialog), then please report this problem to your Linux distribution.

Closing now as downstream.