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:
- Windows Vista. C:Users[USERNAME]AppDataRoamingMozillaFirefoxProfiles[xxxxxxx].defaultchrome
- Windows XP.
C:Documents and Settings[USERNAME]Application DataMozillaFirefoxProfiles[xxxxxxxx].defaultchrome - Mac OS X.
/Library/Application Support/Firefox/Profiles/[xxxxxxxx].default/chrome - Linux
~/.mozilla/firefox/[xxxxxxxx].default/chrome
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
0 comments:
Post a Comment