When doing xdg-open file.zip, the contents of the file are displayed with less in a terminal - instead of using engrampa.
xdg-open tries to find the application by looking into the following files:
~/.local/share/applications/mimeapps.list
/usr/share/mate/applications/defaults.list
/usr/share/applications/defaults.list
/usr/share/mate/applications/defaults.list does not exist, so it falls back to the default file provided by the ubuntu 14.04 desktop-file-utils package. This one maps .zip files to file-roller:
application/zip=file-roller.desktop
It would help if mate shipped its own defaults.list file that actually defines engrampa to be used for zip files.
When doing
xdg-open file.zip
, the contents of the file are displayed withless
in a terminal - instead of usingengrampa
.xdg-open
tries to find the application by looking into the following files:~/.local/share/applications/mimeapps.list
/usr/share/mate/applications/defaults.list
/usr/share/applications/defaults.list
/usr/share/mate/applications/defaults.list
does not exist, so it falls back to the default file provided by the ubuntu 14.04desktop-file-utils
package. This one maps .zip files to file-roller:It would help if mate shipped its own
defaults.list
file that actually defines engrampa to be used for zip files.