For grooveshark.com it never asked me to install the webapp, _until_ I
commented out a couple of lines of javascript.

//if (isCorrectPage()) {
    Unity.init({ name: "Grooveshark",
                 domain: 'grooveshark.com',
                 homepage: 'http://grooveshark.com',
                 iconUrl: "icon://unity-webapps-grooveshark",
                 onInit: wrapCallback(musicPlayerSetup) });
//}

In this file,

/usr/share/unity-webapps/userscripts/unity-webapps-
grooveshark/grooveshark.user.js

the isCorrectPage() seems to check if the page has some specific
elements in it.. Also I'm using grooveshark's new interface which would
likely have some new element names or someting like that.

I didn't actually install the webapp when it asked, since if the webpage
is different I'm guess it won't work anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068662

Title:
  webapps are not working :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-chromium-extension/+bug/1068662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to