Summary: | kget logs an enormous amount of data to .xsession-errors | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Diggory Hardy <kde2> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | sample .xsession-errors content |
Description
Diggory Hardy
2011-04-01 16:25:26 UTC
Hey! Thanks for the report, can you attach the .xsession-errors file? Then we can identify the part of kget where it's coming from :) Lukas I can reproduce this issue with my default account. I think that this might be caused by some old config files or something like that. Because if I create a new and clean account I don't have that problem. A workaround for you is to open kdebugdialog and disable all "kget" entries there (might be two of them). Tried a little more. On the new account initially there was only "5001 kget" mentioned in kdebugdialog. After a while also "kget" was in there. "5001 kget" was activated from the beginning, "kget" not. Also activating "kget" lead to the problem described by the bug reporter. This problem then can only be avoided if both "5001 kget" and "kget" are deactivated. Created attachment 58516 [details]
sample .xsession-errors content
Hey, sorry, I meant to add this yesterday!
Thanks Matthias. I don't find quite the same though: only "5001 kget" must be disabled to stop the output (after restarting kget). I (rather the people on irc ;) ) investigated some more. The "issue" is that kdebug and kwarning messages go to stderr and that in turn is sent to .xsession-error for X apps. As such this is not a bug but rather a feature, so I suppose to avoid that you have to turn off debugging for the applications -- via kdebugdialog --you do not want to be informed in the .xsession-error-file. Probably a good idea would be to report this bug on your distribution bug tracker so that they deactivate the debug output by default for at least KGet. |