Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Figuring out why download dialog pops up randomly

  • 6 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: ortaly

more options

Since about a month, the download dialog pops up multiple times a day (seems randomly; I did not download anything manually). If the list of downloaded files (history in download dialog) is not empty, it pops up and stays. If the list of downloaded files is empty, it also pops up randomly and immediately disappears again.

I searched for this issue and found out that the automatically popping up download dialog can be disabled with `browser.download.alwaysOpenPanel=false`. Unfortunately, this is not what I want because the dialog should pop up when a download has been completed - but not randomly.

I would like to find out why this happens because I am a bit afraid that this may be malicious behavior (e.g., triggered by an extension). Do you have any idea where this behavior comes from or how to figure this out? Are there appropriate logs to take a look at? Can I see somehow which Firefox components are active at which point in time?

Edit: Just found other users with the same issue (but no solution, yet): - https://support.mozilla.org/en-US/questions/1370262#answer-1492291 - https://support.mozilla.org/en-US/questions/1370262#answer-1495496

Since about a month, the download dialog pops up multiple times a day (seems randomly; I did not download anything manually). If the list of downloaded files (history in download dialog) is not empty, it pops up and stays. If the list of downloaded files is empty, it also pops up randomly and immediately disappears again. I searched for this issue and found out that the automatically popping up download dialog can be disabled with `browser.download.alwaysOpenPanel=false`. Unfortunately, this is not what I want because the dialog should pop up when a download has been completed - but not randomly. I would like to find out why this happens because I am a bit afraid that this may be malicious behavior (e.g., triggered by an extension). Do you have any idea where this behavior comes from or how to figure this out? Are there appropriate logs to take a look at? Can I see somehow which Firefox components are active at which point in time? Edit: Just found other users with the same issue (but no solution, yet): - https://support.mozilla.org/en-US/questions/1370262#answer-1492291 - https://support.mozilla.org/en-US/questions/1370262#answer-1495496

글쓴이 ortaly 수정일시

모든 댓글 (6)

more options

Thanks for the response Dropa. I am not talking about website popups but about the Firefox download dialog. I added an image to clarify this.

more options

It's a wee bit deep, but you would have to run strace to watch the firefox process. When you get the pop-up, make note of the time and then check the log. May the Schwartz be with you... Or just drop your distro version as your daily driver like I did almost 3yrs ago and use Firefox from Mozilla. ;-)) https://www.mozilla.org/en-US/firefox/all/#product-desktop-release

글쓴이 jonzn4SUSE 수정일시

more options

Thanks for the response jonzn4SUSE and thanks for your strace images :)

Aren't there any proper application logs, extension logs or something similar to trace the behavior of Firefox? I would like to avoid reading through excessive strace logs ;-)

글쓴이 ortaly 수정일시

more options

Yeah, but you will only have to look for the time the issue pops up. Run Firefox from Mozilla (sync your data over as a backup) and see if you have the same issue.

more options

Change the following preference in about:config to false: browser.download.alwaysOpenPanel

https://support.mozilla.org/en-US/kb/about-config-editor-firefox

more options

@Terry: As I explained in the initial post already: I found this but I don't want to circumvent symptoms. I want to understand and fix the underlying problem.