Last active
December 16, 2015 23:59
-
-
Save funivan/5517770 to your computer and use it in GitHub Desktop.
ubuntu fix
This file contains hidden or 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
| sudo sed -i ‘s/NoDisplay=true/NoDisplay=false/g’ /etc/xdg/autostart/*.desktop | |
| #remove unitry | |
| sudo apt-get remove unity unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-5.0 unity-common libindicator7 indicator-application indicator-datetime indicator-messages libnux-2.0-0 nux-tools libunity-misc4 unity-2d-common | |
| sudo apt-get install gnome-session-fallback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment