this post was submitted on 13 Jul 2025
57 points (96.7% liked)

Linux

56366 readers
578 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Most file managers I've encountered default to icon view. One of the first things I do is set the default to detailed list view. Might be a preference for seeing names and dates over many identical folder icons, or just an old habit from using Windows. But I'd be curious to hear about the benefits of icon view and why it's usually the default in Linux GUI file managers.

What does everyone else use and any reasons to prefer one over the other?

top 28 comments
sorted by: hot top controversial new old
[–] harsh3466@lemmy.ml 6 points 14 hours ago

List. I hate icon view. Hate it

[–] kittenroar@beehaw.org 10 points 20 hours ago

Detailed list view for everything except videos and images, and sometimes even for those

[–] irotsoma@lemmy.blahaj.zone 15 points 1 day ago (1 children)

Icons for pictures, detail view for everything else. Easier to sort in the detail view.

[–] Macaroni_ninja@lemmy.world 4 points 23 hours ago

Same. For pictures max size icons.

[–] coralof@lemmy.world 7 points 21 hours ago

Detail view forever.

[–] HaraldvonBlauzahn@feddit.org 4 points 21 hours ago

Depends what I am doing, but I often like "orthodox" two-pane file managers better, with details.

So my preference list is roughly:

  1. Command Line
  2. Krusader
  3. Thunar
[–] Libra@lemmy.ml 48 points 1 day ago

Detail unless it's pictures or something where the icon is a preview of the file's content.

[–] thingsiplay@beehaw.org 3 points 1 day ago

Dolphin filemanager from KDE. Nowadays I default to "compact" view without "preview" enabled. This is similar to "Icon" view, but the icons are small. Lot of files scrolls horizontal instead vertical.

  • filenames in compact mode can be longer in one line, which is kind of similar to the look as "details" view, but are all displayed in a multiple rows instead one row
  • preview disabled, because this is extremely fast, as I have ton of files that do not even have a preview image

That's my default. Occasionally I enable preview image and switch to bigger "icon" view when I look into images or videos. Or sometimes I enable "details" view when needed. In normal usage I don't need the details anyway.

[–] GenderNeutralBro@lemmy.sdf.org 3 points 1 day ago (1 children)

The last time I found icon view useful was in Mac OS 9. There were three main characteristics that made it useful that no current systems have AFAIK:

  1. The icon grid was tight (32 pixels) and you could either snap items to that grid or place them freely.

  2. Window sizes and places were directly associated with folders. (There was no "browser-style" single-window mode.)

  3. File names used dynamic spacing. Longer names would occupy multiple grid spaces as needed.

These factors meant that every folder had a consistent and potentially unique size, placment, and layout.

OS X took the Finder and either ruined or neglected everything good about it. Windows explorer has always been garbage. Never found a Linux file manager with a compelling icon view either (though to be fair, I've never looked all that hard). The lack of system-level metadata for layout kind of mandates an abstraction between a directory and its display.

[–] lukecooperatus@lemmy.ml 2 points 18 hours ago (1 children)

consistent and potentially unique

What do you mean by that? Aren't those opposites? That is, if something is unique then it's being inconsistent.

[–] GenderNeutralBro@lemmy.sdf.org 1 points 18 hours ago

I mean that an individual folder will always look the same (consistent), and also look distinctly different from any other folder (unique) if that's how you arranged it. So you could identify a folder instantly.

Everything in list view looks the same at a glance, and most file managers don't retain a folder window's size and placement. Modern macOS kiiiind of does but you have to fight it if you don't want a single-window browsing UI.

[–] apotheotic@beehaw.org 9 points 1 day ago

Detailed view everywhere except folders with mainly visual media, where I prefer icons.

[–] Xylight 13 points 1 day ago

I prefer details since it's easier for me to scan visually, with my eyes only having to go straight down, to find either a name, date, or size. Sorting I also find more intuitive. However, I prefer icon view for my pictures and videos folders

[–] Engywuck@lemmy.zip 9 points 1 day ago

Detailed view all the way

[–] data1701d@startrek.website 10 points 1 day ago

I mostly prefer Detail view, but I enable Icon view in Videos, Photos, and Music folders so I can see previews.

I’m guessing most file managers have similar behavior, but on XFCE Thunar, I’m able to set detail as the default but have it remembery choice per folder.

[–] Hugin@lemmy.world 8 points 1 day ago (2 children)
[–] poinck@lemmy.one 4 points 1 day ago

ls -shit which is (iirc, guessing from memory): block size, human readable sizes, inodes, sort by time.

[–] everett@lemmy.ml 4 points 1 day ago

I've personally become a fan of -rtAh, to see the most recently modified files last (i.e. above my prompt).

[–] dengtav@lemmy.ml 4 points 1 day ago

I think it heavily depends on the files one has to browes the most. I deal with text files all the time, so i dont need an icon to jump in my face telling me, that its a text file.

The media-, design people I know love the previews that icons give them, because its much easier to spot the image file, they are looking for while scanning through a directory

Terminal.

All jokes aside, its personal preference. If you're working in a dense file tree, you probably need the info that details view gives you. Icon view really only matter for media.

[–] Zachariah@lemmy.world 4 points 1 day ago

For some reason, I can’t ever find a view that feels like “list view” from Windows OS. That would be my preference. Detail view is useful in specific conditions—such as troubleshooting or in search results. As is icon view (mostly for images).

[–] poinck@lemmy.one 2 points 1 day ago

When I am not on the terminal, I use list/detail view all the time. In the details most of the time only last modification date is relevant to me. I always make the list icons one step smaller as the default and sort directories before files in Nautilus.

I don't need thumbnails. When I need to see pictures, I open them with the now new image viewer in Gnome and use the arrow keys to go through, if I am unsure what I am searching for. I most cases I go by file name.

[–] schnurrito@discuss.tchncs.de 2 points 1 day ago

I use Krusader on Linux which I don't think has icon view.

When I have to use something else (eg Windows Explorer at work), obviously I prefer detailed list view. I like seeing things like the last modified date.

[–] TabbsTheBat@pawb.social 3 points 1 day ago

I have it on grid view :3.. just cause it can fit a lot more files into the same screen space

In list view I have to scroll to see all the files in my home folder, and in grid view it only takes like half of the available space, if I have the app maximized

[–] DeuxChevaux@lemmy.world 3 points 1 day ago

My graphical goto tool is double commander, so lists. In the terminal, it's either ls -hal, fzf or mc, depending on use case.

[–] otacon239@lemmy.world 3 points 1 day ago

I work in a design industry that requires a lot of source files so I end up having to constantly switch. Lists when I’m looking for the relevant folder, or looking for a particular file based on name, or icons if I’m looking for something based on image. There’s no consistent way to switch between them with a keyboard shortcut among different OSs, either.

[–] Marty_TF@lemmy.zip 2 points 1 day ago

ranger, a terminal file browser, which is obviously a list

if i need a gui file browser, i use pcmanfm with normal grid view