mirror of
https://github.com/clearlinux/clr-desktop-defaults.git
synced 2026-09-04 04:31:34 +00:00
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>
5 lines
97 B
Meson
5 lines
97 B
Meson
install_data(
|
|
'gnome-mimeapps.list',
|
|
install_dir : join_paths(datadir, 'applications')
|
|
)
|