canonical-partner-dev team mailing list archive
-
canonical-partner-dev team
-
Mailing list archive
-
Message #02545
[Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)
Somewhat saner, in fact
while sleep 13600; do find / -name 'C\:\\nppdf32Log\\debuglog.txt'
-exec rm -f {} \; ;done
But you'd probably either
(a) want to limit the places to look for to known places
rm -f /home/*/C\:\\nppdf32Log\\debuglog.txt
/tmp/C\:\\nppdf32Log\\debuglog.txt
(b) scan a limited set of folders
find /home /tmp /var/run -xdev -name
'C\:\\nppdf32Log\\debuglog.txt' -exec rm {} \+
This could be one of those background performance hogs (spinning up your
drive containing all your photos...)
--
You received this bug notification because you are a member of Canonical
Partner Developers, which is subscribed to acroread in Ubuntu.
https://bugs.launchpad.net/bugs/986841
Title:
Debug log created by Adobe Reader browser plugin (nppdf.so)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/986841/+subscriptions
References