Launchpad has imported 10 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=920962.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-03-13T07:49:29+00:00 tomas wrote:

Description of problem:
when totem is starting, it stay without dvd or dvb in menu. if totem starts dvd 
from nautilus, it run ok. 

Version-Release number of selected component (if applicable):
3.8.2-206.fc18.x86_64
totem 3.6.3
How reproducible:
write totem on commanline

Steps to Reproduce:
1.
2.
3.
  
Actual results:

totem

(totem:8090): Grilo-WARNING **: [registry] grl-registry.c:330: Failed to
initialize plugin: '/usr/lib64/grilo-0.2/libgrlflickr.so'

(totem:8090): Grilo-WARNING **: [registry] grl-registry.c:330: Failed to
initialize plugin: '/usr/lib64/grilo-0.2/libgrltmdb.so'

(totem:8090): Grilo-WARNING **: [registry] grl-registry.c:787: Failed to open 
module: '/usr/lib64/grilo-0.2/libgrlpodcasts.so'
Failed activating DVB DBus service 'NoneType' object has no attribute 
'set_image'
Traceback (most recent call last):
  File "/usr/lib64/totem/plugins/dvb-daemon/dvb-daemon.py", line 680, in 
_on_group_loaded
    self._configure_mode()
  File "/usr/lib64/totem/plugins/dvb-daemon/dvb-daemon.py", line 481, in 
_configure_mode
    self.single_group = self.channels[group_iter][self.channels.COL_GROUP]
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 782, in 
__getitem__
    aiter = self._getiter(key)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 776, in 
_getiter
    aiter = self.get_iter(key)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 798, in 
get_iter
    path = TreePath(path)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1209, in 
__new__
    if len(path) == 0:
TypeError: object of type 'NoneType' has no len()

** (totem:8090): WARNING **: Error creating GUPnP context: Failed to
find IP of interface ttyUSB0


Expected results:


Additional info:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/0

------------------------------------------------------------------------
On 2013-07-16T21:56:16+00:00 Sylvain wrote:

I get this bug with Fedora 19.
Same stacktrace.
totem-3.8.2-1.fc19.x86_64
gnome-dvb-daemon-0.2.10-2.fc19.x86_64

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/1

------------------------------------------------------------------------
On 2013-12-15T21:20:59+00:00 Stefano wrote:

Same bug on Fedora 19.

totem-3.8.2-1.fc19.x86_64
gnome-dvb-daemon-0.2.10-2.fc19.x86_64

$ totem
Failed activating DVB DBus service 'NoneType' object has no attribute 
'set_image'
Traceback (most recent call last):
  File "/usr/lib64/totem/plugins/dvb-daemon/dvb-daemon.py", line 680, in 
_on_group_loaded
    self._configure_mode()
  File "/usr/lib64/totem/plugins/dvb-daemon/dvb-daemon.py", line 481, in 
_configure_mode
    self.single_group = self.channels[group_iter][self.channels.COL_GROUP]
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 767, in 
__getitem__
    aiter = self._getiter(key)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 755, in 
_getiter
    aiter = self.get_iter(key)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 789, in 
get_iter
    path = self._coerce_path(path)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 764, in 
_coerce_path
    return TreePath(path)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1114, in 
__new__
    path = ":".join(str(val) for val in path)
TypeError: 'NoneType' object is not iterable

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/5

------------------------------------------------------------------------
On 2013-12-21T12:06:40+00:00 Fedora wrote:

This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. 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 WONTFIX if it remains open with a Fedora 
'version' of '18'.

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 prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 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 to Fedora 18's end of life.

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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/6

------------------------------------------------------------------------
On 2014-01-26T10:37:26+00:00 Blonďák wrote:

For me helps following:

--- old/dvb-daemon.py   2014-01-26 11:34:17.306941350 +0100
+++ new/dvb-daemon.py   2014-01-25 20:46:28.520696797 +0100
@@ -458,7 +458,8 @@
         totemtv_image.show()
 
         watch_item = 
uimanager.get_widget('/tmw-menubar/movie/devices-placeholder/dvbdevice')
-        watch_item.set_image(totemtv_image)
+        if watch_item:
+            watch_item.set_image(totemtv_image)
 
         timers_image = Gtk.Image.new_from_icon_name("stock_timer", 
Gtk.IconSize.MENU)
         timers_image.show()

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/7

------------------------------------------------------------------------
On 2014-02-05T19:55:10+00:00 Fedora wrote:

Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/8

------------------------------------------------------------------------
On 2014-02-15T19:58:21+00:00 Felix wrote:

(In reply to Blonďák from comment #4)
> For me helps following: (...)

I can confirm that this bug exists in F20 and Blonďák's patch resolves
the issue.

The bug was reported upstream as 
  Totem plugin: DVB not working due to problem in dvb-daemon.py
  https://bugzilla.gnome.org/show_bug.cgi?id=709483
but does not have any "official" solution though another reporter indicated 
that commenting line 461 removes the bug as well.

The upstream git repository does not have any official bug fix
(watch_item line is unchanged since 2009 / git revision 8aafc4f8).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/9

------------------------------------------------------------------------
On 2014-04-09T20:17:21+00:00 Ville wrote:

Blonďák's patch is now in upstream git:
https://git.gnome.org/browse/gnome-dvb-daemon/commit/?id=76bf99c3f7faf31f4cc563a8002f70d9012cf22f

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/10

------------------------------------------------------------------------
On 2015-05-29T08:55:04+00:00 Fedora wrote:

This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. 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 '20'.

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 20 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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/12

------------------------------------------------------------------------
On 2015-06-29T11:47:24+00:00 Fedora wrote:

Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1202768/comments/13


** Changed in: gnome-dvb-daemon (Fedora)
       Status: Unknown => Won't Fix

** Changed in: gnome-dvb-daemon (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1202768

Title:
  Cannot play DVB

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-dvb-daemon/+bug/1202768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to