Re: [Flightgear-devel] fgfs log files with qt process

2011-06-07 Thread HB-GRAL
Am 07.06.11 15:54, schrieb Reagan Thomas: > Also, do you have a bug tracker or other preferred means of reporting > issues or feature requests? Bugtracker is here: fgx.googlecode.com Thanks anyway for testing and sending me some notes here in the list. Cheers, Yves -

Re: [Flightgear-devel] fgfs log files with qt process

2011-06-07 Thread Reagan Thomas
On 6/7/2011 12:59 AM, HB-GRAL wrote: > Am 05.06.11 23:37, schrieb HB-GRAL: >> Hi all >> >> I am trying to to write fgfs stderr output to a file. This is no problem >> when I use redirection like "&> logifle.log" in a shell of course, but - >> unfortunately - this can not be passed as argument wit

Re: [Flightgear-devel] fgfs log files with qt process

2011-06-06 Thread HB-GRAL
Am 05.06.11 23:37, schrieb HB-GRAL: > Hi all > > I am trying to to write fgfs stderr output to a file. This is no problem > when I use redirection like "&> logifle.log" in a shell of course, but - > unfortunately - this can not be passed as argument with qt by > startDetached process, which I use

[Flightgear-devel] fgfs log files with qt process

2011-06-05 Thread HB-GRAL
Hi all I am trying to to write fgfs stderr output to a file. This is no problem when I use redirection like "&> logifle.log" in a shell of course, but - unfortunately - this can not be passed as argument with qt by startDetached process, which I use with fgx launcher and which is static. I am