Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinto-gui.py fails on Vte dependency #865

Open
eljfe opened this issue May 30, 2024 · 0 comments
Open

kinto-gui.py fails on Vte dependency #865

eljfe opened this issue May 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eljfe
Copy link

eljfe commented May 30, 2024

Describe the bug

$ ./kinto-gui.py 
Traceback (most recent call last):
  File "/home/bossy/.config/kinto/gui/./kinto-gui.py", line 7, in <module>
    gi.require_version('Vte', '2.91')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Vte not available

Expected behavior

kinto-gui.py runs. Supporting packages are installable.

I followed the youtube video. Then tried the python script per the instructions, but possible I missed a step.

Install Type: Bare Metal
Distro: Debian 12 Bworm
DE: XFCE
Branch: master
Commit: 4a3bfe7

Logs and status if relevant

# xkeysnail

sudo systemctl status xkeysnail :
xkeysnail.service - xkeysnail
     Loaded: loaded (/lib/systemd/system/xkeysnail.service; disabled; >
     Active: inactive (dead)

sudo journalctl --unit=xkeysnail.service -b
-- No entries --

# xkb
systemctl --user status keyswap
Unit keyswap.service could not be found.

journalctl --user-unit=keyswap.service -b
Unit keyswap.service could not be found.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

graphical kinto.sh dies silently.

Vte is not part of the apt repository, and of course pip no longer does system wide installs. Kind of stuck here.

@eljfe eljfe added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants