GTG: Enabling missing plugins for Fedora 20

Published: Dec 10, 2013 by Noe Nieto

I Like Get Things Gnome and fedora 20 brings GTG 0.3.1; but after installing it I realized that some plugins were not available. Where are they? This question made me realize that the GTG package for Fedora needs to add a couple of dependencies. So here’s how I managed to enable Remember the milk and mantis

    yum install -y python-dateutil python-suds

Unfortunately, the dependencies for the launchpad plugin are not available in the default Fedora repositories and RPMFusion is not available for Fedora 20 yet (as of Dec, 10, 2013).

As for the evolution plugin, I couldn’t find any dependency that would provide the module named evolution in Python. I don’t use Evolution at all, but someone else will feel disappointed.

Share

Latest Posts

Práctica: Trabajando con Ramas en Git (Parte 2)
Práctica: Trabajando con Ramas en Git (Parte 2)

Simula un entorno de equipo en Git. Aprende a trabajar con múltiples ramas, visualizar el historial con git log --graph y a integrar cambios de diferentes colaboradores.

Práctica: Trabajando con Ramas en Git (Parte 1)
Práctica: Trabajando con Ramas en Git (Parte 1)

Aprende a usar ramas en Git para experimentar sin miedo. Crea, cambia y combina ramas en esta guía para principiantes.

Cómo Usar la Librería Tenacity en Python
Cómo Usar la Librería Tenacity en Python

Una pequeña guía para comenzar a usar la librería Tenacity de Python