A solution to this would be to use the code of lsb_release to determine the 
codename. After determining the codename, 
                   PARTNER_LIST = "canonical-partner-maverick.list"      (line 
59 in umusicstore/MusicStoreWidget.py)
would change to
                  PARTNER_LIST = "canonical-partner-" + codename + ".list"
and
                  dist="maverick"                                               
                (line 439 in umusicstore/MusicStoreWidget.py)
would change to
                  dist=codename.

Or is there any better alternative?

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

Title:
  Distribution series hardcoded for installing Fluendo plug-in

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

Reply via email to