[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2021-07-05 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Expired
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931]

2021-07-05 Thread Gnome-sysadmin
GNOME is going to shut down bugzilla.gnome.org in favor of  gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/

Thank you for your understanding and your help.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Expired
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2020-04-22 Thread Daniel van Vugt
** Tags removed: artful
** Tags added: focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2020-03-29 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugzilla.gnome.org/show_bug.cgi?id=787000.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2017-08-30T07:32:36+00:00 Sebastien Bacher wrote:

Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for "vlc"
or "gimp" in the gnome-shell overview returns a "no result", after
deleting the snapd plugin and restarting g-s it lists them fine

There is an issue in the snap plugin there but also in the gnome-
software behaviour, one buggy plugin shouldn't stop other plugins to
return their results

Reported on https://bugs.launchpad.net/ubuntu/+source/gnome-
software/+bug/1713931

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-
shell/+bug/1713931/comments/1


On 2017-08-30T07:39:56+00:00 Sebastien Bacher wrote:

the description is a bit misleading, it returns results but only for
things which don't have a snap available (e.g "pidgin"), those which
have a deb and a snap don't get listed

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-
shell/+bug/1713931/comments/3


On 2017-08-31T01:53:45+00:00 Robert Ancell wrote:

This is occurring because a bug in GNOME Software is causing
GetResultMetas() to not return metadata for the snap results. This is
causing the Shell to ignore all results. It probably should just use the
results it can get.

js/ui/search.js:

  if (metas.length != metasNeeded.length) {
log('Wrong number of result metas returned by search provider ' + 
this.provider.id +
': expected ' + metasNeeded.length + ' but got ' + metas.length);
callback(false);
return;
  }

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-
shell/+bug/1713931/comments/5


** Changed in: gnome-shell
   Status: Unknown => Confirmed

** Changed in: gnome-shell
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2020-03-19 Thread Daniel van Vugt
** Bug watch added: bugzilla.gnome.org/ #787000
   https://bugzilla.gnome.org/show_bug.cgi?id=787000

** Changed in: gnome-shell
   Importance: Medium => Unknown

** Changed in: gnome-shell
   Status: Confirmed => Unknown

** Changed in: gnome-shell
 Remote watch: GNOME Bug Tracker #787000 => bugzilla.gnome.org/ #787000

** Tags added: artful

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Unknown
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2018-02-10 Thread KrosseKrabbe
➜  ~ gnome-software --version
gnome-software 3.26.1
➜  ~ gnome-shell --version
GNOME Shell 3.26.2

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2018-02-10 Thread KrosseKrabbe
Not sure if I am experiencing exactly the same bug, but it sounds like
it.

Installed "KeePassXC" as snap from the software center, now searching
for "keepass" is returning "KeePassX" and "keepass-elopio", but not the
installed KeePassXC :-[ So I have to open up the software center to
start KeePassXC.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: Shell ignores all search results if not all metadata available

2017-10-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: snapd plugin blocks shell search provider to return results

2017-08-30 Thread Robert Ancell
What seems to be occurring here:
1. GNOME Shell sends the search term to GNOME Software.
2. GNOME Software does a search for this by passing the search term to each 
plugin.
3. Both the appstream and the snap plugin return results.
4. The IDs are sent back to the Shell.
5. The shell asks for additional metadata on these IDs.
6. For some reason, we don't get data for the snaps, but we do for the 
appstream IDs.
7. Only some of the metadata is returned to the Shell.
8. The Shell ignores all the results because not all the metadata is there

js/ui/search.js:

  if (metas.length != metasNeeded.length) {
log('Wrong number of result metas returned by search provider ' + 
this.provider.id +
': expected ' + metasNeeded.length + ' but got ' + metas.length);
callback(false);
return;
  }

So if we fix bug 1713929 this would probably not be an issue, but the
specific cause of this bug is the Shell.

** Package changed: gnome-software (Ubuntu) => gnome-shell (Ubuntu)

** Summary changed:

- snapd plugin blocks shell search provider to return results
+ Shell ignores all search results if not all metadata available

** Project changed: gnome-software => gnome-shell

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  Shell ignores all search results if not all metadata available

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: snapd plugin blocks shell search provider to return results

2017-08-30 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Unknown => Confirmed

** Changed in: gnome-software
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  snapd plugin blocks shell search provider to return results

Status in GNOME Software:
  Confirmed
Status in gnome-software package in Ubuntu:
  New

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] [NEW] snapd plugin blocks shell search provider to return results

2017-08-30 Thread Sebastien Bacher
Public bug reported:

Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for "vlc"
or "gimp" in the gnome-shell overview returns a "no result", after
deleting the snapd plugin and restarting g-s it lists them fine

bug #1713929 is about the fact that there are no snap listed, this bug
about the fact that one plugin can/do block others from returning
results

** Affects: gnome-software
 Importance: Unknown
 Status: Unknown

** Affects: gnome-software (Ubuntu)
 Importance: High
 Status: New

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Bug watch added: GNOME Bug Tracker #787000
   https://bugzilla.gnome.org/show_bug.cgi?id=787000

** Also affects: gnome-software via
   https://bugzilla.gnome.org/show_bug.cgi?id=787000
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  snapd plugin blocks shell search provider to return results

Status in GNOME Software:
  Unknown
Status in gnome-software package in Ubuntu:
  New

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713931] Re: snapd plugin blocks shell search provider to return results

2017-08-30 Thread Sebastien Bacher
it doesn't seem to block all queries but the ones which should return a
deb and a snap, if you look for something which isn't snapped (e.g
"pidgin") that gets listed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1713931

Title:
  snapd plugin blocks shell search provider to return results

Status in GNOME Software:
  Unknown
Status in gnome-software package in Ubuntu:
  New

Bug description:
  Using current artful, g-s 3.25.91 and snapd-glib 1.18, looking for
  "vlc" or "gimp" in the gnome-shell overview returns a "no result",
  after deleting the snapd plugin and restarting g-s it lists them fine

  bug #1713929 is about the fact that there are no snap listed, this bug
  about the fact that one plugin can/do block others from returning
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1713931/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp