This is my desktop, the icon is too big.
I tried to use
gsettings set org.gnome.nautilus.desktop font "Ubuntu 9"
but the it changes only font size of the desktop icons.
I tried to use Compiz, Advance Settings and Configuration Editor but they just have font size option, not icon size option.
How to change the desktop icon size?
I had the same problem because I had changed the icon size in a window. So I fixed it back from top-right of an open file browser window!
Changing icon size in any file browser window will affect all your windows including Desktop!
Does this apply to all files put on the desktop or just the one icon you're showing? If the latter, that probably means you did it accidentally. Right click the icon, then select "Restore Icon's Original Size...".
The first one, I don't know (yet) how that would happen.
Also, maybe you could try
gconf-editor
. In it, go toapps>nautilus>icon_view
. There's a setting for icon size there. Maybe that's what you need.If you are using
dconf-editor
, the path to "icon_view" setting isorg>gnome>nautilus>icon_view
Just open Nautilus. Go to Edit → Preferences and change the percentage of the Icon View Defaults (in German, Symbolansicht) (33%, 50%, 66%, 100%, 200%).
Why this setting affects the size of the icons on your desktop will be a mystery forever! But that is the easiest way to resize all icons on the desktop at once without using any tool like
gconf-editor
.Right click the icon you want to resize. Select "Resize icon..."
Hold-click and drag the handles that appear over the icon to resize it.
You can revert to the icon's default size by selecting "Restore Icon's Original Size" in the icon's right-click context menu.
open a folder (any folder)
go to menu -> preferences in the file explorer,
change default zoom level to 100%.
Max icon size
For desktop icons, there is a
default size
, which could be used asmaximum size
if you define smaller images than this value.Using gnome-shell, this value is called:
org.gnome.nautilus.icon-view thumbnail-size
, but under mate, this value is calledorg.mate.caja.icon-view thumbnail-size
.You could show this by running command:
and you can alter this by running:
or
depending on wich desktop environment you're using.
Application
I use a little bash to render icons for my desktop like:
Of course, SVG width and SVG height (
82px
) is computed by my script, and stay smaller than150
.You could find the full bash script there: dfpie.tgz
Simplest thing I did was to open file manager(
nautilus
). Then did a zoom-out using the (ctrl+mouse wheel
) combo to decrease the icon size as I needed. By that, the desktop icons also got resized to the same icon size! Looks like thenautilus
controls the icon size everywhere - desktop-view as well as the folder-view.In ubuntu 21.04:
gnome-tweaks
in terminalextensions
Desktop icons ng (ding)
(notDesktop icons
)For others who may have the same question: