On Mon, Oct 18, 2004 at 08:40:31PM -0400, M P Smoak wrote: > On Monday 18 October 2004 06:15, Alejandro Lopez wrote: [...] > > 1. When I run an application from the command line (rather > > than from the desktop menu), I get lots of potentially useful > > messages. I'd love to have a look at the ones from rosegarden4 > > but only part seem to be printed to stdout, so if I redirect > > to a file using "rosegarden4 > file.text" I'm still missing > > the majority of messages. I've been looking for any text file > > where these messages could be written but I can't find it > > (I've pushed my "find" and "grep" knowledge beyond limits > > now). Any advice? I'd like to check for silly things like the > > sequencer not getting the permission needed to open the > > soundcard and stuff like that. Use 'rosegarden4 2>&1 > file.txt'. Have a look at the 'REDIRECTION'-Section of the bash manpage too. Hope that helps. Burkhard