Totem crashes
I can't get my totem on F21 to work.
Any ideas? Here is the output of totem
:
(totem:19238): libpeas-WARNING : The 'python' plugin loader has not been enabled
Totem:ERROR:totem-grilo.c:694:browse_cb: code should not be reached
Edit: Interestingly I can start totem as root.
Check for SELinux notifications or change to permisive SELINUX and see if it works
I'd also recommend opening up the SELinux Troubleshooter and seeing if there are any alerts. (Usually, you get an icon on your panel if there are any new alerts, but that might be turned off.
SELinux log has entry that was related to my debug. I printed
strace -f totem > output.txt
and that's the result: SELinux is preventing /usr/bin/totem-video-thumbnailer from write access on the file ~/strace-totem.txt. I don't get this when starting totem.I guess I found out that I am affected by this bug , https://retrace.fedoraproject.org/faf... ABRT catches that together with a dleyna-server-service killed by SIGSEGV.
Making SELINUX=permissive doesn't fix it. Same error message as above.