this post was submitted on 24 Jan 2024
1 points (100.0% liked)

Linux Questions

996 readers
2 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

Hello guys, I have a question about GNOME Nautilus and the sizes of icons in list view. In the included screenshot, you can see the list view of my home folder with lowest icon size. However, the entries are still rather tall compared to other file managers. To reduce the need of scrolling, I would like to reduce the icon size further. Is there any way to do this? Thanks!

Edit: The issue is resolved now. I found out, that padding is too large in the theme I use. The issue was already fixed upstream, only had to apply one commit to fix.

you are viewing a single comment's thread
view the rest of the comments
[–] vikingtons@lemmy.world 0 points 7 months ago* (last edited 7 months ago) (3 children)

Are you able to increase the information density a little further by holding Ctrl and minus? This is how mine looks with gnome 45

Before:

After:

[–] grallo@feddit.de 0 points 7 months ago (2 children)

No, the size in the screenshot is lowest size available. I use version 45.2.1, although only installed Nautilus, not the full GNOME shell.

[–] vikingtons@lemmy.world 0 points 7 months ago (1 children)

Ah, sorry to hear. I'll try and find where that entity sizing is declared but I'd be a but out of my depth there.

[–] grallo@feddit.de 0 points 7 months ago* (last edited 7 months ago)

May have found it in a header file: NautilusListIconSize in nautilus/src/nautilus-enums.h. I might try to add a smaller icon size level

Edit: Or maybe I better play around with margins/paddings of rows/cells. They seem to be too large in my screenshot, comparing it with yours.