Misplaced Pages

Linux desktop environments: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 19:51, 20 August 2013 editScotXW (talk | contribs)Extended confirmed users14,417 edits Desktop environments: a gallery would probably be best for sreenshots; I'd leave the right side open for schematics and such← Previous edit Revision as of 09:14, 28 August 2013 edit undoScotXW (talk | contribs)Extended confirmed users14,417 edits overworked the articleNext edit →
Line 8: Line 8:


Some Linux distributions have targeted the desktop role specifically, while others include all the software available for the platform. In that case, the user will be given the choice to select either a "desktop" or "server" type when the operating system is installed. Some Linux distributions have targeted the desktop role specifically, while others include all the software available for the platform. In that case, the user will be given the choice to select either a "desktop" or "server" type when the operating system is installed.

== History ==
{{See also|History of free software#Desktop}}
Historically, ] and other ] operating systems have been utilized on ], ], and ]s in corporate or scientific environments. Beginning in the late 90s, a few ] companies, such as ], began to advertise their systems for low-end desktop computers.


== Desktop environments == == Desktop environments ==
]

Linux offers many desktop alternatives. Common desktop environments include ], ], ], ], ] and ]. These are collections of desktop programs, rather than bare bones ] such as ], ] amongst numerous others. These environments present a ] using a ]. All of these environments allow the user to set many personal preferences and to perform common system management tasks. The ] window manager expands upon the concept of having multiple desktops by rendering each of the user's two dimensional desktops on the surface of a three dimensional cube. The variety of desktop environments is sometimes criticized for splintering focus and creating incompatibilities; the ] project works on improving interoperability between the different environments. Linux offers many desktop alternatives. Common desktop environments include ], ], ], ], ] and ]. These are collections of desktop programs, rather than bare bones ] such as ], ] amongst numerous others. These environments present a ] using a ]. All of these environments allow the user to set many personal preferences and to perform common system management tasks. The ] window manager expands upon the concept of having multiple desktops by rendering each of the user's two dimensional desktops on the surface of a three dimensional cube. The variety of desktop environments is sometimes criticized for splintering focus and creating incompatibilities; the ] project works on improving interoperability between the different environments.


Line 21: Line 15:




=== Components of the Linux Desktop ===
] desktop environment]]
]

Obviously there is no "one" Linux Desktop, but rather there is a pool of ] from which Desktop environments / Linux distributions select components with which they construct a GUI implementing some more or less strict design guide. GNOME for example has its ], as a design guide, which gives the Human-Machine Interface an important role, not just when doing the graphical design, but also when looking at people with ] and even when looking at security.<ref>{{cite web |url=https://lwn.net/Articles/562902/ |title=Prompt-free security for GNOME}}</ref>

* the ] for the ] which offers programs APIs to the Linux kernel; by far the most poplar one is ] but there are a couple of alternative, such as e.g. ] which targets embedded devices; (''the C standard library is actually that elemental to the entire ] that it cannot be considered part of the DE, yet components of the DE extensively make use of it, so it is mentioned here. It is also noteworthy because ] is based on ], and some ]s written for Android specifically can only be used with the help of ].'')
* a non-obvious but quite central role have the programs hosted by ]; both big DEs, GNOME and KDE SC, include them, each offering graphical front-ends written using the correspondent toolkit (GTK+ or Qt)
* a ] which for the longest time has been communicating in the X11 display server protocol with its clients; a prominent software talking X11 are the ] and ]. Frustration over the cumbersome X11 core protocol and especially over its numerous extensions, have lead to the creation of a new display server protocol: ].
* numerous ]s, more precisely ]s and ]s
* Desktop shells, e.g. ], ] or ]
* ] to write applications, e.g. ] or ] or ]



