Moderator: emorrp1














rdonnelly wrote:Add "provi" to the list of things that shoot the CPU up. viewtopic.php?f=141&t=63792

if self.current_suggestion is not None and self.current_suggestion in text:
# We're restricting our search...
self.add_search_suggestions(text)
#if (len(self.current_results) > 0):
#self.add_apt_filter_results_sync(self.current_results, text)
#else:
#thr = threading.Thread(name="mint-menu-apt-filter", group=None, target=self.add_apt_filter_results, args=([text]), kwargs={})
#thr.start()
else:
self.current_results = []
self.add_search_suggestions(text)
#thr = threading.Thread(name="mint-menu-apt-filter", group=None, target=self.add_apt_filter_results, args=([text]), kwargs={})
#thr.start() 

Habitual wrote:What really amazes me is that a "guy" with only 2 posts has a fix.
Habitual wrote:Works GREAT! but the package lookup seems to be the victim here.



adefigo wrote:Sure, but every apt-cache search gives better results.

Habitual wrote:Thanks, but I never use the menu to search for packages, always c-li


Users browsing this forum: No registered users and 1 guest