Re: [arch-general] libpng warning - qt application

2014-05-28 Thread Guus Snijders
Op 28 mei 2014 09:29 schreef "Martti Kühne" het volgende: > > On Tue, May 27, 2014 at 5:43 PM, Guus Snijders wrote: > > [Python/QT application troubleshooting, libpng warning] > > > > A little more testing showed that the warning was generated by a > > webviewer that is part of this program. > >

Re: [arch-general] libpng warning - qt application

2014-05-28 Thread Martti Kühne
On Tue, May 27, 2014 at 5:43 PM, Guus Snijders wrote: > [Python/QT application troubleshooting, libpng warning] > > A little more testing showed that the warning was generated by a > webviewer that is part of this program. > After a lot of testing, it turned out that the problem of not showing > t

Re: [arch-general] libpng warning - qt application

2014-05-27 Thread Guus Snijders
2014-05-27 22:33 GMT+02:00 Timothée Ravier : > On 27/05/2014 17:43, Guus Snijders wrote: >> I'm still curious to know how one can find out which files are opened >> by any program during startup; strace mainly showed which files could >> not be found. > > Did you make sure to trace children too? >

Re: [arch-general] libpng warning - qt application

2014-05-27 Thread Timothée Ravier
On 27/05/2014 17:43, Guus Snijders wrote: > I'm still curious to know how one can find out which files are opened > by any program during startup; strace mainly showed which files could > not be found. Did you make sure to trace children too? 'strace -f -e trace=open myapp' should do it. -- Tim

Re: [arch-general] libpng warning - qt application

2014-05-27 Thread Guus Snijders
[Python/QT application troubleshooting, libpng warning] 2014-05-27 16:32 GMT+02:00 Jerome Leclanche : > Could be something embedded in the resources, have you looked through those? Thanks for your response. I should have mentioned that in the first message. I did check the files belonging to the

Re: [arch-general] libpng warning - qt application

2014-05-27 Thread Jerome Leclanche
Could be something embedded in the resources, have you looked through those? J. Leclanche On Mon, May 26, 2014 at 11:57 PM, Guus Snijders wrote: > I know this is hardly a new problem, and I know how to fix a 'broken' png > file. > The problem is finding that file. > > Here's the case; i recentl