Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active July 14, 2017 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhoconlinux/ffd4661718178c5e484451f9dcbccd10 to your computer and use it in GitHub Desktop.
Save rhoconlinux/ffd4661718178c5e484451f9dcbccd10 to your computer and use it in GitHub Desktop.
nautilus csd 1604 loki fix script
#!/bin/bash
sudo cd /tmp
wget https://gist.githubusercontent.com/rhoconlinux/68af9d6b4be8de97c284ff9dde303d4c/raw/cbf22486dfffffcce43d736c554846bf111682eb/nautilus%20csd%20fix%201604 -O nautilus.desktop
cat nautilus.desktop
sudo mv /usr/share/applications/nautilus.desktop /usr/share/applications/nautilus-nocsd.ddesktop
sudo mv nautilus.desktop /usr/share/applications/nautilus.desktop
cd
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment