为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

new windows open randomly - even when away from computer

  • 8 个回答
  • 4 人有此问题
  • 43 次查看
  • 最后回复者为 hamhock

more options

firefox opens new windows randomly, but about one new window every 30 to 60 minutes. will happen with no user input - even while screen is locked - when I unlock in the morning about 10 - 20 new windows have opened.

-- fresh install of arch linux with only a few basic packages installed so far. firefox 41.0.2. health report enabled. occurs with add-ons disabled, only one blank tab open in firefox and no other applications running.

firefox opens new windows randomly, but about one new window every 30 to 60 minutes. will happen with no user input - even while screen is locked - when I unlock in the morning about 10 - 20 new windows have opened. -- fresh install of arch linux with only a few basic packages installed so far. firefox 41.0.2. health report enabled. occurs with add-ons disabled, only one blank tab open in firefox and no other applications running.

被采纳的解决方案

solved: a new window opening every 61 minutes was due to a package: profile-sync-daemon, I reverted back to the older version (5.75) and all is well now.

定位到答案原位置 👍 0

所有回复 (8)

more options

Is the new window related to sites you normally visit or is it unrelated advertising, malware, or some other unwanted content?

In past threads, there was a program for Windows that would create a scheduled task to open a URL in the default browser at certain intervals. The tell-tale sign that it was externally generated was that it occurred even when Firefox had been closed -- the system level request caused Firefox to launch.

more options

no - the new window is always the same - my home page (google.com).

new windows only propagate when firefox is running.

more options

You posted with a Linux user agent. On Linux such issues can probably only be caused by other software that tries to open a new tab/window in the default browser, so you could try to set another browser as the default browser to see if that makes a difference.

more options

I used to use chrome, but switched to firefox for a variety of reasons. i'd rather not install chrome on this clean install if there is a way to determine what is making the system call to open firefox. i'm confortable with the command line, but have never needed to do any system call forensics. is there a way to run a command to see what process is making the system call to open firefox?

more options

I don't know how to distinguish between a new window generated by an add-ons vs. an external source.

However, there is a preference for whether URLs sent from an external source should open in a separate new window or in a new tab in the active window. By setting this to new tab, perhaps that will provide some (possibly inconclusive) data on whether the source is external.

(1) In a new tab, type or paste about:config and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste link.o and pause while the list is filtered.

(3) For completeness, I'm going to describe three preferences, but the one you need to change for this test is the third one (to 3):

(A) browser.link.open_newwindow

3 = divert new window to a new tab (default) 2 = allow link to open a new window 1 = force new window into same tab

(B) browser.link.open_newwindow.restriction - for links in Firefox tabs

0 = apply the setting under (A) to ALL new windows (even script windows) 2 = apply the setting under (A) to normal windows, but NOT to script windows with features (default) 1 = override the setting under (A) and always use new windows

(C) browser.link.open_newwindow.override.external - for links in other programs

-1 = apply the setting under (A) to external links (default) 3 = open external links in a new tab in the last active window 2 = open external links in a new window 1 = open external links in the last active tab replacing the current page

more options

small progress - can confirm that a new blank window opens at exactly every 61:00 minutes. happens even if i have just one open blank tab and all add-ons disabled. what could be triggering this every 61:00 minutes?

more options

hello,

just check command strace ,it does list out the process and its footprint in detail. Is that any good..

由prashant于修改

more options

选择的解决方案

solved: a new window opening every 61 minutes was due to a package: profile-sync-daemon, I reverted back to the older version (5.75) and all is well now.