It's straightforward to set vlc as default using the GUI, but straightforward doesn't mean easy(I have to do the same thing over and over many times each time I install a new system). I just need a short command for this(e.g. set a gconf or dconf key). Please no answers like right-click and select Properties.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
That information is stored in .local/share/applications/mimeapps.list, I save a copy of that file and copy it to new systems. |
|||
|
|
|
You can set the default mimetype handler with the
You could of course script that.
To makesure you get all the mimetypes that Totem is set to handle, you could parse it's desktop file for the MIMETYPES variable like:
|
||||
|
|