Forum Moderators: open
I just downloaded Firebird and liked it so much I've made it my default browser. But, I'd like it a lot more if I could only get the Compacted Menu Extension to work. Right now, when I enable it at the Extensions tab and click Settings, I get the following error:
XML Parsing Error: undefined entity
Location: chrome://compact/content/compactPrefOverlay.xul
Line Number 108, Column 45:<checkgox id="compact-tasksMenu" label="&toolsMenu.label;" prefstring="showmenu.tasks" />
I know some of the rest of you are using this extension; I'd sure love to know how I can fix this!
Thanks,
Matthew
The jar files are compressed using standard zip compression, just rename them to zip or use winrar and then you can extract them as with any other zip. Once they are extracted, you should see three sub directories -- /content, /locale and /skin. The files that need to be updated are under /content/compact, and are named compactCustomiseOverlay.xul and compactPrefOverlay.xul, respectively.
Also, while you have it unpacked, you might wish to change the icon for the compacted menu, which is under /skin/classic/compact/sharc-2-8.50.png -- just replace that one with your own, and keep the same name; or else edit the compact.css file (in the same directory) and make it point to your own icon, e.g.,
#menu-button {
list-style-image: url("chrome://compact/skin/menu.png");
} Then after you've made the changes, select the /content, /locale and /skin sub directories and pack them back into a zip file named compact.zip, then rename it to compact.jar and replace the one that you originally unpacked with the new one. :)
Jordan