Important Note Before Installing Once you have successfully compiled and installed Aseprite you may ***not ***distribute it as it violates the . Also I’d recommend reading the EULA real quick if you plan on doing anything else with the application as its only 42 lines of text. Aseprite EULA Installation Installing aseprite is a fairly straight forward process with the help of the package. Simply type the following commands into your terminal AUR git clone https://aur.archlinux.org/aseprite.git cd aseprite makepkg -si Desktop Environment To create a desktop entry for your respective desktop environment you must simply create a file at and write the following contents in it ~/.local/share/applications/aseprite.desktop [Desktop Entry] Name=Aseprite Exec=/usr/bin/aseprite # use `which aseprite` to find the file for this Terminal=false # set the app to not run in a terminal Icon=/home/user/pathtoiconfile # replace with the path to you icon file Type=Application Comment=Useful pixel art editor # tooltip **I have not personally tested this as I use the window manager instead of a desktop environment please let me know if this does not work i3 Uninstall To uninstall aseprite simply type this should remove all files relating to asperite. Also remove the file if you created that. sudo pacman -Rsn aseprite ~/.local/share/applications/aseprite.desktop