Hi i think i found the bug but i need some help building software-center.
In applications.py in the folder db there is this line:

if self.raw_price:
                    return PkgStates.NEEDS_PURCHASE

this handles the case where there isn't a raw price (hence some apps appear 
free)
but raw price is a string so it should be

if self.raw_price and self.raw_price != '0.00':
                    return PkgStates.NEEDS_PURCHASE

to handle the other apps (which don't appear free even when they should)

based on the readme there were some extra python packages required which i 
installed then i did
python setup.py build
./software-center

as instructed to get a 'developer instance' which opened a software
center that promptly crashed.  i got some error messages about modules
not found such as queue and urllib.parse which look like python3 modules
which doesn't make sense since xapian is in python2. I'd like some
guidance with this. tia

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

Title:
  Some free applications looks like paid applications with price 0.00
  and with buy button

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/968974/+subscriptions

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

Reply via email to