lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
826 stars 129 forks source link

PyGIWarning on media-player plugin #261

Closed glitsj16 closed 8 years ago

glitsj16 commented 9 years ago

More warnings for the media-player plugin:

/usr/lib/liferea/plugins/media-player.py:28: PyGIWarning: Peas was imported without specifying a version first. Use gi.require_version('Peas', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Peas, PeasGtk, GLib, Gtk, Liferea, Gst /usr/lib/liferea/plugins/media-player.py:28: PyGIWarning: PeasGtk was imported without specifying a version first. Use gi.require_version('PeasGtk', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Peas, PeasGtk, GLib, Gtk, Liferea, Gst /usr/lib/liferea/plugins/media-player.py:28: PyGIWarning: Liferea was imported without specifying a version first. Use gi.require_version('Liferea', '3.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Peas, PeasGtk, GLib, Gtk, Liferea, Gst

Correcting these cfr. #256 & #257. Pull request will be there soon.

lwindolf commented 8 years ago

This is fixed in recent releases.