Comment 1 for bug 1648748

Revision history for this message
Jaroslav Lichtblau (svetlemodry) wrote : Re: Variety does not start

I am seeing the same error on an up-to-date Arch Linux system.

https://www.archlinux.org/packages/community/any/variety/
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/variety

$ LANG=C variety
/usr/lib/python2.7/site-packages/variety/__init__.py:108: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk, GObject # pylint: disable=E0611
/usr/lib/python2.7/site-packages/variety/VarietyWindow.py:27: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk, GdkPixbuf, GObject, Gio, Notify # pylint: disable=E0611
/usr/lib/python2.7/site-packages/variety/QuoteWriter.py:19: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gdk, Pango, PangoCairo, GdkPixbuf, GObject
This version of Variety is outdated and unsupported. Please upgrade. Quitting.