Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21348 - [totem] doesn't load many plugins
Attached to Project:
Arch Linux
Opened by Giuseppe Borzi (gborzi) - Tuesday, 19 October 2010, 19:06 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 19 October 2010, 21:26 GMT
Opened by Giuseppe Borzi (gborzi) - Tuesday, 19 October 2010, 19:06 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 19 October 2010, 21:26 GMT
|
DetailsDescription: After the last python3 update to python, many totem plugins don't load. They are: BBC iplayer, Coherence, D-Bus Service, Gromit Annotations, Infrared RC, Jamendo, Publish Playlist, Python console and Subtitles downloader. Whenever I click on one of these I get an error window with "Plugin error" "Unable to activate plugin <name of plugin>". The console error message are like this
(totem:7095): Totem-WARNING **: Could not load plugin coherence_upnp (totem:7095): Totem-WARNING **: Error, impossible to activate plugin 'Coherence DLNA/UPnP Client' I tried to fix it by uninstalling python and making a soft link python -> python2 but it didn't work. Additional info: * package version(s) totem 2.32.0-2 * config and/or log files etc. Steps to reproduce: Open totem, click Edit => Plugins and select one of the above mentioned plugins. |
This task depends upon
Closed by Ionut Biru (wonder)
Tuesday, 19 October 2010, 21:26 GMT
Reason for closing: Fixed
Additional comments about closing: the two remaining needs additional dependencies from aur
Tuesday, 19 October 2010, 21:26 GMT
Reason for closing: Fixed
Additional comments about closing: the two remaining needs additional dependencies from aur
python setup.py install --prefix=/usr --root=$pkgdir
to
python2 setup.py install --prefix=/usr --root=$pkgdir
pacman -Qo /usr/lib/totem/plugins/coherence_upnp/coherence_upnp.totem-plugin
is
/usr/lib/totem/plugins/coherence_upnp/coherence_upnp.totem-plugin is owned by totem 2.32.0-2
it's the same with the other plugins.
in /usr/lib/totem/plugins/coherence_upnp/coherence_upnp.py
10 from coherence.ui.av_widgets import TreeWidget
11 from coherence.ui.av_widgets import UDN_COLUMN,UPNP_CLASS_COLUMN,SERVICE_COLUMN
as you see is loading coherence methods.
this is not a bug in rhythmbox
Subtitle plugin needs pyxdg conform optdepends.
let me know if this is fixed in 2.32.0-3