Jump to content

GNOME: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Versions: Gnome 3.6: Removed some bias/opinions and shortened the description.
Line 207: Line 207:
!3.6
!3.6
|September 2012
|September 2012
|Refreshed Core components: New applications button and improved layout in the Activities Overview. A useful and attractive screen when the screen is locked, plus a new login experience. Redesigned Message Tray. Notifications are now smarter, more noticeable, easier to dismiss. System Settings includes a better looking main interface, many settings have also been improved and extended. The user menu has been streamlined and now shows Power Off by default. Integrated Input Methods. Accessibility is always on. New applications: Boxes, introduced as a preview version in GNOME 3.4, with GNOME 3.6, is joining the growing family of new GNOME applications, and Clocks, an application to handle world times. Updated looks for Disk Usage Analyzer, Empathy and Font Viewer. Improved braille support in Orca. In Web, the previously blank start page was replaced by a grid that holds your most visited pages, plus better full screen mode and a beta of WebKit2. Evolution renders email using WebKit which improves the display of HTML enabled mail. Major improvements to Disks. Revamped Files application (also known as Nautilus), with new features like Recent files and search.
|Refreshed Core components: New applications button and improved layout in the Activities Overview. A new login and lock screen. Redesigned Message Tray. Notifications are now smarter, more noticeable, easier to dismiss. Improved interface and settings for System Settings. The user menu now shows Power Off by default. Integrated Input Methods. Accessibility is always on. New applications: Boxes, that was introduced as a preview version in GNOME 3.4, and Clocks, an application to handle world times. Updated looks for Disk Usage Analyzer, Empathy and Font Viewer. Improved braille support in Orca. In Web, the previously blank start page was replaced by a grid that holds your most visited pages, plus better full screen mode and a beta of WebKit2. Evolution renders email using WebKit. Major improvements to Disks. Revamped Files application (also known as Nautilus), with new features like Recent files and search.
|}
|}



Revision as of 19:33, 14 November 2012

GNOME
Developer(s)The GNOME Project
Initial releaseMarch 3, 1999 (1999-03-03)
Stable release45.0[1] (20 September 2023; 10 months ago (2023-09-20)) [±]
Repository
Written inC, C++, Python, Vala, Genie, JavaScript[2]
Operating systemUnix-like with X11
Available inmore than 50 languages[3]
TypeDesktop environment
LicenseGNU LGPL, GNU GPL
Websitewww.gnome.org

GNOME (pronounced /ˈnm/[4] or /ɡəˈnm/[5]) is a desktop environment and graphical user interface that runs on top of a computer operating system. It is composed entirely of free and open source software and is mainly developed by Red Hat employees.[6] It is an international project that includes creating software development frameworks, selecting application software for the desktop, and working on the programs that manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably GNU/Linux and as part of OpenSolaris Desktop.

History

GNOME 1, March 1999

GNOME was started in August 1997 by Miguel de Icaza and Federico Mena[7] as a free software project to develop a desktop environment and applications for it.[8] It was founded in part because K Desktop Environment, an already existing free software desktop environment, relied on the Qt widget toolkit which at the time used a proprietary software license.[9] In place of Qt, the GTK+ toolkit was chosen as the base of GNOME. GTK+ uses the GNU Lesser Public License (LGPL), a free software license that allows software linking to it to use a much wider set of licenses, including proprietary software licenses.[10] GNOME itself is licensed under the LGPL for its libraries, and the GNU General Public License (GPL) for its applications.

The California startup Eazel developed the Nautilus file manager from 1999 to 2001. De Icaza and Nat Friedman founded Helix Code (later Ximian) in 1999 in Massachusetts. The company developed GNOME's infrastructure and applications, and in 2003 was purchased by Novell.

