nautilus-subliminal icon indicating copy to clipboard operation
nautilus-subliminal copied to clipboard

Arch support

Open mmayla opened this issue 7 years ago • 2 comments

mmayla avatar Sep 24 '16 21:09 mmayla

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.

Diaoul avatar Oct 26 '16 08:10 Diaoul

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

yuzvir avatar Dec 23 '18 22:12 yuzvir