[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-12-22 Thread Jeremy Bicha
*** This bug is a duplicate of bug 883694 ***
https://bugs.launchpad.net/bugs/883694

This was already fixed for 12.04 with the patch for bug 883694. All that
needs to be done is for that fix to be released as an SRU for Ubuntu
11.10.

** This bug has been marked a duplicate of bug 883694
   Downloaded subtitles not showing

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-12-13 Thread TheGhost
I can confirm this bug on Oneiric x64.
Additionally I merged the duplicate bug-report into this one and added the 
patch tag, hopefully to get more attention, and to get the patch into the 
release.

** Tags added: patch

** Tags added: bitesize

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-23 Thread elleP
Tnx, patch works!
Now to get this into the releases.

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-07 Thread mambro
You can also open the patch and make the changes manually to the file
/usr/lib/totem/plugins/opensubtitles/opensubtitles.py. It's a very
trivial change :)

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-06 Thread mambro
** Attachment added: opensubtitles.patch
   
https://bugs.launchpad.net/bugs/886947/+attachment/2587817/+files/opensubtitles.patch

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  New

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-06 Thread psychok7
hey i am trying to test this patch but i am not sure how to run it.. how
am i supposed to do it?

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: totem (Ubuntu)
   Status: New = Confirmed

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 886947] Re: Totem Download Movie Subtitles hangs on loading the subtitles

2011-11-06 Thread psychok7
the patch file works, i did this patch -p0 -i opensubtitles.patch
(dont know wht the p0 means) in the terminal with my .patch in
/usr/lib/totem/plugins/opensubtitles/opensubtitles.py

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

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin Subtitle Downloader 
  2) Open a movie with totem 
  3) View  Subtitles  Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
File /usr/lib/totem/plugins/opensubtitles/opensubtitles.py, line 570, in 
os_save_subtitles
  subFile  = fp.replace('', False)
File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
  return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp