Manuel-Kehl / elementaryPlus

This theme is an addition to elementary OS's default icon theme. It contains icons for several third party applications that resemble elementary OS's style.
GNU General Public License v3.0
355 stars 38 forks source link

Cannot install in Loki #407

Open ghost opened 7 years ago

ghost commented 7 years ago

I added the repository as usual, and installed but it doesn't launch. I tried from the .zip code and gives me this error:

./scripts/elementaryplus-installer.py:24: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk, Gio, Notify
Traceback (most recent call last):
  File "./scripts/elementaryplus-installer.py", line 24, in <module>
    from gi.repository import Gtk, Gdk, Gio, Notify
ImportError: cannot import name Notify
brainscript commented 7 years ago

ImportError: cannot import name Notify Make sure you have installed the latest version of the python-gi and/or the python3-gi package.

mustafaREIMAHG commented 5 years ago

I have the same issue on Juno !