GNOME 2 (the previous major release) was very similar to a conventional desktop interface, featuring a simple desktop in which users could interact with virtual objects, such as windows, icons, and files. GNOME 2 used Metacity as its default window manager. The handling of windows, applications, and files in GNOME 2 is similar to that of contemporary desktop operating systems. In the default configuration of GNOME 2, the desktop has a launcher menu for quick access to installed programs and file locations; open windows may be accessed by a taskbar along the bottom of the screen, and the top-right corner features a notification area for programs to display notices while running in the background. However, these features can be moved to almost any position or orientation the user desires, replaced with other functions or removed altogether.

Name

Initially, "GNOME" was an acronym of GNU Network Object Model Environment, referring to the original intention of creating a distributed object framework similar to Microsoft's OLE;[11] it was dropped, because this no longer reflects the core vision of the GNOME project.[12]

Overview

GNOME 2.6, March 2004

The GNOME project provides two things: The GNOME desktop environment, a graphical user interface and core applications like Web (web browser), and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop and mobile user interface.[13]

The GNOME project puts heavy emphasis on simplicity, usability, and making things “just work” (see KISS principle).[14] The other aims of the project are:

  • Freedom — to create a desktop environment with readily available source code for re-use under a free software license.
  • Accessibility — to ensure the desktop can be used by anyone, regardless of technical skill or physical circumstances.
  • Internationalization and localization — to make the desktop available in many languages. At the moment, GNOME is being translated to 175 languages.[15]
  • Developer-friendliness — to ensure ease of writing software that integrates smoothly with the desktop, and allow developers a free choice of programming language.
  • Organization — to adhere to a regular release cycle and maintain a disciplined community structure.
  • Support — to ensure backing from other institutions beyond the GNOME community.

As with most free software projects, the GNOME project is loosely managed. Discussion chiefly occurs on a number of public mailing lists.[16] Developers and users of GNOME gather at an annual meeting known as GUADEC to discuss the current state of the project and its future direction.[17]

GNOME often incorporates standards from freedesktop.org to allow GNOME applications to better interoperate with other desktops, encouraging both cooperation and competition.

Major subprojects

GNOME relies upon a large number of different projects:

  • GNOME Shell – a user interface of GNOME 3.
  • GSettings – a configuration storage system (replacing GConf in older GNOME versions).
  • GVFS – a virtual file system.
  • GNOME Keyring – backend for storing encryption keys and security information. Seahorse is a common frontend.
  • GNOME Translation Project – for translating documentation and applications into different languages.
  • GTK+ – a widget toolkit used for constructing graphical applications. The use of GTK+ as the base widget toolkit allows GNOME to benefit from certain features such as theming (the ability to change the look of an application) and smooth anti-aliased graphics. Sub-projects of GTK+ provide object-oriented programming support (GObject), extensive support of international character sets and text layout (Pango) and accessibility (ATK). GTK+ reduces the amount of work required to port GNOME applications to other platforms such as Windows and Mac OS X.
  • Human interface guidelines (HIG) – research and documentation on building easy-to-use GNOME applications.
  • LibXML – an XML library.

A number of language bindings are available, allowing applications to be written in a variety of programming languages, such as C++ (gtkmm), Java (java-gnome), Ruby (ruby-gnome2), C# (Gtk#), Python (PyGObject), Perl (gtk2-perl), Tcl (Gnocl) and many others. The only languages currently used in applications that are part of an official GNOME desktop release are C, C++, Python, Vala and Javascript.[18]

Release cycle

Each of the component software products in the GNOME project has its own version number and release schedule. However, individual module maintainers coordinate their efforts to create a full GNOME stable release on an approximately six-month schedule. Some experimental projects are excluded from these releases.

GNOME releases are made to the main FTP server in the form of source code with configure scripts, which are compiled by operating system vendors and integrated with the rest of their systems before distribution. Most vendors use only stable and tested versions of GNOME, and provide it in the form of easily installed, pre-compiled packages. The source code of every stable and development version of GNOME is stored in the GNOME Git source code repository.

A number of build-scripts (such as JHBuild or GARNOME) are available to help automate the process of compiling the source code.

Compatibility

