본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Colored diagonal stripes in address bar and robitic image on start up.

  • 5 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

I'm trying to help my daughter. First, frequently a graphic background appears in the Firefox address bar consisting of diagonal gray and reddish stripes occasionally. This can be made to disappear if one closes Firefox and reopens Firefox. Second, on startup after the computer was in sleep mode, there is a translucent graphic robotic like image over the screen when Firefox is opened. This goes away if one closes and reopens Firefox. It does not reappear until the computer goes into sleep mode and one reopens it and opens Firefox.

I'm trying to help my daughter. First, frequently a graphic background appears in the Firefox address bar consisting of diagonal gray and reddish stripes occasionally. This can be made to disappear if one closes Firefox and reopens Firefox. Second, on startup after the computer was in sleep mode, there is a translucent graphic robotic like image over the screen when Firefox is opened. This goes away if one closes and reopens Firefox. It does not reappear until the computer goes into sleep mode and one reopens it and opens Firefox.

모든 댓글 (5)

more options

You can hover the robot icon on the location bar and check what reason is shown in the tooltip (DevTools, Marionette, RemoteAgent). If the reason is DevTools then check on the about:config page whether these prefs have their default value (i.e. are not bold).

  • devtools.chrome.enabled (false)
  • devtools.debugger.prompt (true)
  • devtools.debugger.remote-enabled (false)

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

See also:

more options

I'm not sure I understand the answer as I'm not a developer. Attached is a screenshot of the stripped address bar sent by my daughter.

What do you mean by a robot icon?

more options

The robot icon I'm referring to is the icon that shows at the far left on the location bar in the screenshot. If she hovers this icon then you should see a tooltip.

more options

My daughter changed the following to the values mentioned above on the about:config page.

   devtools.chrome.enabled (false)
   devtools.debugger.prompt (true)
   devtools.debugger.remote-enabled (false) 

She restarted the computer and it changed them back to what they were before she started. Then she tried to just set all the values to the default setting, restarted the computer and that didn't take either.

more options

A possible cause is the presence of a user.js file in the profile folder that sets those prefs each time Firefox is tarted.

You can check if you have a user.js file in the profile folder to initialize prefs each time Firefox starts. The user.js file will only be present if you or other software has created this file and normally won't be present.

You can check its content with a text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can delete the user.js file.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).