Bug 1175102 - Radiotray ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Summary: Radiotray ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: radiotray
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jean-Francois Saucier
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-17 07:38 UTC by Randy Berry
Modified: 2015-12-02 16:46 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-02 06:07:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Strace log file (1006.28 KB, text/plain)
2015-03-18 20:23 UTC, Paul Smith
no flags Details
Strace for radiotray in Fedora 22 (977.67 KB, text/plain)
2015-05-30 05:47 UTC, Marco Guazzone
no flags Details

Description Randy Berry 2014-12-17 07:38:50 UTC
Description of problem:
Radiotray Bombs as soon as you launch it.;
** Message: pygobject_register_sinkfunc is deprecated (GstObject)

When launched from terminal it gives the following error
Version-Release number of selected component (if applicable):
radiotray-0.7.3-3.fc21.noarch

How reproducible:
Launch it. Does not load

Comment 1 Bernhard Berbuir 2015-03-18 18:44:43 UTC
I have had the same problem and installing the package pygtk2-libglade solved it (a dependency seems to be missing).

If this dos not help you can install the package strace and run the following command: 
strace radiotray > radiotray.log 2>&1

and post the log file radiotray.log for further investigation.

Comment 2 Paul Smith 2015-03-18 20:23:33 UTC
Created attachment 1003414 [details]
Strace log file

Comment 3 Paul Smith 2015-03-18 20:24:08 UTC
Thanks, Bernhard, but your suggestion did not fix the problem here. 

The log file is attached.

Comment 4 Bernhard Berbuir 2015-03-21 09:25:48 UTC
The strace log file show two things:
* the error message "** Message: pygobject_register_sinkfunc is deprecated (GstObject)" is irrelevant (it is also shown when raditray starts successfully)
* radiotray loads several plugins during startup. The plugin "Notifications" (Shows message notifications on the desktop, NotificationPlugin.py, Carlos Ribeiro) causes the problem

The error messages at the end of the log file indicate that the package notify-python is not installed.:
ImportError
No module named pynotify

Comment 5 Paul Smith 2015-03-21 12:57:40 UTC
Thanks, Bernhard! After

yum install notify-python

the problem became fixed. And now, radiotray is working perfectly.

Paul

Comment 6 Paul Smith 2015-03-21 13:05:21 UTC
And thus the original problem seems to boil down to a dependencies problem, which can be easily fixed.

Paul

Comment 7 Marco Guazzone 2015-05-30 05:45:40 UTC
Hi,

Same problem in Fedora 22.

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "/usr/bin/radiotray", line 15, in <module>
    radiotray.main(sys.argv[1:])
  File "/usr/lib/python2.7/site-packages/radiotray/radiotray.py", line 38, in main
    RadioTray()
  File "/usr/lib/python2.7/site-packages/radiotray/RadioTray.py", line 72, in __init__
    self.audio = AudioPlayerGStreamer(self.mediator, self.cfg_provider, eventManager)
  File "/usr/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py", line 43, in __init__
    self.souphttpsrc = gst.element_factory_make("souphttpsrc", "source")
gst.ElementNotFoundError: souphttpsrc

Comment 8 Marco Guazzone 2015-05-30 05:47:47 UTC
Created attachment 1032364 [details]
Strace for radiotray in Fedora 22

Comment 9 Marco Guazzone 2015-06-06 20:01:35 UTC
OK. I've installed the following package:

$ dnf install gstreamer-plugins-good

and now radiotray works!

Comment 10 Fedora End Of Life 2015-11-04 11:33:48 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 11 Fedora End Of Life 2015-12-02 06:07:38 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.