05-01-2012, 03:25 AM
(This post was last modified: 05-01-2012, 07:35 AM by rsjtdrjgfuzkfg.)
Here is the install.rdf. It did work before OK with 1.8 but since 1.11 it installs but doesn't show in the feather option or change the player.
The changes to the skins were only to get it working, things like creator haven't. I did check for any differences in the porting of add-ons before making the changes before to 1..11.
Edit by rsjtdrjgfuzkfg: Please use the 'code' tag for code, as this makes the post more easy to read.
The changes to the skins were only to get it working, things like creator haven't. I did check for any differences in the porting of add-ons before making the changes before to 1..11.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:nightingale="http://www.getnightingale.com/2007/addon-metadata-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{79d01907-1a35-0447-99f9-42b761029b5c}</em:id>
<em:type>2</em:type>
<em:name>Blue Glow</em:name>
<em:version>0.0.0.2</em:version>
<em:creator>Jack-Kashmir</em:creator>
<em:contributor>LIB53 (css block from Aero Bird Pro, testing, titlebar and background images)</em:contributor>
<em:contributor>Atreiu (css block from YABS)</em:contributor>
<em:description>A psychedelic glossy feather with many shades of blue</em:description>
<em:iconURL>chrome://blue-glow/skin/icon.png</em:iconURL>
<!-- Nightingale -->
<em:targetApplication>
<Description>
<em:id>nightingale@getnightingale.com</em:id>
<em:minVersion>1.11.0a</em:minVersion>
<em:maxVersion>1.12.0a</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Register an skin for the built in layouts.
See http://wiki.getnightingale.com/Developer/Developer_Intro/Feathers -->
<nightingale:skin>
<Description>
<nightingale:name>Blue Glow</nightingale:name>
<nightingale:internalName>blue-glow</nightingale:internalName>
<nightingale:compatibleLayout>
<Description>
<nightingale:layoutURL>chrome://nightingale-system/content/xul/mainplayer.xul</nightingale:layoutURL>
<nightingale:showChrome>false</nightingale:showChrome>
<nightingale:onTop>false</nightingale:onTop>
</Description>
</nightingale:compatibleLayout>
<nightingale:compatibleLayout>
<Description>
<nightingale:layoutURL>chrome://nightingale-system/content/xul/miniplayer.xul</nightingale:layoutURL>
<nightingale:showChrome>false</nightingale:showChrome>
<nightingale:onTop>true</nightingale:onTop>
</Description>
</nightingale:compatibleLayout>
</Description>
</nightingale:skin>
</Description>
</RDF>
Edit by rsjtdrjgfuzkfg: Please use the 'code' tag for code, as this makes the post more easy to read.
always willing to learn...........and a lot still to learn.
May have guessed, I'm learning as I go
May have guessed, I'm learning as I go