Notify

Asked by Michele Cane

I am on Debian Sid and the plugin could not start.
I have the following message:

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

(rhythmbox:4976): libpeas-WARNING **: Error loading plugin 'fileorganizer'
  I understand that the Notify module is missing but I dont understand where I can find it.

Cheers

Question information

Language:
English Edit question
Status:
Solved
For:
Rhythmbox Fileorganizer Edit question
Assignee:
No assignee Edit question
Solved by:
Michele Cane
Solved:
Last query:
Last reply:
Revision history for this message
Michele Cane (michele-cane) said :
#1

I solved the problem.
I had to install gir1.2-notify-0.7.

Revision history for this message
Michele Cane (michele-cane) said :
#2

I solved the problem.
I had to install gir1.2-notify-0.7.

Revision history for this message
lachlan-00 (lachlan-00) said :
#3

glad to see there is another debian sid user :)
can you add anything else speial you had to install? i'll put it in the install notes

Revision history for this message
Michele Cane (michele-cane) said :
#4

I had to install only the package I mentioned before.
On the other hand I found a bug concerning the preference window.
The plugin is lookinf for the gui in the wrong folder i.e. fileorganizer-gtk3 instead of fileorganizer.

Cheers