withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 63 forks source link

Fig integration: FIG_INTERGRATION_VERSION=NONE #1955

Open dodo-the-dev opened 2 years ago

dodo-the-dev commented 2 years ago

Checks

Operating system

Ubuntu 22.10

Expected behaviour

Autocomplete would start with the beginning of my shell session

Actual behaviour

Nothing happens when typing cd or ls. I have run fig doctor and get the following (on the first run):

fig doctor 22-10-28 - 22:18:20

✘ Fig Integration: Figterm is not running FIG_INTEGRATION_VERSION=None

✘ Doctor found errors. Please fix them and try again.

If you are not sure how to fix it, please open an issue with fig issue to let us know! Or, email us at hello@fig.io!

If I run figterm, nothing happens. When I run fig doctor again, I get the following:

● Fig's support for Linux 5.19.0-23-generic - "Ubuntu" is in development. It may not work properly on your system.

✘ Autocomplete is active: Autocomplete is currently inactive. Your desktop integration(s) may be broken!

✘ Doctor found errors. Please fix them and try again.

If you are not sure how to fix it, please open an issue with fig issue to let us know! Or, email us at hello@fig.io!

I searched online, and this issue was reported back in August, and an update was promised. Maybe it doesn't work yet with Kudu? I have also tried the staple of "Turning it [both Fig and the computer] off and on again".

Steps to reproduce

As above, I've tried this several times, and it happens exactly the same way every time.

Environment

fig-details:
  - cli-version: 1.5.0
  - desktop-version: 2.5.3
  - figterm-version: 5.2.0
hardware-info:
  - chip-id: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
  - cores: 4
  - mem: 7747.6406 GB
os-info:
  - kernel: 5.19.0-23-generic
  - distro: "Ubuntu"
  - distro-version: "22.10 (Kinetic Kudu)"
environment:
  - shell: /usr/bin/zsh
  - terminal: hyper
  - cwd: /home/dodo
  - exe-path: /usr/bin/fig
  - install-method: unknown
  - env-vars:
    - PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/dodo/.local/bin:/home/dodo/.fig/bin
    - SHELL: /usr/bin/zsh
    - GTK_IM_MODULE: ibus
    - QT_IM_MODULE: ibus
    - XMODIFIERS: @im=ibus
    - GLFW_IM_MODULE: ibus
    - FIG_PID: 11139
    - FIG_SET_PARENT: 
    - XDG_CURRENT_DESKTOP: Unity
    - XDG_SESSION_DESKTOP: ubuntu
    - XDG_SESSION_TYPE: wayland
    - DISPLAY: :0
    - TERM: xterm-256color
RickGusG commented 1 year ago

Same here