nautilus-subliminal
nautilus-subliminal copied to clipboard
Arch support
I have no idea how to install on Arch. Those are nautilus/nemo extensions so I guess you can adapt the installer script to work with Arch. If you do, please submit a pull request.
This should be easy. Arch doesn't have apt-get, so I commented these lines in install.sh
# Install required packages
printf "${BLUE}Installing necessary packages...${NORMAL}\n"
apt-get install -y git python-pip python-nautilus || {
printf "Error: failed to install required packages\n"
exit 1
}
and installed all the packages with
pacman -S git python-pip python-nautilus