Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Last active June 4, 2022 15:45
Show Gist options
  • Save ericoporto/96c95e630e29320b73201e5cd6025b34 to your computer and use it in GitHub Desktop.
Save ericoporto/96c95e630e29320b73201e5cd6025b34 to your computer and use it in GitHub Desktop.
This allows associating ase files to aseprite in freedesktop DEs (Unity, Gnome...). Add to /usr/share/mime or ~/.local/share/mime/ .
<?xml version='1.0' encoding='utf-8'?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="image/aseprite">
<comment>aseprite file</comment>
<glob pattern="*.ase"/>
</mime-type>
</mime-info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment