[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2015-09-21 Thread Alkis Georgopoulos
Here's my version of the workaround, it patches all the nppdf files only if they match the broken md5sum. Just copy/paste all of it in a single line in a terminal and enter your password when prompted by the sudo command. find /usr /opt -name '*nppdf*' | xargs md5sum | while read sum file; do if

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-11-14 Thread Hai NGUYEN VAN
Deleting /usr/lib/mozilla/plugins/npwrapper.nppdf.so works but only avoids the problem instead of fixing it -- 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: D

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-11-02 Thread Matita4
In Ubuntu 14.04.01 it is easy to fix, I do in this way: from terminal sudo nautilus then I delete this file /usr/lib/mozilla/plugins/nppdf.so -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https://bugs

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-10-14 Thread Thangalin
One more work around: sudo rm /usr/lib/mozilla/plugins/npwrapper.nppdf.so -- 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

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-05-13 Thread Daniel Letzeisen
Adobe has discontinued Acrobat Reader for Linux/Unix and there is no way Ubuntu can modify the binary file. For those still having the issue, please use one of the many workarounds described in this bug. ** Changed in: acroread (Ubuntu) Status: Triaged => Won't Fix ** Project changed: ado

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-05-13 Thread cako
Persists in 14.04, acroread 9.5.5-1raring1. -- 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 m

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-03-13 Thread Vadim R. Kotov
I'm using KXstudio (based on 64-bit ubuntu 12.04), the bug still persists. Is it the copyright/licencsing issues that do not allow to upload a modified nppdf.so file (as described in #3) to ubuntu repository? -- You received this bug notification because you are a member of Canonical Partner Deve

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2014-02-07 Thread David Clayton
On my 12.04 64-bit system I added this code from post #11 to delete this file on every boot-up: sudo nano /etc/rc.local Add in this just before the "exit 0" line: rm -f /home/*/C\:\\nppdf32Log\\debuglog.txt /tmp/C\:\\nppdf32Log\\debuglog.txt -- You received this bug notification because you ar

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-27 Thread Alberto Salvia Novella
It's just people playing around 😒 -- 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 noti

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-27 Thread Daniel Letzeisen
Changing back to Triaged. This bug is still present in the final Adobe release of Acrobat Linux (9.5.5), and there is no indication of a recent patch to fix it. ** Changed in: acroread (Ubuntu) Status: Fix Released => Triaged -- You received this bug notification because you are a member

Re: [Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-26 Thread Ryan Tandy
Hi Dgtfeargr, On Sat, Oct 26, 2013 at 1:44 AM, Dgtfeargr wrote: > ** Changed in: acroread (Ubuntu) >Status: Triaged => Fix Released acroread doesn't appear to have been uploaded recently. Which version of acroread do you claim fixes this bug? -- You received this bug notification becau

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-26 Thread Alberto Salvia Novella
** Changed in: adobe-isv Status: New => Fix Released -- 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

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-26 Thread Dgtfeargr
** Changed in: acroread (Ubuntu) Status: Triaged => Fix Released -- 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 bro

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-17 Thread Timmie
@#24 this does not seem like a solution. I think a program should not leave such traces... -- 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

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-10-17 Thread Jan de Haan
sed rules. One liner to change the root cause of this. sudo find / -name nppdf.so | xargs sudo sed -i 's/C:\\nppdf32Log\\debuglog.txt/.\/.nppdf32Log.debuglog.txt/g' Use at your own risk. Safe way to do this would be of course to remove all 'C:\nppdf32Log\debuglog.txt' files, sudo find / -n

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-09-23 Thread Joe Borg
Rather than sleep, why don't you just cron the clean up to run every minute? Like: * * * * * ~/myStuff/myCleanUpProgram Then it'll be out of sight! -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https:/

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-09-18 Thread Daniel Letzeisen
Another possible workaround: Delete the file and recreate it as a symbolic link to /dev/null -- 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 create

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-09-18 Thread Alberto Salvia Novella
** Changed in: acroread (Ubuntu) Status: Confirmed => Triaged ** Changed in: acroread (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https://bugs.launchpad.

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-09-10 Thread dino99
** Tags added: saucy -- 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 abo

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-06-07 Thread Robert Fleming
Here's a script to automate the fix from comment 3. Run as, e.g. "sudo ./fix_nppdf.py /opt/Adobe/Reader9/Browser/intellinux/nppdf.so". #! /usr/bin/python3 import mmap, sys target = br'C:\nppdf32Log\debuglog.txt' replacement = br'/dev/null' replacement += b'\0' * (len(target) - len(replaceme

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-05-16 Thread Ari
Latest acroread update reintroduced this bug. Had to reedit the nppdf.so to fix it. God, this is annoying... I would freeze acroread if it wasn't for security concerns. -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acrorea

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-29 Thread Ridgeland
Thanks Jeffery, The edit in post #3 is working here. I used chmod to the .so file then let my user ID edit the file and chmod back to 644. For some reason Okteta as root was slow slow slow. As a test I booted to an older partition with Ubuntu 12.04. Started Firefox - no bug file on desktop. Ran

Re: [Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-19 Thread Adam Porter
I hope this bug gets fixed. In the meantime: tempfile=$(mktemp); crontab -l >$tempfile; echo -e "\n# Remove these annoying files lp#968841" >>$tempfile; echo "0 18 * * * nice -n19 ionice -c3 find ~ -name 'C\:\\nppdf32Log\\debuglog.txt' -exec rm -f '{}' \;" >>$tempfile; cat $tempfile | crontab -;

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-06 Thread Chico Miraglia
I also concur with Aristotelis, Martin and Carol: the probelm only appeared after updating acroread (I am using a 64 bit Ubuntu 12.04.1), that, in fact, was done moments ago. The nagging file is small (NPP...), but unles you discard it, the file grows multiples of 72 bits EVERYTIME you open Fire

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-05 Thread Aristotelis
I concur with Martin and Karol and would like to add that this problem only appeared after my last acroread update. -- 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 Ti

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: acroread (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https://bugs.launchpad

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-02 Thread Ivan
** Also affects: adobe-isv Importance: Undecided Status: New -- 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 brow

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-02 Thread Karol Szkudlarek
on precise 12.04 unfortunetely file with debug is still created: (less debug but still exists..) C:\nppdf32Log\debuglog.txt 48/48100% NPP_GetValue is called NPP_GetValue is called karol@karols

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-02 Thread Martin Kalén
Tested with Ubuntu 11.10 x64 (like the orginial report) in a virtual machine. Since Firefox now uses PDF.js by default, the Adobe plug-in was activated by opening about:config and setting pdfjs.disabled=true. Unfortunately the bug still exists. The strings found in the plug-in are still there, an

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-03-01 Thread LocutusOfBorg
Hi, a new acroread release (0.9.4) is available for update, could you give it a try and tell us if the problem persists? If you still have this bug please set back the status to "new" thanks ** Changed in: acroread (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notific

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2013-01-31 Thread Seth
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) sca

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-10-23 Thread Sean Ross
I just ran this user@box# find / -name 'C\:\\nppdf32Log\\debuglog.txt' -exec rm -f {} \; or if your looking for a reason to code like me #include #include int main(){ while(1){ sleep(3600)//<~ However many seconds you want to check and delete the file system("find / -na

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-06-24 Thread Adam Porter
Harry, I guess you didn't mean to address that to me. :) -- 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 (n

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-06-21 Thread Harry Willis
alphapapa, I've just had a look into this. The acroread package (version 9.5.1) does intend to install a copy of the plugin to /usr/lib/firefox/plugins (symlinked to /usr/lib/firefox-addons/plugins) - this is triggered by a postinst trigger to /opt/Adobe/Reader9/install_browser_plugin. However, thi

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-06-13 Thread Felix Albrecht
As a temporary workaround I disabled the Adobe Reader plugin and installed the following extension to display pdf files: https://addons.mozilla.org/en-US/firefox/addon/pdfjs/ -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to ac

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-06-10 Thread Cody Nybo
The hack in post #3 worked for me. I am using firefox 13 and didn't find the file anywhere other than in /opt. It was rather annoying that the file kept showing up even with the plugin disabled in firefox. -- You received this bug notification because you are a member of Canonical Partner Devel

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-05-30 Thread Adam Porter
I've no idea how this happened, but I just found this "C:\nppdf32Log\debuglog.txt" in the directory I'm building a kernel in. It wasn't there, and then suddenly it was. Rather annoying! -- You received this bug notification because you are a member of Canonical Partner Developers, which is subsc

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-05-21 Thread Harry Willis
It should be noted that in Firefox (tested in 12.0), the necessary nppdf plugin is located in /usr/lib/firefox-addons/plugins: $ locate nppdf /home/harry/C:\nppdf32Log\debuglog.txt /opt/Adobe/Reader9/Browser/intellinux/nppdf.so /usr/lib/firefox-addons/plugins/nppdf.so /usr/lib/mozilla/plugins/nppd

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-05-07 Thread Jeffry Johnston
The file is also created when opening PDFs in the Konqueror browser (at least on Trinity Desktop Environment). A workaround is to use Okteta or another binary/hex editor to modify /opt/Adobe/Reader9/Browser/intellinux/nppdf.so and replace C:\nppdf32Log\debuglog.txt with /dev/null (and trailing NULs

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: acroread (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https://bugs.launchpad

[Canonical-partner-dev] [Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2012-04-22 Thread Martin Kalén
** Summary changed: - Debug log created by the browser plugin (nppdf.so) + Debug log created by Adobe Reader browser plugin (nppdf.so) -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to acroread in Ubuntu. https://bugs.launchpad