Bug 230444 - applications do not run silently when launched in terminal
Summary: applications do not run silently when launched in terminal
Status: RESOLVED LATER
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Unspecified
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 13:50 UTC by kakashizilla
Modified: 2011-09-23 02:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kakashizilla 2010-03-12 13:50:17 UTC
Version:            (using KDE 4.4.0)
Installed from:    Fedora RPMs

Open a terminal (konsole, xterm, or other) an launch 
an application like gwenview, kmail, etc...
Even if you terminate the line with a &, the terminal
is ‘polluted’ by messages from the application, for instance
here is some lines after I have launch kmail :

kio_pop3(7930) POP3Protocol::get: Finishing up list
kio_pop3(7930) POP3Protocol::pop3_open:

In consequence you cannot use this terminal anymore, since
the messages will appear whatever you are doing !
This is very problematic if you want to use ‘less’ or ‘nano’,
and the only solution is to open another terminal.
Comment 1 kakashizilla 2010-03-14 17:21:02 UTC
Hello,

I have found a tip : run 'nohup <application> &',
and all messages go into the file 'nohup.out'
Comment 2 Jekyll Wu 2011-09-23 02:31:25 UTC
I don't think this should be seen as a bug. There is nothing wrong for a program to dump debugging messages onto stderr when running.

You can alos use kdebugdialog to supress thoes messages.