GNOME Description of the issue (screenshots if relevant):
I can’t open virt-manager, whenever I use terminal to debug it, I got the following problem:
[zakaria@dell ~]$ virt-manager
Traceback (most recent call last):
File "/usr/bin/virt-manager", line 6, in <module>
from virtManager import virtmanager
File "/usr/share/virt-manager/virtManager/virtmanager.py", line 13, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
[zakaria@dell ~]$
[zakaria@dell ~]$ tears-of-mandrake
Traceback (most recent call last):
File "/usr/bin/tears-of-mandrake", line 10, in <module>
from main import main
File "/usr/share/tears-of-mandrake/main.py", line 3, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
[zakaria@dell ~]$
Oh, I figure it out, I did this line to make helix editor works well with python lsp, in .bashrc: export PATH="/home/zakaria/.local/venvs/jedi-env/bin:$PATH"
Nuh, not a flatpak app (it’s available btw), and it’s not available on openmandriva repos, so I download Pre-built binaries from its official website: Installation
Oh, Hi, I figured it out how to solve my issue.
I created a new file .config/helix/languages.toml then adding this content to tell Helix where it can find the language servers:
Where /home/zakaria/.local/venvs/jedi-env it’s a venv folder contains the libraries I need. I hope it may help newcomers to Helix and using OpenMandriva
It would probably be better if someone packages it. That way users don’t have to search through the forum to get software they want to use to work properly.
Agree, especially the Flatpak version takes more space like 970.4 MB instead of 25.9 MB (not that huge but still waste space for me), that’s why I picked prebuilt binary of Helix from its official website. And I wish someday being able to package it to OpenMandriva (I’m new OpenMandriva user btw), but I’ll try to learn packaging ASAP