Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

GNOME Files

From Wikipedia, the free encyclopedia
File manager
GNOME Files
GNOME Files 47.0
Original authorEazel
DeveloperGNOME
Initial releaseMarch 13, 2001; 24 years ago (2001-03-13)
Stable release
48:49.2[1]Edit this on Wikidata / 23 November 2025; 3 days ago (23 November 2025)
47:47.5[2]Edit this on Wikidata / 29 June 2025; 4 months ago (29 June 2025)
Repository
Written inC (GTK)
Operating systemUnix-like
PlatformGNOME
TypeFile manager
LicenseGPL-3.0-or-later[3]
Websiteapps.gnome.org/en/Nautilus/ Edit this on Wikidata

GNOME Files, formerly and internally known asNautilus, is the officialfile manager for theGNOME desktop. GNOME Files, same as Nautilus, is afree and open-source software under the terms of theGNU Lesser General Public License.

History

[edit]

Nautilus, the predecessor of GNOME Files, was originally developed byEazel andAndy Hertzfeld (founder of Eazel and a formerApple engineer) in 1999. The name "Nautilus" was a play on words, evoking theshell of anautilus to represent anoperating system shell.

At the beginning of 2000, Richard Hestgray published the first screenshots ofNautilus0.1 preview release[4]:

  • Nautilus 0.1 (February 2000)
  • About dialog of version 0.1.
    About dialog of version 0.1.
  • Main window of the same version, the very first one shown publicly.
    Main window of the same version, the very first one shown publicly.

In December 2000, article under the title«Nautilus, GNOME’s new file manager» was published in theLinux Magazine.[5]

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 replacedMidnight Commander inGNOME 1.4 (2001)[6] and has been the default file manager from version 2.0 onwards. Nautilus was theflagship product of the now-defunctEazel Inc.