== Criticism ==
] describes the core problem of the the Linux desktop being it not being free enough because it rather implements the Cathedral then the Bazaar approach (from '']''): "Free software matters to developers and organizations primarily, but on the user side, the free code behind Linux desktops is immaterial if free software does not deliver benefits such as actual freedom of use": <ref name="molnar2012-1">{{cite web|url=https://plus.google.com/109922199462633401279/posts/HgdeFDfRzNe
|quote=''The basic failure of the free Linux desktop is that it's, perversely, not free enough. There's been a string of Linux desktop quality problems, specific incidents reported by +Linas Vepstas , +Jon Masters , +Linus Torvalds and others, and reading the related G+ discussions made me aware that many OSS developers don't realize what a deep hole we are in. The desktop Linux suckage we are seeing today - on basically all the major Linux distributions - are the final symptoms of mistakes made 10-20 years ago - the death cries of a platform. Desktop Linux distributions are trying to "own" 20 thousand application packages consisting of over a billion lines of code and have created parallel, mostly closed ecosystems around them. The typical update latency for an app is weeks for security fixes (sometimes months) and months (sometimes years) for major features. They are centrally planned, hierarchical organizations instead of distributed, democratic free societies.'' |first=Ingo |last=Molnar |date=2012-03-17 |title=Technology: What ails the Linux desktop? Part I. |accessdate=2012-06-16 |publisher=plus.google.com}}</ref>
<ref name="molnar2012">{{cite web|url=https://plus.google.com/109922199462633401279/posts/VSdDJnscewS |quote=''So, to fix desktop Linux we need a radically different software distribution model: less of a cathedral, more of a bazaar. - totally flat package dependencies (i.e. a package update does not forcibly pull in other package updates) - a guaranteed ABI platform going forward (once a package is installed it will never break or require forced updates again). Users want to be free of update pressure from the rest of the system, if they choose to.''|date=2012-03-17 |title=Technology: What ails the Linux desktop? Part II. |accessdate=2012-06-16 |publisher=plus.google.com |author=]}}</ref>

Most Linux distributions provide a ] program, such as ] or ], for browsing a list of thousands of ] applications that have already been tested and configured for a specific distribution. These free programs can be downloaded and installed with one mouse click.<ref name="Debian01">{{cite web|url = http://wiki.debian.org/Synaptic|title = Debian Wiki - Synaptic|accessdate = 2008-10-11|last = Debian|authorlink = |year = 2008|month = May}}</ref> A digital signature guarantees that the program was not modified after the download package was created and the ] automatically tracks and installs updates as they become available.<ref name="Debian02">{{cite web|url = http://wiki.debian.org/SecureApt|title = Debian Wiki - secure apt|accessdate = 2008-10-11|last = Debian|authorlink = |year = 2008|month = September}}</ref>

Besides the free Windows compatibility layer ], most distributions offer ] and ] for running both Linux and Windows on the same computer.

== History ==
{{See also|History of free software#Desktop}}
Historically, ] and other ] operating systems have been utilized on ], ], and ]s in corporate or scientific environments. Beginning in the late 90s, a few ] companies, such as ], began to advertise their systems for low-end desktop computers.


=== History and criticism === === History and criticism ===
{{Main|Criticism of desktop Linux}} {{Main|Criticism of desktop Linux}}
] desktop environment]]
KDE was the first advanced desktop environment, but it was controversial due to the then-proprietary Qt toolkit used.<ref name=KDEvGNOME2007>]. (2007). . '']''.</ref> GNOME was developed as an alternative due to licensing questions.<ref name=KDEvGNOME2007/> The two use a different underlying toolkit and thus involve different programming, and are sponsored by two different groups, German nonprofit ] and the United States nonprofit ]. KDE was the first advanced desktop environment, but it was controversial due to the then-proprietary Qt toolkit used.<ref name=KDEvGNOME2007>]. (2007). . '']''.</ref> GNOME was developed as an alternative due to licensing questions.<ref name=KDEvGNOME2007/> The two use a different underlying toolkit and thus involve different programming, and are sponsored by two different groups, German nonprofit ] and the United States nonprofit ].


Line 32: Line 52:


