On Thu, 23 Oct 2003 17:28:57 +0000 Hall Stevenson <[EMAIL PROTECTED]> wrote:
> > I added an entry for KMail to my left-mouse-click root window menu and > > when I choose KMail, it outputs some info to an Eterm. If it makes a > difference, here's what it outputs: > > ID '1' was already in done-list! > ID '4' was already in done-list! > > and so on.... > > I've often avoided starting apps from my terms because of this > annoyance. I realize it may not be E's fault, but does anyone have > any ideas ?? I tried Konqueror 'cause it normally outputs some > "Starting kbuild..." message if I start it from a term, but it > doesn't affect my term in this case. I don't use KMail, but how about redirecting the output? Changing the line in your left-click menu to something like: "KMail" NULL exec "kmail 2>/dev/null" or perhaps 2>&1>/dev/null Hope this helps, Brad ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
