The file is in your home directory so it is owned by you. In other words, sudo is not required in this case - in fact, it may results in certain user files being given administrator level permissions, potentially causing applications to fail when run by regular users. This is just a guess but I think that is what the errors you posted are all about: those files are owned by you (UID1000) but sudo tried to promote them to root (UID 0). Have a look at the permissions on your mplayer directory and its contents.
|