Vanilla-OS / vanilla-control-center

This utility allows you to manage Vanilla OS components
GNU General Public License v3.0
26 stars 16 forks source link

added vte4 as dependency #162

Closed D3vil0p3r closed 1 year ago

D3vil0p3r commented 1 year ago

The add of vte4 as dependency to be installed fixes the following error:

Traceback (most recent call last):
  File "/usr/local/bin/vanilla-control-center", line 45, in <module>
    from vanilla_control_center import main
  File "/usr/local/share/vanilla-control-center/vanilla_control_center/main.py", line 29, in <module>
    gi.require_version('Vte', '3.91')
  File "/usr/lib/python3.11/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Vte not available for version 3.91