How to programmatically fetch a list of applications from the Software Center
- by David Planella
Im writing a PyGI app where I'd like to show a list of matching applications from the Ubuntu Software Centre in an auto-completion text entry or dropdwon. I haven't yet figured out the best way to present the information, I just want to make it easier for the user to type the name of an application.
But before that, I'd like to figure out how to…