ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Why is Firefox 10 insisting on saving images (jpg, png,gif) as filename.extension.rb?

  • 4 პასუხი
  • 7 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა sehlat

After I upgraded to Firefox 10, when I attempt to save images, for example, the firefox-54x62.png on this page, Firefox offers to save the image as "firefox-54x62.png.rb" with image type "PNG image"

After I upgraded to Firefox 10, when I attempt to save images, for example, the firefox-54x62.png on this page, Firefox offers to save the image as "firefox-54x62.png.rb" with image type "PNG image"

გადაწყვეტა შერჩეულია

Found the problem. It was not in the registry. One of the Selenium IDE formatters (I suspect the Ruby one from the extension being forced) was interfering with the save image process. Issue can be closed.

Thank you for the help and suggestions.

პასუხის ნახვა სრულად 👍 3

ყველა პასუხი (4)

Try to delete the mimeTypes.rdf file in the Firefox Profile Folder.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Did not appear to solve the problem. "Save image as..." still tries to tack an rb extension on everything. Tried three different sites.

Inspect the MIME database key with the registry editor (regedit.exe) and do a search for that MIME type (file extension) via Ctrl+F.
Be careful with editing the registry as there is no Undo possible: all changes are applied immediately.
You can export key(s) before making changes.
MIME Database : HKEY_CLASSES_ROOT\MIME\Database\Content Type

You can also check those file extension in the main HKEY_CLASSES_ROOT\ branch.

შერჩეული გადაწყვეტა

Found the problem. It was not in the registry. One of the Selenium IDE formatters (I suspect the Ruby one from the extension being forced) was interfering with the save image process. Issue can be closed.

Thank you for the help and suggestions.