Wow, 10 year old question, and it's still a relevant search result. In the latest LTS (at time of writing!) Ubuntu 20.04, the used the half-baked desktop-icons Gnome Shell extension, which is missing many basic features, like drag-and-drop interaction with Nautilus. Reading posts, forums, and issue tracker complaints, I gather than this is because decision-makers of some kind decreed that desktop icons are an antipattern and they would prefer not to support them at all.
But, there's a fork of their desktop-icons extension called "Desktop Icons NG (DING)" that solves the drag-and-drop, but development seems to be slow, s.t. newer version of it are not compatible with newer versions of Gnome Shell (what?), so their v18 addition of the arrangement feature is not available in the v17 that gets installed on my Ubuntu. (Why anyone would develop against the upstream version of Gnome, that gets used by approximately 1% of of the 1% of the world computer population who use Linux; is beyond me.)
SO! tl;dr, I installed a fork of DING "desktop-icons-neo", and it has all the features you'd expect Ubuntu to have out of the box. Just went to it on the gnome extensions site, flipped the switch to "on", disabled the built-in "Desktop Icons" in the built-in "Extensions" settings app, and then had the desired features in my desktop context menu.
But yeah, Linux will become the dominant desktop operating system any day now, sure.
Go to /home/USER/.config/pcmanfm/default/ or /home/USER/.config/pcmanfm/lubuntu/.
Change USER to be your username.
Run: sudo nano pcmanfm.conf
Go to the section: "[desktop]"
Change sort_by to sort_by=2 (if you want to sort by name).
Log out, then log back in. Tadaaa! :)
I'm not an expert, probably there is some nicer way to do that with bash script or something..but this works and it is needed to be done only once. About sorting numbers I'm not sure which one is for what and didn't find any useful info, so you'll need to discover it by yourself by playing or finding some info.
I'm not sure would something similar work for Ubuntu and Nautilus.
There's no such feature to enable in Ubuntu. See this wishlist bug report about the feature request (it's from 2005...).
I wrote
iconic
to solve this problem by letting you define a grid size larger than the icons. Additionally it will:You can get the script on github.
Here's the main screen:
Visit the github page for iconic to see all the other screens, explanations and a copy of the script.
Just a little modification for Ubuntu 17.04, you need to right click, select Keep Aligned and then Organise Desktop By Name.
Wow, 10 year old question, and it's still a relevant search result. In the latest LTS (at time of writing!) Ubuntu 20.04, the used the half-baked desktop-icons Gnome Shell extension, which is missing many basic features, like drag-and-drop interaction with Nautilus. Reading posts, forums, and issue tracker complaints, I gather than this is because decision-makers of some kind decreed that desktop icons are an antipattern and they would prefer not to support them at all.
But, there's a fork of their desktop-icons extension called "Desktop Icons NG (DING)" that solves the drag-and-drop, but development seems to be slow, s.t. newer version of it are not compatible with newer versions of Gnome Shell (what?), so their v18 addition of the arrangement feature is not available in the v17 that gets installed on my Ubuntu. (Why anyone would develop against the upstream version of Gnome, that gets used by approximately 1% of of the 1% of the world computer population who use Linux; is beyond me.)
SO! tl;dr, I installed a fork of DING "desktop-icons-neo", and it has all the features you'd expect Ubuntu to have out of the box. Just went to it on the gnome extensions site, flipped the switch to "on", disabled the built-in "Desktop Icons" in the built-in "Extensions" settings app, and then had the desired features in my desktop context menu.
But yeah, Linux will become the dominant desktop operating system any day now, sure.
Right-click on Desktop and click on Clean up by name
Solution for Lubuntu (PCManFM):
Go to
/home/USER/.config/pcmanfm/default/
or/home/USER/.config/pcmanfm/lubuntu/
.Change
USER
to be your username.Run:
sudo nano pcmanfm.conf
Go to the section:
"[desktop]"
Change
sort_by
tosort_by=2
(if you want to sort by name).Log out, then log back in. Tadaaa! :)
I'm not an expert, probably there is some nicer way to do that with bash script or something..but this works and it is needed to be done only once. About sorting numbers I'm not sure which one is for what and didn't find any useful info, so you'll need to discover it by yourself by playing or finding some info.
I'm not sure would something similar work for Ubuntu and Nautilus.
Running Ubuntu 16.10 (Lubuntu Desktop)
Done.
Replace Nautilus by Nemo as Desktop managerment.
Install Nemo (test in Ubuntu 16.04, install Nemo 3.6; Nemo 2.xx is not support arrangement desktop; Ubuntu 18.04 use Nemo 4.x):
Disable Gnome desktop icon:
Enable Nemo desktop management:
After this command, you can Ctrl+c, the nemo-desktop is running in background.
Adjust horizontal-grid-adjust if need:
Use can config in
dconf-editor
:Finally, use need set
nemo-desktop
as startup application. Follow this link.Enjoy !!
For Ubuntu 20.04
Written on Friday June 19, 2020 by walterflash