GNOME runs on top of the X Window System and is available in most Linux distributions and BSDs either as the default desktop environment or an option. It is also installed with Solaris as part of OpenSolaris Desktop (previously known as Java Desktop System) since the Solaris Express 10/04 release.[19]

Controversy over supported platforms

In May 2011 Lennart Poettering proposed systemd as a dependency for further releases of GNOME.[20] As systemd is available only on Linux, the proposal led to the discussion of possibly dropping support for other platforms in future GNOME releases. While some people responded to the proposal with criticism[21][22] others suggested the idea of a GNOME Operating System on top of the Linux kernel.[23]

While the discussion on mailing list faded with no conclusive result, the GNOME 3.2 Release Notes state that systemd will be required as of GNOME 3.4 release for multiseat support.[24]

Features

Until the release of GNOME 3.0, GNOME was designed around the traditional computing desktop metaphor. Users can change the appearance of their desktop through the use of themes, which usually consist of an icon set, a window manager border and GTK+ theme engine and parameters. The current default theme is Adwaita. The Human Interface Guidelines help developers to produce applications that look and behave similarly to each other, which provides a cohesive GNOME experience.

GNOME 3.6

GNOME has evolved from a traditional desktop metaphor to a user interface where switching between different tasks and virtual workspaces takes place in a new area called the overview. The redesigned GNOME experience features several main changes: released as the new interface for Gnome, GNOME Shell replaces the original GNOME Panel; Mutter replaces Metacity as the default window manager; and the minimize and maximize buttons are no longer placed on the titlebar by default. Many of the default GNOME applications have also gone through redesigns to provide a more consistent and unified user experience.

In the default configuration of GNOME, the desktop has a top panel holding (from left to right) an activities button, clock, system status area and user menu. Clicking on the activities button or moving one's mouse to the top-left hot corner brings one to the overview. The system status area holds various system indicators, such as those for volume, Bluetooth, network, battery, and accessibility. The user menu holds a chat availability indicator, shortcuts to system settings, and session actions such as logging out, switching users, locking the screen, or suspending the computer. The overview (accessed by clicking on the activities button in the top panel, or touching the top-left hot corner) shows the window picker, the workspace changer on the right, the dash on the left, a windows button, an applications button, and a search bar. While in the overview, users can click on the windows and application buttons just under the top panel to switch between the window picker and the application picker. The window picker gives users a quick overview of current activities, and provides a way to switch to other open windows or close multiple windows easily. The application picker provides an easy way to launch applications. The dash houses shortcuts to favorite applications and open windows. Also in the default interface is a new system for notifications. In GNOME 3, notifications pop up from the bottom of the screen, instead of showing in the top right of the screen as in GNOME 2.x.[25]

Usability

Since GNOME 2.0, a key focus of the project has been usability. To this end, the GNOME Human Interface Guidelines (HIG) were created. Following the guide, developers can create high-quality, consistent, and usable GUI programs, as it addresses everything from GUI design to recommended pixel-based layout of widgets.

During the 2.0 rewrite, many settings were deemed to be of little or no value to the majority of users and were removed. For instance, the preferences section of the Panel was reduced from a dialog of six tabs to one with two tabs. Havoc Pennington summarized the usability work in his 2002 essay "Free Software UI", emphasizing the idea that all preferences have a cost, and it is better to "unbreak the software" than to add a UI preference to do that:

A traditional free software application is configurable so that it has the union of all features anyone's ever seen in any equivalent application on any other historical platform. Or even configurable to be the union of all applications that anyone's ever seen on any historical platform (Emacs *cough*). Does this hurt anything? Yes it does. It turns out that preferences have a cost. Of course, some preferences also have important benefits - and can be crucial interface features. But each one has a price, and you have to carefully consider its value. Many users and developers don't understand this, and end up with a lot of cost and little value for their preferences dollar.
— Havoc Pennington[26]

