Remove the super annoying “Enqueue in SMPlayer.” option from the “File association” settings…

I always get annoyed when “Enqueue in SMPlayer.” option pushes itself in as a default setting for video playing… Today it aggravated me again and I said “Nuff is nuff!“…

First gain root:

su

Then update the list of files:

updatedb

You need mlocate package installed for this to work.

Then locate the smplayer_enqueue

locate smplayer_enqueue

It should spit out:

[root@wishmasus andrzejl]# locate smplayer_enqueue
/usr/share/applications/smplayer_enqueue.desktop
[root@wishmasus andrzejl]#

Remove that file:

rm /usr/share/applications/smplayer_enqueue.desktop

And then drop root:

exit

And update your mime types:

update-mime-database -V ~/.local/share/mime/

That should work at least till next Smplayer upgrade…

Cheers.

AndrzejL

"Never meet Your heroes. Most of the time you'll only end up disappointed." White Polak Male Husband Employee Hetero Carnivorous Fugly Geek @$$hole with ADD Catholic “Some men just want to watch the world burn.”

Comments are closed.