slytomcat / yandex-disk-indicator

Panel indicator (GTK+) for YandexDisk CLI client for Linux
GNU General Public License v3.0
241 stars 30 forks source link

Indicator doesn't start #229

Closed AuthorProxy closed 1 year ago

AuthorProxy commented 2 years ago
  1. Open CLI
  2. yandex-disk-indicator
Traceback (most recent call last):
  File "/usr/bin/yandex-disk-indicator", line 26, in <module>
    from gi import require_version
ModuleNotFoundError: No module named 'gi'

Installed latest from ppa, ubuntu 22

slytomcat commented 2 years ago

I have no idea why gi module is not available in ubuntu 22 (probably you mean 22.04?).

You may try to use another indicator https://github.com/slytomcat/yd-go - it is written in Golang and it require nothing additional libraries.

slytomcat commented 2 years ago

Probably the reason of the issue described in this PR. The PR also contain fix for it. Just install Indicator from source. PR with fix already applied to master and later I'll publish it via PPA.

slytomcat commented 1 year ago

I've updated PPA. If it is still issue with new version just inform me - I'll reopen it.