Files
clr-desktop-defaults/mimeapps/meson.build
T
Simental Magana, Marcos 949b2d5b98 mimeapps: Introduce gnome-mimeapps.list
This commit adds the `gnome-mimeapps.list` file, which is
targeted specifically for GNOME desktop environments.

Perhaps we should add a more generic mimeapps.list for
compatibility with other desktops, for now we focus on
this specific desktop env.

Specification of MIME Applications Associations can be
found at freedesktop[1].

This commit fixes https://github.com/clearlinux/distribution/issues/820
and https://github.com/clearlinux/distribution/issues/410

[1]-https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
2019-07-16 14:43:20 -05:00

5 lines
97 B
Meson

install_data(
'gnome-mimeapps.list',
install_dir : join_paths(datadir, 'applications')
)