CARTUJO wrote:
Aravisian wrote:
CARTUJO wrote:A Zorin OS 15 problem I've found. Or maybe is solved... but:
when I insert a flash drive, my desktop icons overlap.
I have many icons on desktop, and looks nice. But it looks scary when I insert a flash drive, or two, plus an external hard drive.
What to do?
Is this on Zorin Lite? Or Zorin Core or Ultimate Gnome?
For Zorin Lite (XFCE desktop)
You might try in terminal:
- Code:
xfconf-query -c xfce4-desktop -p /desktop-icons/center-text -n -t bool -s false
The problem is in the CORE EDITION, but hey! thanks for your tip. I have an old laptop running the LITE 32b EDITION, because I have less than 1 GB of RAM Mem. I will do what you say there. "T4URA" Thanks for your advise
Ok, for Gnome instead of XFCE, could you try
- Code:
gsettings set org.nautilus.desktop use-desktop-grid false
EDIT: Correction:
"Some background: previously, desktop icons were handled by the file manager, nautilus, currently known as "Files". Gnome developers removed the functionality from the file manager for technical reasons, but also because icons on the desktop do not fit in their vision. Currently, this functionality is supported by a Gnome Shell extension "Desktop icons". This is a very new extension. An option to not align the icons would need to be implemented."
You may need to use Nemo, instead (Just change above to nemo instead of nautilus in the command)