lachlan-00 / rb-fileorganizer

Rhythmbox File Organizer - looking for a maintainer.
Other
30 stars 11 forks source link

Undocumented dependency #2

Closed progval closed 8 years ago

progval commented 11 years ago

Hi,

I just got this when loading FileOrganizer:

ERROR:root:Could not find any typelib for Notify
Traceback (most recent call last):
  File "/home/progval/.local/share/rhythmbox/plugins/fileorganizer-gtk3/fileorganizer.py", line 17, in <module>
    from gi.repository import GObject, Peas, PeasGtk, Gtk, Notify

Installing gir1.2-notify-0.7 fixed it, but it should be mentionned somewhere.

lachlan-00 commented 11 years ago

Oh wait, didn't read the whole sentence....

Fixing today

progval commented 11 years ago

I am using Debian.

What is Peas?

progval commented 11 years ago

Ok, I just got your second message

lachlan-00 commented 11 years ago

requires: python-notify

i need to work on the code to notify about all dependancies. i'll work on this soon just been busy with pregnant wife. ;)

lachlan-00 commented 8 years ago

added to readme and i'll be updating the install process to better check for these issues soon.