Last active
May 24, 2022 04:04
-
-
Save dance2die/4ec63dfad094374245a7a1f236203330 to your computer and use it in GitHub Desktop.
Enabling Ubuntu Desktop Icons (Works in 22.04)
- Install Nemo
sudo apt install nemo
- Create a new file,
~/.config/autostart/nemo-autostart-with-gnome.desktop
touch ~/.config/autostart/nemo-autostart-with-gnome.desktop
- 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
- 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