Since the release of GNOME 3 the traditional desktop metaphor was abandoned in favor of GNOME Shell. This move received mixed reaction from community, though the outcome is not yet clear. The MATE desktop environment was forked from GNOME 2, and aims to retain the traditional GNOME 2 interface while keeping it compatible with GNOME 3. The issue was also addressed another way by Linux Mint team, who developed the "Mint GNOME Shell Extensions", which are supposed to bring GNOME 2 look and feel to GNOME 3.

Versions

Release history
Version Date Information
August 1997 GNOME development announced[27]
1.0 March 1999 First major GNOME release[28]
1.2 May 2000 "Bongo"[29]
1.4 April 2001 "Tranquility"[30]
2.0 June 2002 Major upgrade based on GTK2. Introduction of the Human Interface Guidelines.[31]
2.2 February 2003 Multimedia and file manager improvements.[32]
2.4 September 2003 "Temujin": Epiphany, accessibility support.[33]
2.6 March 2004 Nautilus changes to a spatial file manager, and a new GTK+ file dialog is introduced. A short-lived fork of GNOME, GoneME, is created as a response to the changes in this version.[34]
2.8 September 2004 Improved removable device support, adds Evolution.[35]
2.10 March 2005 Lower memory requirements and performance improvements. Adds: new panel applets (modem control, drive mounter and trashcan); and the Totem and Sound Juicer applications.[36]
2.12 September 2005 Nautilus improvements; improvements in cut/paste between applications and freedesktop.org integration. Adds: Evince PDF viewer; New default theme: Clearlooks; menu editor; keyring manager and admin tools. Based on GTK+ 2.8 with cairo support.[37]
2.14 March 2006 Performance improvements (over 100% in some cases); usability improvements in user preferences; GStreamer 0.10 multimedia framework. Adds: Ekiga video conferencing application; Deskbar search tool; Pessulus lockdown editor; Fast user switching; Sabayon system administration tool.[38]
2.16 September 2006 Performance improvements. Adds: Tomboy notetaking application; Baobab disk usage analyser; Orca screen reader; GNOME Power Manager (improving laptop battery life); improvements to Totem, Nautilus; compositing support for Metacity; new icon theme. Based on GTK+ 2.10 with new print dialog.[39]
2.18 March 2007 Performance improvements. Adds: Seahorse GPG security application, allowing encryption of emails and local files; Baobab disk usage analyser improved to support ring chart view; Orca screen reader; improvements to Evince, Epiphany and GNOME Power Manager, Volume control; two new games, GNOME Sudoku and glChess. MP3 and AAC audio encoding.[40]
2.20 September 2007 Tenth anniversary release. Evolution backup functionality; improvements in Epiphany, EOG, GNOME Power Manager; password keyring management in Seahorse. Adds: PDF forms editing in Evince; integrated search in the file manager dialogs; automatic multimedia codec installer.[41]
2.22 March 2008 Addition of Cheese, a tool for taking photos from webcams and Remote Desktop Viewer; basic window compositing support in Metacity; introduction of GVFS; improved playback support for DVDs and YouTube, MythTV support in Totem; internationalised clock applet; Google Calendar support and message tagging in Evolution; improvements in Evince, Tomboy, Sound Juicer and Calculator.[42]
2.24 September 2008 Addition of the Empathy instant messenger client, Ekiga 3.0, tabbed browsing in Nautilus, better multiple screens support and improved digital TV support.[43]
2.26 March 2009 New optical disc recording application Brasero, simpler file sharing, media player improvements, support for multiple monitors and fingerprint reader support.[44]
2.28 September 2009 Addition of GNOME Bluetooth module. Improvements to Epiphany web browser, Empathy instant messenger client, Time Tracker, and accessibility. Upgrade to GTK+ version 2.18.[45]
2.30 March 2010 Improvements to Nautilus file manager, Empathy instant messenger client, Tomboy, Evince, Time Tracker, Epiphany, and Vinagre. iPod and iPod Touch devices are now partially supported via GVFS through libimobiledevice. Uses GTK+ 2.20.[46]
2.32 September 2010 Addition of Rygel and GNOME Color Manager. Improvements to Empathy instant messenger client, Evince, Nautilus file manager and others. 3.0 was intended to be released in September 2010, so a large part of the development effort since 2.30 went towards 3.0.[47]
3.0 April 2011 Introduction of GNOME Shell. A redesigned settings framework with fewer, more focused options. Topic-oriented help based on the Mallard markup language. Side-by-side window tiling. A new visual theme and default font. Adoption of GTK+ 3.0 with its improved language bindings, themes, touch, and multiplatform support. Removal of long-deprecated development APIs.[48]
3.2 September 2011 Online accounts support; Web applications support; contacts manager; documents and files manager; quick preview of files in the File Manager; greater integration; better documentation; enhanced looks and various performance improvements.[24]
3.4 March 2012 New Look for GNOME 3 Applications: Documents, Epiphany (now called Web), and Contacts. Search for documents from the Activities overview. Application menus support. Refreshed interface components: New color picker, redesigned scrollbars, easier to use spin buttons, and hideable title bars. Smooth scrolling support. New animated backgrounds. Improved system settings with new Wacom panel. Easier extensions management. Better hardware support. Topic-oriented documentation. Video calling and Live Messenger support in Empathy. Better accessibility: Improved Orca integration, better high contrast mode, and new zoom settings. Plus many other application enhancements and smaller details.[49]
3.6 September 2012 Refreshed Core components: New applications button and improved layout in the Activities Overview. A new login and lock screen. Redesigned Message Tray. Notifications are now smarter, more noticeable, easier to dismiss. Improved interface and settings for System Settings. The user menu now shows Power Off by default. Integrated Input Methods. Accessibility is always on. New applications: Boxes, that was introduced as a preview version in GNOME 3.4, and Clocks, an application to handle world times. Updated looks for Disk Usage Analyzer, Empathy and Font Viewer. Improved braille support in Orca. In Web, the previously blank start page was replaced by a grid that holds your most visited pages, plus better full screen mode and a beta of WebKit2. Evolution renders email using WebKit. Major improvements to Disks. Revamped Files application (also known as Nautilus), with new features like Recent files and search.

