You are not logged in.
Since some days, a file named "libpeerconnection.log" with zero file size is created (and recreated when deleted an logged in again) in my home dir. I have no Idea where that file belongs to, google had no further informations about a file like this.
How can I find out what process is creating that file?
Thanks in advance!
Last edited by Thorsten Reinbold (2013-05-11 02:45:48)
Offline
Google says it might be chromium: https://code.google.com/p/chromium/issu … ?id=239048
Offline
Thank you, I wasn't aware that this counts for Chrome as well.
Offline
To temporarily solve with version 28 just edit the file
/opt/google/chrome/google-chrome
and change the line before the command
exec-a "$ 0" "$ HERE / chrome" "$ @"
adding the line
cd /tmp
or any other directory where you want the file to be created.
Offline
To temporarily solve with version 28 just edit the file
/opt/google/chrome/google-chrome
and change the line before the command
exec-a "$ 0" "$ HERE / chrome" "$ @"
adding the line
cd /tmp
or any other directory where you want the file to be created.
That was starting to annoy me. thanks a load for the tip.
Offline