This article will address the issue of GNOME Files, which has become increasingly relevant today. Since its emergence, GNOME Files has aroused great interest in various sectors, generating debates and controversies around its social, economic and cultural impact. In this sense, it is essential to analyze in depth the different aspects related to GNOME Files, as well as its implications at a global level. Likewise, it will seek to offer a comprehensive and objective vision of this topic, providing key information that allows the reader to understand its importance and scope today.
Original author(s) | Eazel |
---|---|
Developer(s) | GNOME |
Initial release | March 13, 2001 |
Stable release | 47.0[1]
/ 15 September 2024 |
Repository | |
Written in | C (GTK) |
Operating system | Unix-like |
Platform | GNOME |
Type | File manager |
License | GPL-3.0-or-later[2] |
Website | apps |
GNOME Files, formerly and internally known as Nautilus, is the official file manager for the GNOME desktop. GNOME Files, same as Nautilus, is a free and open-source software under the terms of the GNU Lesser General Public License.
Nautilus, the predecessor of the GNOME Files, was originally developed by Eazel and Andy Hertzfeld (founder of Eazel and a former Apple engineer) in 1999. The name "Nautilus" was a play on words, evoking the shell of a nautilus to represent an operating system shell.
At the beginning of 2000, Richard Hestgray published the first screenshots of Nautilus 0.1
preview release[3]:
In December 2000, article under the title «Nautilus, GNOME’s new file manager» was published in the Linux Magazine.[4]
The Nautilus Desktop Shell is intended to supersede the GMC file manager (which was derived from the venerable Midnight Commander) in new versions of GNOME. What looks superficially like Yet Another File Manager appears at second glance to be a great deal more.
— Matthias Warkus, Nautilus, GNOME’s new file manager, Linux Magazine, Issue 3 (2000), C.116—119, http://www.linux-magazine.com/issue/03/Nautilus.pdf
Nautilus replaced Midnight Commander in GNOME 1.4 (2001)[5] and has been the default file manager from version 2.0 onwards. Nautilus was the flagship product of the now-defunct Eazel Inc.
GNOME Files was first released in 2001 and development has continued ever since. The following is a brief timeline of its development history:
~/Desktop
(the ~ represents the user's "Home" folder) to be compliant with freedesktop.org standards.Bookmarks, window backgrounds, notes, and add-on scripts are all implemented, and the user has the choice between icon, list, or compact list views. In browser mode, Nautilus keeps a history of visited folders, similar to web browsers, permitting quick revisiting of folders.
Nautilus can display previews of files in their icons, be they text files, images, sound or video files via thumbnailers such as Totem. Audio files are previewed (played back over GStreamer) when the pointer is hovering over them.
In earlier versions, Nautilus included original vectorized icons designed by Susan Kare.[22]
GNOME Files relies on a file system abstraction layer (provided by GVfs) to browse local and remote file systems, including but not limited to FTP sites, Windows SMB shares, OBEX protocol (often implemented on cellphones), files transferred over shell protocol, HTTP and WebDAV and SFTP servers.
Using the GIO library, Nautilus tracks modification of local files in real time, eliminating the need to refresh the display. GIO internally supports Gamin and FAM, Linux's inotify and Solaris' File Events Notification system.
GNOME Files relies on Tracker (formerly named "MetaTracker") to index files and is hence able to provide fast file search results.
Batch renaming was introduced with GNOME Files version 3.22 (2016).[23]
GNOME Files version 3.22 adds native, integrated file compression and decompression. By default, handling of archive files (e.g. .tar.gz) was handed off to File Roller (or another tool). Users now benefit from a progress bar, undo support, and an archive creation wizard.
The new "extract on open" behavior, which automatically extracts an archive file by double clicking it, can be disabled in the preferences.[23]
MIME types (also called "media type" or "content type") are standardized by the IANA, then the freedesktop.org project takes care that the implementation works across all free software desktops. shared-mime-info
is the provided library.[24] At this time, at least GNOME, KDE, Xfce and ROX use this database.[citation needed]
The first of our screenshots shows the normal, default icon view of my home directory. Note how the icon layout is broken at the moment :-).
The Nautilus Desktop Shell is intended to supersede the GMC file manager (which was derived from the venerable Midnight Commander) in new versions of GNOME. What looks superficially like Yet Another File Manager appears at second glance to be a great deal more.