See also

References

  1. ^ "Introducing GNOME 45". 20 September 2023. Retrieved 21 September 2023.
  2. ^ Owen Taylor. "Implementing the next GNOME shell « fishsoup". Retrieved 2011-12-09.
  3. ^ "GNOME 3.2 Release Notes". Retrieved 2011-12-09.
  4. ^ Clinton, Jason D. (2011-04-02), "GNOME 3: Fewer interruptions", The GNOME Project, YouTube, retrieved 2011-04-07
  5. ^ Bowman, Lisa M. (1999-03-04), "LinuxWorld: Linux readies its desktop assault", ZDNet, retrieved 2008-10-02
  6. ^ staring into the abyss.
  7. ^ "About Us | GNOME". Retrieved 2011-12-09.
  8. ^ "The GNOME Desktop project (fwd)". Retrieved 2011-12-10.
  9. ^ Stallman, Richard Stallman (2000-09-05), Stallman on Qt, the GPL, KDE, and GNOME, retrieved 2005-09-09
  10. ^ "Why you shouldn't use the Lesser GPL for your next library", Free Software Foundation, retrieved 2008-01-20
  11. ^ Pennington, Havoc (1999), "What is Gnome?", GTK+ / Gnome Application Development, archived from the original on 2010-08-24
  12. ^ "Re: GNOME -> Gnome". Retrieved 2011-12-10.
  13. ^ "GNOME Quick SWOT Analysis". The GNOME Project. Retrieved 2011-06-03.
  14. ^ "Gnome 3 Overview", The GNOME Project, retrieved 2012-08-27
  15. ^ "GNOME Languages", The GNOME Project, Canonical Ltd., retrieved 2011-12-03
  16. ^ "GTK+ and GNOME Mailing Lists", The GNOME Project, retrieved 2011-12-04
  17. ^ "About", GUADEC, retrieved 2011-12-03
  18. ^ Newren, Elijah (2006-04-20). "Mono bindings a blessed dependency? [Was: Tomboy in 2.16]". desktop-devel (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  19. ^ "Desktop Enhancements", Solaris 10 What's New, Sun Microsystems, 2009, retrieved 2011-12-04
  20. ^ Poettering, Lennart (2011-05-18), "systemd as external dependency", desktop-devel mailing list, retrieved 2011-10-05
  21. ^ Mouette, Josselin (2011-05-18), "Re: systemd as external dependency", desktop-devel mailing list, retrieved 2011-10-05
  22. ^ Neary, Dave (2011-05-18), "Re: systemd as external dependency", desktop-devel mailing list, retrieved 2011-10-05
  23. ^ McCann, William Jon (2011-05-18), "Re: systemd as external dependency", desktop-devel mailing list, retrieved 2011-10-05
  24. ^ a b Vitters, Olav; Klapper, André; Day, Allan, "GNOME 3.2 Release Notes", The GNOME Project, retrieved 2011-10-05
  25. ^ "GNOME Shell Design", The GNOME Project, retrieved 2011-12-03
  26. ^ Pennington, Havoc (2002), Free Software UI, retrieved 2011-12-04 {{citation}}: Unknown parameter |month= ignored (help)
  27. ^ de Icaza, Miguel. "The story of the GNOME project".
  28. ^ "GNOME press release for version 1.0". Retrieved October 31, 2010.
  29. ^ "GNOME press release for version 1.2". Retrieved October 31, 2010.
  30. ^ "GNOME press release for version 1.4". Retrieved October 31, 2010.
  31. ^ Waugh, Jeff (2002-06-27). "GNOME 2.0 Desktop and Developer Platform Released!". desktop-devel (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  32. ^ "GNOME press release for version 2.2". Retrieved October 31, 2010.
  33. ^ Waugh, Jeff (2003-09-11). "Announcing the GNOME 2.4.0 Desktop & Developer Platform". gnome-announce (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  34. ^ Sobala, Andrew (2004-03-31). "Announcing the GNOME 2.6.0 Desktop & Developer Platform". gnome-announce (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  35. ^ "GNOME press release for version 2.8". Retrieved October 31, 2010.
  36. ^ "GNOME press release for version 2.10". Retrieved October 31, 2010.
  37. ^ "GNOME 2.12 Release Notes". Retrieved October 31, 2010.
  38. ^ "GNOME 2.14 Release Notes". Retrieved October 31, 2010.
  39. ^ Newren, Elijah (2006-09-06). "Celebrating the release of GNOME 2.16!". gnome-announce (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  40. ^ Newren, Elijah (2007-03-14). "Celebrating the release of GNOME 2.18!". gnome-announce (Mailing list). Retrieved 2007-09-20. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  41. ^ Ryan, Paul (2007-09-19), "GNOME 2.20 officially released", Ars Technica, retrieved 2007-09-20
  42. ^ Untz, Vincent (2008-03-12). "Celebrating the release of GNOME 2.22!". gnome-announce-list (Mailing list). Retrieved 2008-03-12. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  43. ^ Untz, Vincent (2008-09-24). "Celebrating the release of GNOME 2.24!". gnome-announce-list (Mailing list). Retrieved 2008-09-27. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  44. ^ Untz, Vincent (2009-03-18). "Celebrating the release of GNOME 2.26!". gnome-announce-list (Mailing list). Retrieved 2009-03-18. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  45. ^ Holwerda, Thom (2009-09-24). "GNOME 2.28 Released". OSNews. Retrieved 2009-04-05.
  46. ^ Holwerda, Thom (2010-03-31). "GNOME 2.30 Released". OSNews. Retrieved 2010-04-04.
  47. ^ "GNOME 2.32 Release Notes". Retrieved October 31, 2010.
  48. ^ GNOME 3.0 Release Notes, The GNOME Project, retrieved 2011-04-07
  49. ^ A list of features that have been implemented for 3.4, The GNOME Project, retrieved 2012-03-28

Template:Link GA Template:Link FA