Bug 315529

Summary: Kate needs a "quiet" option
Product: [Applications] kate Reporter: Adrien <perso>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: kare.sars
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Adrien 2013-02-20 17:40:25 UTC
when starting in a terminal, kate print a lot of messages, not necessary wanted. Could you please add an option to make kate silent ?

This bug was reported on the Debian Bug Tracker :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589683

Reproducible: Always

Steps to Reproduce:
1. open a terminal
2. launch kate
3.
Actual Results:  
the terminal is full of messages

Expected Results:  
kate --quiet should keep the terminal clean.
Comment 1 Dominik Haumann 2013-09-10 23:29:58 UTC
Just launch kdebugdialog and disable the debug areas for Kate. Then it is going to be silent.
This is the official way of dealing with this issue. We won't implement a solution that is special to Kate, sorry.
Comment 2 Kåre Särs 2013-09-11 05:49:41 UTC
Unfortunately that is not enough. On Kubuntu you still get a lot of "Enchant dict for ....." and similar lines.

But don't worry here is your magic option to remove them ;) 

kate 2> /dev/null

example:
kate 2> /dev/null -n some_file_to_open_in_a_new_window.txt