Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I disable "Set as Desktop Background" as an option in Firefox 3.6 running on Mac OSX 10.5?

  • 1 reply
  • 25 have this problem
  • 22 views
  • Last reply by cor-el

more options

I'm trying to disable the "Set as Desktop Background" option for Firefox 3.6 in a Mac OSX 10.5 environment. I have a default image that I want as the background on my desktop and I don't want it to be changed.

I'm trying to disable the "Set as Desktop Background" option for Firefox 3.6 in a Mac OSX 10.5 environment. I have a default image that I want as the background on my desktop and I don't want it to be changed.

All Replies (1)

more options

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context-setDesktopBackground {display: none !important;}