~didrocks/software-center/fix-never-visible-tech-items

« back to all changes in this revision

Viewing changes to softwarecenter/app.py

Apturls from firefox in gnome work now! (quite nicely too ;) ) (now lets go and see how well chromium handles external protocols...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
            otherwise turn it into a comma seperated search
708
708
        """
709
709
        if len(packages) == 1:
710
 
            request = packages[0]
 
710
            request = packages[0].lstrip("apt:")
711
711
            if request.count("/") > 0:
712
712
                # deb file
713
713
                app = Application("", "", request)