Firefox !! 'Set As Desktop Background' Missing

Is the “Set As Desktop Background” option from your Firefox’s context menu (right-click option menu) gone or missing, for no apparent reason? It’s a handy option when you’re browsing for new wallpapers and wanted to see how it looks like on your desktop, and it’s such a pain when you know the option is missing.



PrismIt turns out that even Firefox add-on coded by Mozilla itself is not perfect. Mozilla Prism, a Firefox add-on that allows you to launch web applications right from the desktop independently, will disable the “Set As Desktop Background” option from Firefox’s context menu.

Simply disabling the Prism add-on and restarting Firefox will bring back the “Set As Desktop Background” option. The previously created desktop or start menu shortcuts to web applications using Prism will still work even if the add-on is disabled in Firefox. Meaning you can choose only to enable the add-on whenever you want to create a new web application shortcut.

If the “Set As Desktop Background” option is missing even if you have not installed the Prism add-on, you might want to check if you have disabled it via userChrome.css.

Open userChrome.css using ChromEdit Plus OR from:
  1. Windows Vista. C:Users[USERNAME]AppDataRoamingMozillaFirefoxProfiles[xxxxxxx].defaultchrome
  2. Windows XP.
    C:Documents and Settings[USERNAME]Application DataMozillaFirefoxProfiles[xxxxxxxx].defaultchrome
  3. Mac OS X.
    /Library/Application Support/Firefox/Profiles/[xxxxxxxx].default/chrome
  4. Linux
    ~/.mozilla/firefox/[xxxxxxxx].default/chrome
Make sure the following either of these codes are not in your userChrome.css:
Code 1
#context-setDesktopBackground {
display: none !important;
}

Code 2
menuitem[label="Set As Desktop Background..."]
{
display: none;
}


Please subscribe, leave a comment, follow this blog and share this article with your friends and colleagues.
by: http://kedirizone.blogspot.com

Share This On :


Related Post :

0 comments:

Post a Comment

 

Copyright © 2011 Kediri Zone | Design by Ibllezboy

▲ TOP