Re: [Evolution] Getting newer Evo than found in distro (was: About performance)



On Tue, 2013-05-14 at 11:33 -0400, Mark Filipak wrote:
That's a great tip. Idea! = Is there any way to permanently pipe stdout & 
stderr (from all sources) to an open terminal window that's not part of the 
offending application's execution thread? If so, I would have that window 
automatically open when I boot Linux.

stderr messages from applications spawned from your current X11 session
collect in ~/.xsession-errors.

To follow the output you can do something like:

        tail -f ~/.xsession-errors

and maybe pipe that through a "grep evolution" command to filter it.

I think that gets you kinda close to what you're asking.  Maybe a real
sysadmin on this mailing list has a better idea.

Matthew Barnes



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]