Comment 2 for bug 206916

Revision history for this message
Momo_102 (momo-102) wrote : Re: Totem cannot play DVD

Did you install css? For amd64 there seams to be a bug in the install-css.sh

sudo gedit /usr/share/doc/libdvdread3/install-css.sh

You see following two lines:
#available="alpha hppa i386 ia64 powerpc s390 sparc"
available="i386"

Replace the with
available="alpha amd64 hppa i386 ia64 powerpc s390 sparc"
#available="i386"

Save the file and do a "sudo /usr/share/doc/libdvdread3/install-css.sh".
This worked for me.

I don't know if the bug is from Debian, Ubuntu or libdvdread3.