unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Luis Felipe via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 45272@debbugs.gnu.org
Subject: bug#45272: GNOME Builder: Global search, autocompletion, documentation don't work
Date: Wed, 16 Dec 2020 17:24:35 +0000	[thread overview]
Message-ID: <n3Ge0-b7PKLcjbr4nbEMFMOeeerdDsEjJ5TBlTduIWBK4Yh91TDevCUtFpNXsHOtqjU3w9T6W79B8UBsAxTorJVKyDWqXtJET4y6wy1WYdU=@protonmail.com> (raw)

Various features described in GNOME Builder documentation (https://builder.readthedocs.io/en/latest/exploring.html) don't seem to work, even though their corresponding extensions are enabled (in Settings → Extensions).

So far, I've only identified Global search, autocompletion, documentation on hover. I tried these in Python code only.

I assumed these features are failing for the same reason, so I'm reporting them together.


## Steps to reproduce: Search for a function in your Python project

1. Start GNOME Builder
2. Click on the "Select a Folder..." button
3. Locate the folder of your project and click "Open"
4. Press Ctrl + . to focus the search box
5. Start typing the name of a function you know is defined in the project source code

## Expected result

You see the function suggested in the results.

## Unexpected result

The suggested results don't include the function. Searching only seems to suggest filenames that include your search terms; definitions in the source code, like classes and functions, seem to be excluded.



## Steps to reproduce: Autocompletion in a Python file

1. Open a Python file
2. Type "Hello". (that's hello in double quotes, followed by a dot)

## Expected result

A list of methods for string objects is displayed after you type the dot.

## Unexpected result

The list is not displayed at all.



## Steps to reproduce: Documentation on hovering over a Python method

1. Open a Python file
2. Type "Hello {}".format("World")
3. Hover over the "format" method or place the caret on it and press F2

## Expected result

A box appears over the method displaying its documentation.

## Unexpected result

The box is not displayed at all.



## System information

guix 08d8c2d
gnome-builder 3.36.1



## Additional information

I see the following output when I start gnome-builder from a terminal:

```
$ gnome-builder
sh: getent: command not found
11:21:17.5362                   ide-application-plugins[ 18651]: CRITICAL: Cannot enable Python 3 plugins: Typelib file for namespace 'Dazzle', version '1.0' not found
11:21:17.5405                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5407                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5407                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5407                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5407                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5408                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5408                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5409                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5409                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5410                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5410                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5410                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5411                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5411                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5411                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5412                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5412                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5412                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5419                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5420                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5480                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5505                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5507                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:17.5507                                   libpeas[ 18651]:  WARNING: The 'python3' plugin loader has not been enabled
11:21:19.8003                        ide-device-manager[ 18651]:  WARNING: GbpQemuDeviceProvider: binfmt is missing from /proc/mounts
11:21:20.0893               gbp-sysprof-workspace-addin[ 18651]:  WARNING: Sysprof-3 is not supported, will not enable profiler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Sysprof3 was not provided by any .service files
```


---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/




             reply	other threads:[~2020-12-16 17:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 17:24 Luis Felipe via Bug reports for GNU Guix [this message]
2020-12-18 11:53 ` bug#45272: GNOME Builder: Global search, autocompletion, documentation don't work Leo Prikler
2020-12-18 14:16 ` bug#45272: [PATCH] gnu: gnome-builder: Disable jedi plugin Leo Prikler
2020-12-18 16:49   ` Ludovic Courtès
2020-12-18 17:10     ` Leo Prikler
2020-12-18 17:01 ` bug#45272: [PATCH v2] " Leo Prikler
2020-12-19 11:50 ` bug#45272: [PATCH v3] " Leo Prikler
2020-12-21 14:30   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='n3Ge0-b7PKLcjbr4nbEMFMOeeerdDsEjJ5TBlTduIWBK4Yh91TDevCUtFpNXsHOtqjU3w9T6W79B8UBsAxTorJVKyDWqXtJET4y6wy1WYdU=@protonmail.com' \
    --to=bug-guix@gnu.org \
    --cc=45272@debbugs.gnu.org \
    --cc=luis.felipe.la@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).