cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Kissaki
Making moves
Status: New idea

When I right-click an image, the context menu opens with an option to set the image as a desktop background. For almost all web images, this action makes no sense whatsoever, and for the others, I personally never want to use it.

`about:config` should have a setting to disable/hide this context menu action.

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Collaborator

Hello

https://support.mozilla.org/en-US/questions/1515504

To complement, this discussion.

1.png

Another possibility.

Firefox policies https://mozilla.github.io/policy-templates
DisableSetDesktopBackground https://mozilla.github.io/policy-templates/#disablesetdesktopbackground

The Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator helps to create the configuration file.

2.png


Disable the feature to set an image as desktop background

{
  "policies": {
    "DisableSetDesktopBackground": true
  }
}

Copy/paste the code into Notepad
Save
Type: All files
policies.json

Create the distribution folder
Move policies.json to the distribution folder
Move the distribution folder to the folder where Firefox is installed

Use the Troubleshooting Information page to help fix Firefox issues
https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox


Application Binary: Shows where Firefox is installed.

Restart Firefox

3.png

Your browser is being managed by your organization, that's normal.

Use the Troubleshooting Information page to help fix Firefox issues


Enterprise Policies: This shows you if your browser is being managed by Windows Group Policy or a policies.json file. If enterprise policies are managing Firefox, clicking on Active will show you a list of the policies that are currently active on Firefox.