[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2011-10-14 Thread Launchpad Bug Tracker
[Expired for brasero (Ubuntu) because there has been no activity for 60 days.] ** Changed in: brasero (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483792

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2011-02-24 Thread Sébastien Bertrand
>From this site http://rant.gulbrandsen.priv.no/libdvdcss-new-css-attack, it seems it's a problem with libdvdcss. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483792 Title: Brasero Copy to ISO imag

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2011-02-24 Thread Sébastien Bertrand
** Attachment added: "Exemple of brasero log with failed dvd" https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/483792/+attachment/1869627/+files/brasero-session.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2011-02-24 Thread Sébastien Bertrand
This bug happened to me with Brasero on Maverick Meerkat. It seems there is a problem between libdvdcss and Brasero, but I can read the DVD so I assume my libdvdcss is working. I cannot find an upstream bug. ** Changed in: brasero (Ubuntu) Status: Invalid => New -- You received this bug

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2010-09-16 Thread Vish
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't he

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2010-07-25 Thread OS/2-User
> A new version of brasero is available in both Lucid and Maverick ... Pedro, where exactly can I find those new Brasero packages for download? http://packages.ubuntu.com/maverick/, as well as /lucid-updates and /lucid-backports, all fail with: "Error mehr als eine Suite für show_static angegeb

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2010-02-22 Thread LCID Fire
Same here with am64 architecture. Since it works fine in totem the bug is probably somewhere in brasero. -- Brasero Copy to ISO image does not work for some DVDs https://bugs.launchpad.net/bugs/483792 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2010-02-17 Thread Jon Spriggs
I've enhanced the script at Comment #3 Please note the new version required dcfldd which is an enhanced version of DD which will provide status messages including timings. #!/bin/bash DEV=/dev/cdrom ISO=$1 if [ ! -z "$2" ] then DEV=$2 fi if [ -z "$ISO" ] then echo "Usage: $0 [DEVICE]" exi

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2009-12-03 Thread Pedro Villavicencio
** Changed in: brasero (Ubuntu) Importance: Undecided => Low -- Brasero Copy to ISO image does not work for some DVDs https://bugs.launchpad.net/bugs/483792 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2009-11-18 Thread cyber_rigger
64 bit Jaunty on AMD64 Brasero 2.26.1 ALSO seems broken for copying some CD iso images. I had to use nautilus-cd-burner. I made iso image copies of a cd using brasero (forcing .iso, brasero wanted .toc) and nautilus-cd-burner. The 2 resulting iso images DIFFERED. Brasero kept giving me error m

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2009-11-16 Thread Michael Rumpf
I was able to convert the Antz DVD into a ISO image using the following script: #!/bin/bash DEV=$1 ISO=$2 if [ -z "$DEV" ] then echo "Usage: $0 " exit 1 fi if [ -z "$ISO" ] then echo "Usage: $0 " exit 1 fi BS=$(isoinfo -d -i $DEV | grep "block size" | awk '{print $5}') VS=$(isoinfo -d

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2009-11-16 Thread Michael Rumpf
BTW, the Totem video player can play the Antz DVD without a problem. -- Brasero Copy to ISO image does not work for some DVDs https://bugs.launchpad.net/bugs/483792 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2009-11-16 Thread Michael Rumpf
** Attachment added: "The log for the ANTZ DVD" http://launchpadlibrarian.net/35757346/Antz.log ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35757347/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35757348/XsessionErrors