By default Caja does not come with the Audio/Video Properties tab that is present in Nautilus since... a very long time.
How can this tab be added?
By default Caja does not come with the Audio/Video Properties tab that is present in Nautilus since... a very long time.
How can this tab be added?
gnome-mplayerincludes an extension for caja since version1.0.9-2:https://code.google.com/p/gnome-mplayer/source/checkout
However, the version of
gnome-mplayer-1.0.9-2that comes from the Ubuntu repositories does not include the caja extension:/usr/lib/caja/extensions-2.0/libgnome-mplayer-caja-properties-page.soOR (for amd64):
/usr/lib/x86_64-linux-gnu/caja/extensions-2.0/libgnome-mplayer-caja-properties-page.soI suspect that the reason is that when the .DEB was compiled, caja was not installed and thus not detected.
Therefore the only solution is to compile from source or use a deb compiled by someone else: https://www.dropbox.com/s/x340ym3xeyhuosu/gnome-mplayer_1.0.9.2-2_amd64.deb?dl=1 https://www.dropbox.com/s/qm6nkgkaebddtrj/gnome-mplayer_1.0.9-1_i386.deb?dl=1
STEPS to compile:
Run the following as root:
svn checkout http://gnome-mplayer.googlecode.com/svn/trunk/ gnome-mplayerThe
makemight complain that it cannot findautomake-1.13when you haveautomake-1.14In order to resolve this run the following in the source folder:after this all you need to do is to run:
make installORcheckinstallFinally you might need to also install
mplayerif you don't already have it. Restartcajaby logout/login orkillall cajaNow you should have the property tab. If you don't, check if you can open a movie with gnome-mplayer.
Let me know if you encounter any issues!
UPDATE: referenced dropbox package now installs the dependencies