Talk:Uninstalling extensions - SeaMonkeyFrom MozillaZine Knowledge Base[edit] Request for commentsI put together this article after the Uninstalling extensions article was revised, since all the Mozilla Suite and SeaMonkey-related content had been removed. I started to clean up the manual uninstall instructions but decided to replace those instructions with the suggestion to delete the profile folder "chrome" folder. Here is what I was going to add before I decided that no one was ever going to use it and, besides, the formatting looks like it was from an older wiki version and bled through. Here is the section that I was in the process of revising but decided to remove from the article: Alice 23:14, 8 June 2007 (UTC)
Again, here is the section I left out of the new article, if anyone is interested in fixing it up and adding it. Alice 23:49, 8 June 2007 (UTC) ===Removing individual profile-installed extensions=== This procedure is not recommended due to the risks and tedium involved and should only be attempted by advanced users. You'll need to know the internal "short name" of the extension you're uninstalling. You can find it by searching for the full name in the <profile folder>/chrome/chrome.rdf file.
Some extensions also create extra files on your hard drive. For example, Menu Editor stores its data in a menuedit.rdf file in your profile folder and TBE uses tabextensions.js. You might want to remove those too. ====The list of possible chrome.rdf entries==== <RDF:li RDF:resource="urn:mozilla:package:[shortname]"/> <RDF:li RDF:resource="urn:mozilla:locale:[locale]:[shortname]"/> <RDF:li RDF:resource="urn:mozilla:skin:[skin]:[shortname]"/> <RDF:Description RDF:about="urn:mozilla:["locale"/"skin"]:[locale/skin]:[shortname]"
c:baseURL="[path]">
<c:package RDF:resource="urn:mozilla:package:[shortname]"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mozilla:package:[shortname]"
c:baseURL="[path]"
[a lot more info]>
<c:selectedLocale RDF:resource="urn:mozilla:locale:[locale]:[shortname]"/>
<c:selectedSkin RDF:resource="urn:mozilla:skin:[skin]:[shortname]"/>
</RDF:Description>
If anyone wants to improve this article or tell me how to fix it up, please do. Alice 23:14, 8 June 2007 (UTC) |
|