Bug 315529 - Kate needs a "quiet" option
Summary: Kate needs a "quiet" option
Status: RESOLVED INTENTIONAL
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 17:40 UTC by Adrien
Modified: 2013-09-11 05:49 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 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