How to change desktop icon size?
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?
216 Answers
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 to apps>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 is org>gnome>nautilus>icon_view
gsettings set org.gnome.nautilus.icon-view default-zoom-level 'small' 4 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.
5Just 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.
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 as maximum 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 called org.mate.caja.icon-view thumbnail-size.
You could show this by running command:
$ gsettings list-recursively | grep thumbnail-size
org.mate.caja.icon-view thumbnail-size 64
org.gnome.nautilus.icon-view thumbnail-size 64and you can alter this by running:
$ gsettings set org.mate.caja.icon-view thumbnail-size 150or
$ gsettings set org.gnome.nautilus.icon-view thumbnail-size 150depending on wich desktop environment you're using.
Application
I use a little bash to render icons for my desktop like:
( or with a bump filter:
)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.0" xmlns="" xmlns:xlink="" xmlns:sodipodi="" width="82px" height="82px" viewBox="-1 -1 23 23"> <defs> <style type="text/css"><![CDATA[ text { font-style: bold; font-size: 4px; text-align: center; line-height: 100%; writing-mode: lr-tb; text-anchor: middle; fill: #ffffff; fill-opacity: .7; stroke: none; font-family: Nimbus Sans L } text#t1 { font-size: 6px; } circle { fill: #062; color: black; fill-opacity: 1; } path { fill: #800; fill-opacity: 1 } ]]></style> </defs> <g> <circle cx="10" cy="10" r="10" /> <path d="M 20,10 A 10,10 0 0 1 0.86473,14.06779 L 10,10 z" /> <text x="10" y="12.2"><tspan x="10" y="12.2">43.3%</tspan></text> <text x="10" y="16.7"><tspan x="10" y="16.7">31.4G</tspan></text> <text x="10" y="7"><tspan x="10" y="7">17.8G</tspan></text> </g>
</svg>Of course, SVG width and SVG height (82px) is computed by my script, and stay smaller than 150.
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
the nautilus controls the icon size everywhere - desktop-view
as well as the folder-view.
In ubuntu 21.04:
- run
gnome-tweaksin terminal - click
extensions - turn on
Desktop icons ng (ding)(notDesktop icons) - Right click on the desktop -> settings
- Select size for desktop icons
For others who may have the same question:
- Open 'files' (the graphical file explorer in ubuntu)
- edit > preferences
- under "icon view defaults" change "default zoom level" and see the effect on the items on your desktop.
If one opens Files and selects the display type (icons or lists) button, it allows one to change size with the slider. This affects the open window and everything that is on the desktop. I still have to re-arrange but main problem is fixed.
0This solution works only for Ubuntu 20.04 with the GNOME Desktop installed, not unity.
For Ubuntu 20.04, you need to look for a GNOME Shell extension that manage the desktop icons. The extension "Desktop Icons" seems to be installed by default in some cases for that purpose. I assume you’re using it or maybe another one called "DING".
To know which is installed and active on your computer for Ubuntu 20.04 and more, just launch "Extensions" from Activities or open a terminal and type gnome-extensions-app. If you can’t find both of them, make sure the package gnome-shell-extension-prefs is installed.
This will open a new window where you can see informations about your gnome extensions and manage them.
Desktop Icons
If you see on the extensions window that Desktop Icons is enabled, click on its settings button. You can now select the icon size between small, standard and large.
If you want to customize even more and choose your own dimensions for those three options, see this answer for Ubuntu 20.04. Keep in mind that the extension’s directory name begins with desktop-icons@ and is usually either at :
/usr/share/gnome-shell/extensionsif it’s been installed by the system (orapt…),~/.local/share/gnome-shell/extensionsif it’s been exclusively installed by the user for his own personal use, generally through this website.
DING
If you’re using Desktop Icons NG (DING), right-click on your desktop and choose "Settings" (or something similar…). Now you can change the icon size to either tiny, small, standard or large.
If you want to customize even more and choose your own icon dimensions, go to the extension’s directory. Its name starts with ding@ and it’s usually at ~/.local/share/gnome-shell/extensions.
Now, in the ding@… directory, edit enums.js, lines 19 to 21 and set your own values:
var ICON_SIZE = { 'tiny': 36, 'small': 42, 'standard': 50, 'large': 66 };
var ICON_WIDTH = { 'tiny': 70, 'small': 80, 'standard': 95, 'large': 100 };
var ICON_HEIGHT = { 'tiny': 70, 'small': 80, 'standard': 88, 'large': 104 };Finally, restart the gnome shell by hitting <ALT+F2> keys and typing r.
See also: How do I install and manage GNOME Shell extensions?
Right click on the Desktop - select 'Change Desktop Background' this brings up the 'Appearance' window, at the bottom is 'Launcher Icon Size' move the slider
1I managed to change the size of the icons by open a folder (any folder) with files inside (any type of files) and pressing Ctrl + Mouse Scroll, this change the size for all files inside and outside the folder.
Tested in Ubuntu 18.04 running the default Gnome desktop.
If using nemo as your file and desktop manager, simply right-click and go to Desktop --> Icon Size, as shown below. If you're not using nemo as your file and desktop manager, you should be. See the end of the answer linked-to above to see comparisons and screenshots to show the difference.
To find out why you'd want to use nemo as your file manager instead of Ubuntu's default nautilus, and to find out how to install it and set it up, see here: How to set Nemo as the default file manager in Ubuntu 18.04?.
With nautilus uninstalled, gnome desktop this extension worked for me. It has 3 settings for icon size. - settings from tweaks, settings for it.
More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"