You are not logged in.

#1 2009-04-05 19:08:46

Alberto
Member
Registered: 2007-08-12
Posts: 9

Totem, opensubtitles plugin error

I can not activate this plugin in Totem 2.26

I get this error:
Traceback (most recent call last):
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 2, in <module>
    import gobject, gtk, gio, gconf
ImportError: No module named gconf

** (totem:13849): WARNING **: Could not load plugin opensubtitles

I have gconf installed,
What can I do?

Offline

#2 2009-04-07 22:56:44

golfadas
Member
Registered: 2008-12-05
Posts: 22

Re: Totem, opensubtitles plugin error

i'm having  a problem whith the plugin also:

Traceback (most recent call last):
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 589, in on_treeview__row_activate
    self.os_download_and_apply()
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 578, in os_download_and_apply
    self.os_save_selected_subtitle()
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 511, in os_save_selected_subtitle
    directory.make_directory()
gio.Error: Error creating directory: No such file or directory

Offline

#3 2009-04-24 20:34:25

dedioste
Member
From: Olgiate Olona, Italy
Registered: 2008-01-18
Posts: 7
Website

Re: Totem, opensubtitles plugin error

I ran into both problems, but with a bit of luck i solved both of them.

Opensubtitles totem plugin depens on pyxdg and pygobject

# pacman -S pyxdg pygobject

And Alberto problem should be fixed.

When you click on the
The plugin tries to write the .srt file on "~/.cache/totem/subtitles"
If that directory is not present, it crashes with the error golfadas reported.

Solution

# mkdir -p ~/.cache/totem/subtitles

I'll fill in the bug report

Offline

#4 2009-04-24 22:30:02

golfadas
Member
Registered: 2008-12-05
Posts: 22

Re: Totem, opensubtitles plugin error

dedioste wrote:
# mkdir -p ~/.cache/totem/subtitles

I'll fill in the bug report

Solved it, thanks big_smile

Offline

Board footer

Powered by FluxBB