Skip to content

Instantly share code, notes, and snippets.

@dance2die
Last active May 24, 2022 04:04
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 dance2die/4ec63dfad094374245a7a1f236203330 to your computer and use it in GitHub Desktop.
Save dance2die/4ec63dfad094374245a7a1f236203330 to your computer and use it in GitHub Desktop.
Enabling Ubuntu Desktop Icons (Works in 22.04)
  1. Install Nemo
sudo apt install nemo
  1. Create a new file, ~/.config/autostart/nemo-autostart-with-gnome.desktop
touch ~/.config/autostart/nemo-autostart-with-gnome.desktop
  1. Paste the following configuration in ~/.config/autostart/nemo-autostart-with-gnome.desktop
[Desktop Entry]
Type=Application
Name=Nemo
Comment=Start Nemo desktop at log in
Exec=nemo-desktop
OnlyShowIn=GNOME;
AutostartCondition=GSettings org.nemo.desktop show-desktop-icons
X-GNOME-AutoRestart=true
NoDisplay=true
  1. Turn off grid layout
gsettings set org.nemo.desktop use-desktop-grid false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment