[Pkg-mozext-commits] [firetray] 37/399: really fix icon path (xpi needs to be unpacked)

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 0afe494dbfba69f076f4dbda692f5919c68be581
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Thu Sep 8 01:47:54 2011 +0200

    really fix icon path (xpi needs to be unpacked)
---
 src/install.rdf        |    4 ++--
 src/modules/commons.js |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/install.rdf b/src/install.rdf
index 4e04e3a..9ae9e69 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -2,10 +2,10 @@
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   <Description about="urn:mozilla:install-manifest">
     <em:id>moztray at foudil.fr</em:id>
-    <em:unpack>false</em:unpack>
+    <em:unpack>true</em:unpack> <!-- needed for embedded icons -->
     <em:type>2</em:type>
     <em:name>Mozilla Tray</em:name>
-    <em:version>0.0.1</em:version>
+    <em:version>0.1.0</em:version>
     <em:creator>Foudil BRÉTEL</em:creator>
     <em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
     <em:homepageURL>https://github.com/foudfou/moztray</em:homepageURL>
diff --git a/src/modules/commons.js b/src/modules/commons.js
index b8c4618..9ccdc6b 100644
--- a/src/modules/commons.js
+++ b/src/modules/commons.js
@@ -47,6 +47,7 @@ mozt.Utils = {
     let registeryValue = Cc['@mozilla.org/chrome/chrome-registry;1']
       .getService(Ci.nsIChromeRegistry)
       .convertChromeURL(uri).spec;
+    LOG(registeryValue);
 
     if (/^file:/.test(registeryValue))
       registeryValue = this._urlToPath(registeryValue);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list