The relatively well-funded distribution Ubuntu designed (and released in June 2011) another user interface called ] which is radically different from the conventional desktop environment and has been criticized as having various flaws<ref>. ''OMG Ubuntu''.</ref> and lacking configurability.<ref>. ''OMG Ubuntu''.</ref> The motivation was a single desktop environment for desktops and tablets,{{Citation needed|date=April 2013}} although as of November 2012 Unity has yet to be used widely in tablets. However, the smartphone and ] and its Unity interface was unveiled by ] in January 2013. The relatively well-funded distribution Ubuntu designed (and released in June 2011) another user interface called ] which is radically different from the conventional desktop environment and has been criticized as having various flaws<ref>. ''OMG Ubuntu''.</ref> and lacking configurability.<ref>. ''OMG Ubuntu''.</ref> The motivation was a single desktop environment for desktops and tablets,{{Citation needed|date=April 2013}} although as of November 2012 Unity has yet to be used widely in tablets. However, the smartphone and ] and its Unity interface was unveiled by ] in January 2013.

== Applications ==
]]]
Most Linux distributions provide a ] program, such as ] or ], for browsing a list of thousands of ] applications that have already been tested and configured for a specific distribution. These free programs can be downloaded and installed with one mouse click.<ref name="Debian01">{{cite web|url = http://wiki.debian.org/Synaptic|title = Debian Wiki - Synaptic|accessdate = 2008-10-11|last = Debian|authorlink = |year = 2008|month = May}}</ref> A digital signature guarantees that the program was not modified after the download package was created and the ] automatically tracks and installs updates as they become available.<ref name="Debian02">{{cite web|url = http://wiki.debian.org/SecureApt|title = Debian Wiki - secure apt|accessdate = 2008-10-11|last = Debian|authorlink = |year = 2008|month = September}}</ref>

Besides the free Windows compatibility layer ], most distributions offer ] and ] for running both Linux and Windows on the same computer.


== Year of Desktop Linux == == Year of Desktop Linux ==

