Welcome to the Linux Foundation Forum!
How does Linux store thumbnails ?
SkyHiRider
Posts: 8
in Applications
I recently noticed that KDE creates a .diretory file to probably store info about thumbnails and other stuff and Gnome does store thumbnails in a centralised directory.
Can anyone elaborate this difference in more detail and compare the benefits and drawbacks of each approach?
0
Comments
-
Both KDE and Gnome save thumbnails in hidden home directory files. I don't really see any big difference between the two. Maybe you can elaborate why you think there is a difference and explain in what context you think doing it a different way could have benefits.0
-
Well for one I thought that KDE will save a single hidden file to every directory that has thumbnails, as compared to Gnome that has a global .thumbnails directory that stores all the thumbnail files.
I'd personally like the Gnome approach better as when you need to delete the thumbnail files you can just delete one directory an you're done. I also wonder ,if KDE creates only .directory files does it recreate thumbnails every time I enter a directory or does it have a similar global directory like Gnome?0 -
KDE does have a global thumbnails directory, it is {HOME}/.thumbnails. The .directory file you see in your picture directories contains the file browser preferences for that directory, The extract for a .directory file is below.
[Dolphin]
ShowPreview=true
Timestamp=2010,2,6,10,35,100 -
I realised that Doplhin creates a .directory file, I'm just surprised that Nautilus does not create any file. Was wondering how does Nautilus know which thumbnails are created and which aren't and how does it know the preference for each directory (where and how does it store it's thumbnail setting database).0
-
Ok, I got an answer, but not the complete answer.
The thumbnail function is the same for both kde and gnome, the thumbnail image is created and named based upon a hash of the original file or file path or something (I haven't quite found yet). But the hash of some value is used to generate the thumbnail name for each file.0 -
Interesting. So basically when Nautilus or Dolphin go to a directory, they create a hash of each file and look into the .thumbnails directory if it contains the said hash. If it does they show the thumbnails of the file (or don't if it's in the no thumbnails directory), if not they will generate both the hash and a small picture as a thumbnail and put it in the .thumbnails directory.
But I still don't get why Dolphin creates a .directory file. If it's not for thumbnails then for what?0 -
The information about the thumbnail management use by freedesktop.org window managers is at http://jens.triq.net/thumbnail-spec/introduction.html.
You have it, the hash is normally generated by referencing the file path and modification time, but other apps may make thumbnails in which the hash includes additional information like the camera model, resolution, etc...
The .directory file is used to store the view properties for the directory that contains the file. That file is used to store the following for each directory:
[ul][li]view mode[/li][li]if previews are enabled[/li][li]when the view mode was last modified[/li][li]if hidden files should be shown[/li][li]if it is set to display the contents sorted[/li][li]sort order[/li][li]If the files will be grouped[/li][li]the icon associated with the directory[/li][/ul]
Other options may also be stored in the file, but I have not yet identified them.
Shown below is the contents of a .directory file with grouping, sorted entries, previews, to show hidden files and icon view enabled.[Desktop Entry] Encoding=UTF-8 Icon=user-desktop Type=Directory [Dolphin] CategorizedSorting=true ShowPreview=true SortOrder=1 Sorting=2 Timestamp=2010,2,7,11,14,9 [Settings] ShowDotFiles=true
After looking all of this up I am impressed with the work of the freedesktop.org community, this is a good method that is built for efficiency and accuracy, but it is still prone to duplication of thumbnails if the same file is present in multiple directories, which is probably why it is just a proposed standard at this time.0 -
Thanks for the breathtaking reply, this is exactly what I was looking for!0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 772 Linux Foundation IT Professional Programs
- 382 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 8 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 20 Cloud & Containers Training
- 2 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 3 Web & Application Development Training
- 797 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 467 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 99 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 138 Mobile Computing
- 20 Android
- 103 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 402 Off Topic
- 125 Introductions
- 33 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 709 Software Development
- 1K Software
- 416 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)