After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697953 - SearchProvider sometimes shows only first result
SearchProvider sometimes shows only first result
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: search
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-13 14:21 UTC by Lukas Vacek
Modified: 2015-02-27 19:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple demonstration (17.02 KB, application/x-gzip)
2013-04-13 14:24 UTC, Lukas Vacek
Details
short video showing the issue (1.09 MB, video/ogg)
2013-04-13 14:26 UTC, Lukas Vacek
Details

Description Lukas Vacek 2013-04-13 14:21:53 UTC
Hello,

I am running into a strange issue with SearchProvider in GNOME Shell 3.8.

If I run this.searchSystem.pushResults(this, []) and then this.searchSystem.pushResults(this, ['a','b']) sometimes both "a" and "b" are shown and sometimes only "a".

I have created a simple extension to demonstrate this issue (attached!).

Load the extension and type "xxx" in the overview to see if you can reproduce.

Thanks,
Lukas
Comment 1 Lukas Vacek 2013-04-13 14:24:05 UTC
Created attachment 241452 [details]
simple demonstration
Comment 2 Lukas Vacek 2013-04-13 14:26:48 UTC
Created attachment 241453 [details]
short video showing the issue
Comment 3 Bastien Nocera 2014-11-07 16:28:44 UTC
Is this still a problem with gnome-shell 3.14?
Comment 4 Florian Müllner 2015-02-27 02:24:51 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!
Comment 5 Lukas Vacek 2015-02-27 18:38:17 UTC
Hi Bastien. I'd recommend trying it. I don't use gnome shell anymore so it'd be rather annoying for me to verify. But if you read my first comment, reproducing the issue should't be that hard for a gnome dev ... defo better approach than just closing an issue because "it *might* have gone away by now".
Comment 6 Florian Müllner 2015-02-27 19:10:57 UTC
(In reply to Lukas Vacek from comment #5)
> But if you read my first comment, reproducing the issue should't be that hard 

Except that the search system has been rewritten completely in the meantime, so none of the API mentioned in that comment still exists. It is also now very much discouraged to implement a custom SearchProvider in an extension - search integration should be provided by applications by implementing a DBus interface. There are some issues with particular apps (e.g. clocks), but I'm not aware of any major problems with the remote search implementation on the shell side.