Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to get rid of KDE error messages.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
evoweiss
Veteran
Veteran


Joined: 07 Sep 2003
Posts: 1678
Location: Edinburgh, UK

PostPosted: Mon Jan 23, 2006 5:35 pm    Post subject: Reply with quote

BitJam wrote:
Did the redirection to a test file work? You indicated that error messages got into the test file. Did they stop appearing in the konsole window or did they end up in both the konsole and the test file?


Yes, it did work and now the errors were only directed into the file output was directed into.

Also, I am going to be out of town for a week starting Monday, so if you don't hear from me, it probably means I'm away.

Best,

Alex
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2508
Location: Silver City, NM

PostPosted: Mon Jan 23, 2006 5:45 pm    Post subject: Reply with quote

evoweiss wrote:
Yes, it did work and now the errors were only directed into the file output was directed into.


Then the solution is:
Code:
k () {
     konqueror $@ &>> ~/.xsession-errors &
     disown
 }

Or use /dev/null if you are sure you don't want to record the errors. The disown is still handy so that you don't kill konq when you close the terminal window.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum