Mailinglist Archive: opensuse-kde (106 mails)

< Previous Next >
Re: [opensuse-kde] Output from kdDebug() is no longer visible
  • From: Diederik van der Boor <vdboor@xxxxxxxxxxxxxxxx>
  • Date: Tue, 2 Oct 2007 23:24:47 +0200
  • Message-id: <200710022324.47216.vdboor@xxxxxxxxxxxxxxxx>
Op Saturday 29 September 2007 14:15:32 schreef Dirk Mueller:
> On Friday, 28. September 2007, Diederik van der Boor wrote:
> > Since a recent kde 3 package update I'm no longer able to see the output
> > of kdDebug() in the console. In `kdebugdialog --fullmode` the output is
> > set to "shell" though.
>
> we've switched the default, so kDebug() is hidden unless explicitely set to
> visible. There is one issue though: if you never create a kapplication or a
> KGlobal instance, your debug output will be hidden as well.
>
> There was a 2nd person already complaining about the 2nd part, if this is
> the case for you as well I'm tempted to change output to shell again for
> kdDebugs which run without KApplication.
>
> Greetings,
> Dirk

Thanks, this gave me enough clues to fix the problem.

I've created a ~/.kde/share/config/kdebugrc file with the following contents:

[0]
AbortFatal=true
ErrorOutput=2
FatalOutput=2
InfoOutput=2
WarnOutput=2

This fixed my problem.

Perhaps worth mentioning this somewhere at the openSUSE wiki pages?

Greetings,

Diederik


-- 
Peace cannot be kept by force; it can only be
achieved by understanding.  -- A. Einstein
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups