gentakojima / emojione-picker-ubuntu

Emoji picker for Ubuntu based on icons by Emojione
239 stars 14 forks source link

Methods 2 and 3 fail with bad dependencies #49

Closed thor314 closed 2 years ago

thor314 commented 3 years ago

Filing several issues, one per method that failed. OS: Ubuntu Method 2,3 fails with error: E: Unable to locate package python-2.7 and E: Unable to locate package python-notify

Resolves if python-2.7 is changed to python.

debuild is not a recognized command.

defaulting to method 3, running the install script resolved to error:

    from gi import require_version
ImportError: No module named gi
tteskac commented 2 years ago

I was able to solve it for method 3 by installing python2 gi module using: sudo apt install python-gi

novoid commented 2 years ago

I can confirm that sudo apt install python-gi solves the issue on current Xubuntu 20.04 LTS.