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

Why does Firefox say that all .ZIP files are Google Gadgets?

more options

Whenever I open a file of MIME type application/zip from a website, Firefox says that I have chosen to open a file "which is a: Google Gadget."

I had the old Google Desktop on my old PC which used Gadgets, which have the extension .GG (not .ZIP), and I copied my profile with tons of my user info to my new PC.

How do I get Firefox to not say that all .ZIP files are Google Gadgets?

Whenever I open a file of MIME type application/zip from a website, Firefox says that I have chosen to open a file "which is a: Google Gadget." I had the old Google Desktop on my old PC which used Gadgets, which have the extension .GG (not .ZIP), and I copied my profile with tons of my user info to my new PC. How do I get Firefox to not say that all .ZIP files are Google Gadgets?

선택된 해결법

Did you try to delete the mimeTypes.rdf file in the Firefox Profile Folder?

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (6)

more options

See this-
http://support.mozilla.com/en-US/kb/Managing+file+types

Change the action for ZIP content type.

more options

There was no action for "Compressed (zipped) Folder," so I made it Explorer -- same results.

My Firefox seems to think that, as shown if I select "Use other..."

  • application/zip is a Google Gadget and
  • application/x-zip is a Compressed (zipped) Folder.

Both are designated with zip icons.

So ideally I want to fix application/zip in Firefox so that it's a ZIP file like normal.

more options

You probably need to change that MIME type in the MIME database key in the Windows registry.

  • HKEY_CLASSES_ROOT\.zip
  • HKEY_CLASSES_ROOT\MIME\Database\Content Type
more options

.zip is registered as content type application/x-zip-compressed.

In the MIME DB, application/x-zip-compressed and application/zip are both registered to extension .zip.

application/x-zip is not in either.

more options

선택된 해결법

Did you try to delete the mimeTypes.rdf file in the Firefox Profile Folder?

more options

Thank you; that was it. Rather than delete, I was able to edit the following from...

  • NC:fileExtensions="gg"
  • NC:description="Google Gadget"

... to...

  • NC:fileExtensions="zip"
  • NC:description="Compressed (zipped) Folder"