Remember display style for each folder in dolphin without using .directory files

Dolphin is able to remember the user’s preferred view style for a folder. This is a nice thing, but the implementation involves littering folders with hidden .directory files. This is similar to how Mac OS X does it with .DS_Store folders. It is very irritating, especially when using flash drives or cloud storage. I’d also have to explicitly ignore it in git for example.

I would like to propose that there is an option to not use .directory files, and instead have dolphin look up the settings from a centralized database. This is more complex, but avoids having to litter them everywhere.

Windows used to do this sort of thing with thumbnails by making a file called thumbs.db, but has since gotten rid of it by doing the above, and I think it’s a good thing.

1 Like

Ctrl + H hides them per folder.

I made a topic here where I mentioned this and the co-maintainer said that he works on it but it’s a big task. So we have to wait for it.

The topic’s name: Dolphin: Dynamic view mode depending on files in the folder

2 Likes

It’s already hidden. The issue, in my opinion, is that the files should not be there in the first place.

Great! I’m glad the devs agree. Will wait patiently for it then.

1 Like