I would like to delete some images with nautilus.
I increased the size to 200%.
My monitor has a high resolution and the image are too small for me.
I would like to increase the size even more, but it seems to be impossible.
See screenshot.
Is there a particular reason why increasing beyond 200% is not possible?
Open a terminal and enter the following commands.
In case you had enabled experimental views in Nautilus, we will first disable it.
Then we set the desired "standard" icon thumbnail size. In this example, I've set thumbnail icon sizes to 400, but you can set it to whatever you want.
Note, if you want to make the above changes using a GUI application instead of a terminal, you can disable experimental views in Nautilus' Preferences menu. Also, you can install the package
dconf-editor
and set both fields using the Dconf Editor's GUI.Restart
To make the changes effective kill the Nautius process (or simply restart your computer).
Open Nautilus and navigate to the pictures folder you want to view.
Click on the "Icons View" grid in the header bar.
Here is the thumbnails view with larger icons (100% = 400px). You can still scale them bigger or smaller from the new large default size you had set in step 1.
Almost always modern glossy GNOME use strange non-intuitive methods for simple problems.
Seems to be limited by design.
You can see other snap problem as a good example of modern Nautilus "design".
It is time to switch to MATE or Cinnamon with their file-managers
Caja
Nemo
as both they have 400% zoom.
IMHO: if you want to use computer for work without bells and whistles - do not use GNOME at all.
Here is a script that is easier for "grandma" to use:
zoom
- Script to set Nautilus Thumbnail sizeInstallation and Usage
Place the file
zoom
in your search path.Mark the file executable with
chmod a+x /search-path-name/zoom
Call the script from terminal using
zoom 999
where 999 is the zoom factor. For examplezoom 400
will havenautilus
zoom by 400%.The script can be enhanced to use
zenity
for a desktop shortcut with GUI pop up window that prompts for zoom percentage.