Last active
July 14, 2017 23:19
-
-
Save rhoconlinux/ffd4661718178c5e484451f9dcbccd10 to your computer and use it in GitHub Desktop.
nautilus csd 1604 loki fix script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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