GNOME Files was first released in 2001 and development has continued ever since. The following is a brief timeline of its development history:

  • Version 1.0 was released on March 13, 2001,[7] and incorporated into GNOME 1.4.[8]
  • Version 2.0 was a port to GTK+ 2.0.
  • Version 2.2 included changes to make it more compliant with User Interface Guidelines.
  • Version 2.4 switched the desktop folder to~/Desktop (the ~ represents the user's"Home" folder) to be compliant withfreedesktop.org standards.
  • In the version included withGNOME 2.6, Nautilus switched to aspatial interface.[9] SeveralLinux distributions have made "browser" mode the default. The "classic" interface is still available:
    • By afiling cabinet shaped icon.
    • By an option in the "Edit -> Preferences -> Behavior" menu in Nautilus.
    • In a folder's context menu.
    • By using the "--browser" switch when started by a command via a launcher orshell.
  • GNOME 2.14 introduced a version of Nautilus with improved searching, integrated optionalBeagle support and the ability to save searches asvirtual folders.[10][11]
  • With the release of GNOME 2.22, Nautilus was ported to the newly introducedGVfs, the replacement virtual file system for the agingGnomeVFS.
  • The 2.24 stable release of Nautilus adds some new features, mainly tabbed browsing and better tab completion.
  • With GNOME 2.30, Nautilus reverted from aspatial interface to abrowser navigational model[12] by default.
  • The 2.32 release introduced a dialog for handling conflicts when performing copy or move operations, transparency icon effect when cutting files into folder and enhanced the Wastebucket with Restore files.[13] Besides, this is the last version that is based on GTK2 before the move to GNOME 3.0 with GTK3. Nautilus 2.x was forked to Caja, as well asMATE Desktop from Gnome 2.x after Gnome 3.0. Today both Mate and Caja are based on GTK3.
  • GNOME 3.0 completely revamped the UX of Nautilus with focus on sidebar and icons. Additionally, the Connect to Server dialog is also enhanced.[14] Nautilus was ported to GTK3.
  • Version 3.4 added Undo functionality.[15]
  • Version 3.6 introduced a revampedUI design, symbolic sidebar icon, new search feature, removal of many features such as setting window background, emblems, split pane mode, spatial mode, scripts, compact view mode and tree view. Nautilus' application name was renamed to Files, Though it is still called Nautilus internally in some distributions.[16] These major changes led to a lot of criticism, and various vendors such asLinux Mint decided to fork version 3.4.[17][18]
  • Version 3.8 included a new option to view files and folders as a tree, a new Connect to Server item in the sidebar andincremental loading of search results.[19]
  • Version 3.10 introduced a slightly revampedUI design in which titlebars and toolbars were merged into a single element called header bars.
  • Version 3.18 introduced integration withGoogle Drive[20][21] and GOA (gnome-online-accounts)[22] settings.
  • Version 43 was ported to GTK4 andlibadwaita.[23]
  • Version 47 is used to implement GNOME's file open dialogs, which had previously been a separate codebase.[24]

Features

[edit]
GNOME Files 40 (released in 2021-03)

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 asTotem. Audio files are previewed (played back overGStreamer) when thepointer is hovering over them.

In earlier versions, Nautilus included originalvectorized icons designed bySusan Kare.[25]

File system abstraction

[edit]
GNOME Files provides a special page for managing storage devices.

GNOME Files relies on a file systemabstraction layer (provided byGVfs) to browse local and remote file systems, including but not limited toFTP sites, WindowsSMB shares,OBEX protocol (often implemented on cellphones),files transferred over shell protocol,HTTP andWebDAV andSFTP servers.

Using theGIO library, Nautilus tracks modification of local files in real time, eliminating the need to refresh the display. GIO internally supports Gamin andFAM, Linux'sinotify andSolaris' File Events Notification system.

File indexing and file search framework

[edit]

GNOME Files relies onTracker (formerly named "MetaTracker") to index files and is hence able to provide fast file search results.

Batch renaming

[edit]

Batch renaming was introduced with GNOME Files version 3.22 (2016).[26]

Archive handling

[edit]

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 toFile 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.[26]

MIME types

[edit]

MIME types (also called "media type" or "content type") are standardized by theIANA, then thefreedesktop.org project takes care that the implementation works across all free software desktops.shared-mime-info is the provided library.[27] At this time, at least GNOME, KDE,Xfce and ROX use this database.[citation needed]

See also

[edit]
Wikimedia Commons has media related toGNOME Files.

References

[edit]
  1. ^"49.2". 23 November 2025. Retrieved24 November 2025.
  2. ^"47.5". Retrieved4 July 2025.
  3. ^"LICENSE".GNOME Gitlab. 17 July 2017. Retrieved20 June 2019.
  4. ^Hestgray, Richard (February 2000)."Nautilus Screenshots".ionet.net/~hestgray. Archived fromthe original on 7 February 2001.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 :-).
  5. ^Warkus, Matthias (December 2000)."Nautilus, GNOME's new file manager"(PDF).Linux Magazine (3):116–119. Archived fromthe original(PDF) on 14 December 2004.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.
  6. ^GNOME 1.4 Released: Desktop Environment Boasts Power, Stability, Polish and Integration (press release), GNOME Foundation, 2 April 2001, retrieved13 September 2016
  7. ^Michael Hall (March 15, 2001)."Review: Nautilus 1.0: Has Eazel Earned Its Place in GNOME?".LinuxPlanet. Archived fromthe original on 2012-02-05. Retrieved2007-02-19.
  8. ^GNOME (April 2, 2001)."GNOME 1.4 Released – Desktop Environment Boasts Power, Stability, Polish and Integration".GNOME press release. Archived fromthe original on 2007-03-03. Retrieved2007-02-19.
  9. ^Murray Cumming; Colin Charles (March 31, 2004)."What's New In GNOME 2.6". GNOME. Retrieved2006-12-24.
  10. ^Davyd Madeley (March 15, 2006)."GNOME 2.14 : What's New For Users". GNOME. Retrieved2006-12-24.
  11. ^Alexander Larsson (December 7, 2005)."Seek and Ye Shall Find".Alexander Larsson's blog. Archived fromthe original on 2006-12-12. Retrieved2006-12-24.
  12. ^"GNOME 2.30 Release Notes".library.gnome.org. Retrieved30 December 2024.
  13. ^"GNOME 2.32 Release Notes".library.gnome.org. Archived fromthe original on 2012-12-22. Retrieved2012-10-15.
  14. ^"GNOME 3.0 Release Notes".library.gnome.org. Archived fromthe original on 2013-01-27. Retrieved2012-10-15.
  15. ^"GNOME 3.4 Release Notes".library.gnome.org. Archived fromthe original on 2012-03-30. Retrieved2012-10-15.
  16. ^"GNOME 3.6 Release Notes".library.gnome.org. Archived fromthe original on 2012-12-30. Retrieved2012-10-15.
  17. ^"Linux Mint team forks Nautilus - The H Open: News and Features".h-online.com. 6 August 2012.
  18. ^"Introducing Nemo". Archived fromthe original on 2012-09-05. Retrieved2013-05-24.
  19. ^"Updates to GNOME Applications".help.gnome.org.
  20. ^"GNOME 3.18 Will Let You Access Your Google Drive Files in Nautilus". 2015-09-30.
  21. ^"GNOME 3.18 lands with Google Drive". 2015-09-30.
  22. ^"Projects/GnomeOnlineAccounts - GNOME Wiki!".wiki.gnome.org.
  23. ^Sneddon, Joey (2022-08-17)."The Best New Features in GNOME 43".OMG! Ubuntu. Retrieved2025-11-17.
  24. ^"GNOME Release Notes".GNOME Release Notes. Retrieved2025-11-17.
  25. ^"Nautilus' contributors". GNOME. 2004. Retrieved2007-10-31.
  26. ^ab"Nautilus 3.22 Adds Batch File Renaming, Native Compression Features".OMG! Ubuntu!. August 31, 2016.
  27. ^"shared-mime-info".freedesktop.org.

External links

[edit]
Core
Applications
Extras
Development
Office
Graphics
Internet
Media
Games
Utilities
Components
User interface
GNOME 40
  • Mutter on GSK
GNOME 3
GNOME 2
GNOME Base
freedesktop.org
Community
People
Cross-platform
Unix-like
MS-DOS
OS/2 etc.
Windows
Official
Unofficial
Mac
Classic Mac OS
macOS
BeOS etc.
Retrieved from "https://en.wikipedia.org/w/index.php?title=GNOME_Files&oldid=1322604282"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp