Denk dat ik het goed heb gedaan
Dit was de foutmelding in de terminal :
totem League.avi
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 106 error_code 11 request_code 132 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Weet niet wat ik hiermee aanmoet??

Hallo Tjin, welkom op ons forum 
Als je een programma gewoon start via het menu, kun je de onderliggende informatie die het programma uitvoert niet zien. Doe het volgende: open een terminalvenster (een Linux-term voor opdrachtprompt/console) via Toepassingen -> Hulpmiddelen -> Terminal-venster en voer dan de naam in van je speler (bijvoorbeeld vlc,totem,rhythmbox) gevolgd door een spatie en de bestandsnaam. Bijvoorbeeld:
vlc Downloads/filmpje.mpeg
Merk op dat de terminal standaard in je persoonlijke map (/home/gebruikersnaam, afgekort ~) zit. Wil je van map veranderen, doe dan
cd /pad/naar/map
. ./ staat voor de huidige map, ../ voor de bovenliggende map. Alleen cd gaat terug naar /, de root-map. Met tab kun je bestandsnamen automatisch laten aanvullen.