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] QEMU bug report

2014-05-27 Thread Bigby James
On 05/27, Steven Honeyman wrote: > Sorry if this sounds a little rude, but could someone please actually > read this bug report before it just gets closed? > > https://bugs.archlinux.org/task/40571 > > (it has already been flagged for closure - wrongly or without good reason) > > Thanks, > Steve

[arch-general] QEMU bug report

2014-05-27 Thread Steven Honeyman
Sorry if this sounds a little rude, but could someone please actually read this bug report before it just gets closed? https://bugs.archlinux.org/task/40571 (it has already been flagged for closure - wrongly or without good reason) Thanks, Steven.

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

[arch-general] XULrunner optional dependencies

2014-05-27 Thread Joren Van Onder
It might be a good idea to add the gstreamer0-* optional dependencies of Firefox as optional dependencies to XULrunner too. As it stands, a user who installs something like conkeror-git from the AUR never gets informed that HTML5 video/audio playback can be improved by installing these packages. -