Since at least 2000, articles declaring that ''"20XX will be the year of Linux on the desktop"'' or ''"year of the Linux desktop"'' (YoLD) have been published by a number of tech-related magazines and websites. This refers to an expected breakthrough in ] by business corporations and personal users. The reasons for these forecast gains include the installation of a Linux distribution on the desktops of workers for organizations or companies who may not be immediately or otherwise involved in the computing industry, or the acceleration of development for specific applications which find their greatest use on desktop Linux distributions. It can also refer to a breakthrough in the number of pre-installed Linux distributions on ]s being sold by PC manufacturers such as ] and ].<ref name="MaximumPC">{{cite web |url = http://www.maximumpc.com/article/2008_year_of_the_linux_desktop |title = 2008: Year of the Linux Desktop |accessdate = 2008-05-23 |last = Strohmeyer |first = Robert |authorlink = |year = 2007 |month = June}}</ref><ref name="AYSiu">{{cite web |url = http://www.psychocats.net/ubuntucat/the-linux-desktop-myth/ |title = The Linux Desktop Myth |accessdate = 2008-08-31|last = Siu|first = A.Y. |authorlink = |year = 2006|month = July}}</ref><ref>{{cite news |url=http://www.informationweek.com/news/internet/showArticle.jhtml;jsessionid=NVHVS3SP4QWBIQSNDLRSKH0CJUNN2JVN?articleID=201807072&pgno=1&queryText=&isPrev=|title=7 Reasons Why Linux Won't Succeed On The Desktop |last=Wolfe |first=Alexander |date=2007-09-19 |publisher=Information Week |accessdate=2009-03-10}}</ref><ref>{{cite news |url=http://www.cnn.com/TECH/computing/9911/19/comdex.linux.idg/index.html |work=CNN |title=Comdex: Linux, Linux everywhere |date=1999-11-18 |accessdate=2010-05-01}}</ref><ref>http://www.pcworld.com/article/13908/linux_linux_everywhere.html</ref> Since at least 2000, articles declaring that ''"20XX will be the year of Linux on the desktop"'' or ''"year of the Linux desktop"'' (YoLD) have been published by a number of tech-related magazines and websites. This refers to an expected breakthrough in ] by business corporations and personal users. The reasons for these forecast gains include the installation of a Linux distribution on the desktops of workers for organizations or companies who may not be immediately or otherwise involved in the computing industry, or the acceleration of development for specific applications which find their greatest use on desktop Linux distributions. It can also refer to a breakthrough in the number of pre-installed Linux distributions on ]s being sold by PC manufacturers such as ] and ].<ref name="MaximumPC">{{cite web |url = http://www.maximumpc.com/article/2008_year_of_the_linux_desktop |title = 2008: Year of the Linux Desktop |accessdate = 2008-05-23 |last = Strohmeyer |first = Robert |authorlink = |year = 2007 |month = June}}</ref><ref name="AYSiu">{{cite web |url = http://www.psychocats.net/ubuntucat/the-linux-desktop-myth/ |title = The Linux Desktop Myth |accessdate = 2008-08-31|last = Siu|first = A.Y. |authorlink = |year = 2006|month = July}}</ref><ref>{{cite news |url=http://www.informationweek.com/news/internet/showArticle.jhtml;jsessionid=NVHVS3SP4QWBIQSNDLRSKH0CJUNN2JVN?articleID=201807072&pgno=1&queryText=&isPrev=|title=7 Reasons Why Linux Won't Succeed On The Desktop |last=Wolfe |first=Alexander |date=2007-09-19 |publisher=Information Week |accessdate=2009-03-10}}</ref><ref>{{cite news |url=http://www.cnn.com/TECH/computing/9911/19/comdex.linux.idg/index.html |work=CNN |title=Comdex: Linux, Linux everywhere |date=1999-11-18 |accessdate=2010-05-01}}</ref><ref>http://www.pcworld.com/article/13908/linux_linux_everywhere.html</ref>



Revision as of 09:14, 28 August 2013

Desktop Linux
The GNOME desktop environment, a popular Linux desktop environment

Desktop Linux, also called Linux on the desktop, refers to specialized Linux distributions with features designed for desktop personal computer users. These features include a graphical user interface and personal use applications.

Some Linux distributions have targeted the desktop role specifically, while others include all the software available for the platform. In that case, the user will be given the choice to select either a "desktop" or "server" type when the operating system is installed.

Desktop environments

Linux offers many desktop alternatives. Common desktop environments include KDE, GNOME, Xfce, LXDE, Unity and Cinnamon. These are collections of desktop programs, rather than bare bones window managers such as FVWM, IceWM amongst numerous others. These environments present a GUI using a desktop metaphor. All of these environments allow the user to set many personal preferences and to perform common system management tasks. The Compiz window manager expands upon the concept of having multiple desktops by rendering each of the user's two dimensional desktops on the surface of a three dimensional cube. The variety of desktop environments is sometimes criticized for splintering focus and creating incompatibilities; the freedesktop.org project works on improving interoperability between the different environments.

All Linux desktop applications use the X Window System and thus benefit from features like networking (remote display) and quick mouse-only cut, copy, and paste. Mouse selected text is automatically copied, and it can then be pasted using a middle click, without the need to resort to use of the keyboard.


Components of the Linux Desktop

Illustrates software components of the Linux desktop stack like the display server, compositor, UI toolkits, dekstop shells and even desktop widets

Obviously there is no "one" Linux Desktop, but rather there is a pool of free and open-source software from which Desktop environments / Linux distributions select components with which they construct a GUI implementing some more or less strict design guide. GNOME for example has its Human interface guidelines, as a design guide, which gives the Human-Machine Interface an important role, not just when doing the graphical design, but also when looking at people with disabilities and even when looking at security.


Criticism

Ingo Molnár describes the core problem of the the Linux desktop being it not being free enough because it rather implements the Cathedral then the Bazaar approach (from The Cathedral and the Bazaar): "Free software matters to developers and organizations primarily, but on the user side, the free code behind Linux desktops is immaterial if free software does not deliver benefits such as actual freedom of use":

Most Linux distributions provide a package management system program, such as Synaptic or PackageKit, for browsing a list of thousands of free software applications that have already been tested and configured for a specific distribution. These free programs can be downloaded and installed with one mouse click. A digital signature guarantees that the program was not modified after the download package was created and the package manager automatically tracks and installs updates as they become available.

Besides the free Windows compatibility layer Wine, most distributions offer dual boot and x86 virtualization for running both Linux and Windows on the same computer.

History

See also: History of free software § Desktop

Historically, UNIX and other Unix-like operating systems have been utilized on servers, mainframes, and workstations in corporate or scientific environments. Beginning in the late 90s, a few Linux distribution companies, such as MandrakeSoft, began to advertise their systems for low-end desktop computers.

History and criticism

Main article: Criticism of desktop Linux
KDE desktop environment

KDE was the first advanced desktop environment, but it was controversial due to the then-proprietary Qt toolkit used. GNOME was developed as an alternative due to licensing questions. The two use a different underlying toolkit and thus involve different programming, and are sponsored by two different groups, German nonprofit KDE e.V. and the United States nonprofit GNOME Foundation.

As of April 2007, one journalist estimated that KDE had 65% of market share versus 26% for GNOME. In January 2008, KDE 4 was released prematurely with bugs, driving users to GNOME. GNOME 3, released in April 2011, was called an "unholy mess" by Linus Torvalds due to its controversial design changes.

Dissatisfaction with GNOME 3 led to a fork, Cinnamon, which is developed primarily by Linux Mint developer Clement LeFebvre. This restores the more traditional desktop environment with marginal improvements.

The relatively well-funded distribution Ubuntu designed (and released in June 2011) another user interface called Unity which is radically different from the conventional desktop environment and has been criticized as having various flaws and lacking configurability. The motivation was a single desktop environment for desktops and tablets, although as of November 2012 Unity has yet to be used widely in tablets. However, the smartphone and tablet version of Ubuntu and its Unity interface was unveiled by Canonical Ltd in January 2013.

Year of Desktop Linux

Since at least 2000, articles declaring that "20XX will be the year of Linux on the desktop" or "year of the Linux desktop" (YoLD) have been published by a number of tech-related magazines and websites. This refers to an expected breakthrough in Linux adoption by business corporations and personal users. The reasons for these forecast gains include the installation of a Linux distribution on the desktops of workers for organizations or companies who may not be immediately or otherwise involved in the computing industry, or the acceleration of development for specific applications which find their greatest use on desktop Linux distributions. It can also refer to a breakthrough in the number of pre-installed Linux distributions on personal computers being sold by PC manufacturers such as Dell and Hewlett-Packard.

Performance

The performance of Linux on the desktop has been a controversial topic, with at least one Linux kernel developer, Con Kolivas, accusing the Linux community of favouring performance on servers. He quit Linux development because he was frustrated with this lack of focus on the desktop, and then gave a 'tell all' interview on the topic.

Other sources, such as mainstream press The Economist disagree with this assessment that there has not been enough focus on desktop Linux, saying in December 2007:

...Linux has swiftly become popular in small businesses and the home...That’s largely the doing of Gutsy Gibbon, the code-name for the Ubuntu 7.10 from Canonical. Along with distributions such as Linspire, Mint, Xandros, OpenSUSE and gOS, Ubuntu (and its siblings Kubuntu, Edubuntu and Xubuntu) has smoothed most of Linux’s geeky edges while polishing it for the desktop...It’s now simpler to set up and configure than Windows.

Measuring adoption

Main article: Linux adoption

Measuring the adoption of Linux on the desktop is a difficult proposition and has caused controversy as to how many users there actually are.

As Linux systems are typically downloaded, copied and distributed for free, the usual methods of tracking sales numbers do not apply in gauging numbers of Linux desktop users. This use of website counters to identify operating systems also does not produce reliable numbers, due to such factors as:

  • individual websites do not attract a representative sample, due to their content.
  • spoofing of addresses.
  • problems tagging identification strings as to Linux or even distribution results in high numbers of "unknown operating system".
  • identifying computers that operate from behind proxies.
  • the multiplying effects of botnets which tend to create the illusion of more insecure PCs, running Windows systems.
  • the fact that not all PCs are connected to the internet and used for web browsing.
  • one download could result in none or whole site installations

See also

Template:Misplaced Pages books

References

  1. About, Inc (2008). "Linux Newbie Administrator FAQ: X-Windows[sic]". Retrieved 2008-05-13.
  2. "Prompt-free security for GNOME".
  3. Molnar, Ingo (2012-03-17). "Technology: What ails the Linux desktop? Part I." plus.google.com. Retrieved 2012-06-16. The basic failure of the free Linux desktop is that it's, perversely, not free enough. There's been a string of Linux desktop quality problems, specific incidents reported by +Linas Vepstas , +Jon Masters , +Linus Torvalds and others, and reading the related G+ discussions made me aware that many OSS developers don't realize what a deep hole we are in. The desktop Linux suckage we are seeing today - on basically all the major Linux distributions - are the final symptoms of mistakes made 10-20 years ago - the death cries of a platform. Desktop Linux distributions are trying to "own" 20 thousand application packages consisting of over a billion lines of code and have created parallel, mostly closed ecosystems around them. The typical update latency for an app is weeks for security fixes (sometimes months) and months (sometimes years) for major features. They are centrally planned, hierarchical organizations instead of distributed, democratic free societies.
  4. Ingo Molnar (2012-03-17). "Technology: What ails the Linux desktop? Part II". plus.google.com. Retrieved 2012-06-16. So, to fix desktop Linux we need a radically different software distribution model: less of a cathedral, more of a bazaar. - totally flat package dependencies (i.e. a package update does not forcibly pull in other package updates) - a guaranteed ABI platform going forward (once a package is installed it will never break or require forced updates again). Users want to be free of update pressure from the rest of the system, if they choose to.
  5. Debian (2008). "Debian Wiki - Synaptic". Retrieved 2008-10-11. {{cite web}}: Unknown parameter |month= ignored (help)
  6. Debian (2008). "Debian Wiki - secure apt". Retrieved 2008-10-11. {{cite web}}: Unknown parameter |month= ignored (help)
  7. ^ Byfield B. (2007). KDE vs. GNOME: Is One Better?. Datamation.
  8. Byfield B. (2011). Will GNOME 3.0 Repeat the User Revolt of KDE 4.0?. Datamation.
  9. Linus Torvalds dubs GNOME 3 'unholy mess'. The Register.
  10. What’s wrong with Unity & how we can fix it. OMG Ubuntu.
  11. Ubuntu Desktop Designers: ‘Unity Should Be Configurable’. OMG Ubuntu.
  12. Strohmeyer, Robert (2007). "2008: Year of the Linux Desktop". Retrieved 2008-05-23. {{cite web}}: Unknown parameter |month= ignored (help)
  13. Siu, A.Y. (2006). "The Linux Desktop Myth". Retrieved 2008-08-31. {{cite web}}: Unknown parameter |month= ignored (help)
  14. Wolfe, Alexander (2007-09-19). "7 Reasons Why Linux Won't Succeed On The Desktop". Information Week. Retrieved 2009-03-10.
  15. "Comdex: Linux, Linux everywhere". CNN. 1999-11-18. Retrieved 2010-05-01.
  16. http://www.pcworld.com/article/13908/linux_linux_everywhere.html
  17. "Linux: why I quit". APC Magazine. ACP Magazines. 2007-07-24. Retrieved 2008-01-18.
  18. Economist.com (2007). "Technology in 2008". The Economist. Retrieved 2008-05-06. {{cite news}}: Unknown parameter |month= ignored (help)
  19. ^ Schestowitz, Roy (2007). "Can Linux Adoption Ever be Accurately Gauged?". Retrieved 2008-05-23. {{cite web}}: Unknown parameter |month= ignored (help)

External links

Linux
Linux kernel
Controversies
Distributions
Organizations
Adoption
Media
Professional related certifications
Category: