Original author(s) | Hong Jen Yee ("PCMan") |
---|---|
Developer(s) | The LXDE Team |
Initial release | 2006 |
Stable release | |
Repository | |
Written in | C (GTK 2, GTK 3) |
Operating system | Unix-like |
Platform | Linux, BSD |
Type | Desktop environment |
License | GPL, LGPL |
Website | lxde |
LXDE (abbreviation for Lightweight X11 Desktop Environment) was a free desktop environment with comparatively low resource requirements. This makes it especially suitable for use on older or resource-constrained personal computers [2] such as netbooks or system on a chip computers.
LXDE is written in the C programming language, using the GTK 2 toolkit, and runs on Unix and other POSIX-compliant platforms, such as Linux and BSDs. The LXDE project aims to provide a fast and energy-efficient desktop environment. [3] [4]
LXDE uses rolling releases for its individual components (or for groups of components with coupled dependencies). [5] The default window manager used is Openbox, but one can configure a third-party window manager for use with LXDE, such as Fluxbox, IceWM or Xfwm. [6] LXDE includes GPL-licensed code as well as LGPL-licensed code. [3]
The project was started in 2006 by Taiwanese programmer Hong Jen Yee (Chinese :洪任諭; pinyin :Hóng Rènyù), also known as PCMan, when he published PCManFM, a new file manager and the first module of LXDE.
In 2010, tests suggested that LXDE 0.5 had the lowest memory-usage of the four most-popular desktop environments of the time (the others being GNOME 2.29, KDE Plasma Desktop 4.4, and Xfce 4.6), [7] and that it consumed less energy, [8] which suggested mobile computers with Linux distributions running LXDE 0.5 drained their batteries at a slower pace than those with other desktop environments.
Dissatisfied with GTK 3, [9] Hong Jen Yee experimented with Qt in early 2013 [10] and released the first version of a Qt-based PCManFM on 26 March 2013. [9]
On 3 July 2013 Hong announced a Qt port of the full LXDE suite, [11] and on 21 July Razor-qt and LXDE announced that they would merge the two projects. [12] [13] [14] This merger meant that the GTK and the Qt versions would coexist for some time but, eventually, all original team efforts focused on the Qt port, LXQt. [15]
Despite the original team moving to LXQt development, some other developers continued to maintain LXDE on GitHub and, as of March 2021, there are fresh commits to keep updated the GTK 2 version. As of July 2019 LXTerminal release is based on GTK 3 to avoid dependencies on the old VTE lib. [16] [17]
As of May 2020, there is an experimental GTK 3 port developed by the Arch Linux community. [18] GTK 3 versions have already been developed for the following components: LXAppearance, LXAppearance-ObConf, LXDE-common, LXDE-icon-theme, LXDM, LXhotkey, LXInput, LXLauncher, LXPanel, LXRandR, LXSession, LXTask, LXTerminal, Openbox, PCManFM. [19] One advantage of using GTK 3 is that GTK 3 programs run natively on Wayland. PCManFM is a popular file manager for use with tiling window managers and hence, having a Wayland-native PCManFM is useful for people that use Sway.[ citation needed ]
Default desktop
Alternative desktop
Former default desktop
Unlike other major desktop environments such as GNOME, the components of LXDE have few dependencies and are not tightly integrated. [33] Instead, they can be installed independently of each other or LXDE itself. [34]
Components | Descriptions | Notes |
---|---|---|
PCMan File Manager | File manager and Desktop metaphor provider | |
LXInput | Mouse and keyboard configuration tool | |
LXLauncher | Easy-mode application launcher | |
LXPanel | Desktop panel | |
LXSession | X session manager | |
LXAppearance | GTK theme switcher | |
GPicView | Image viewer | |
LXMusic | A frontend for the XMMS2 audio player | |
LXTerminal | Terminal emulator | LXTerminal can be configured to hide the menu bar and the scrolling bar |
LXTask | Task manager | |
LXRandR | A GUI to RandR | |
LXDM | X display manager | |
LXNM | Lightweight network connection helper daemon. Supports wireless connections (Linux only). | Discontinued |
Leafpad | Text editor | Not developed by the LXDE project |
Openbox (Fluxbox, IceWM and Xfwm are also supported) | Window manager | Not developed by the LXDE project |
ObConf | A GUI tool to configure Openbox | Not developed by the LXDE project |
Xarchiver | File archiver | Not developed by the LXDE project |
In computing, a desktop environment (DE) is an implementation of the desktop metaphor made of a bundle of programs running on top of a computer operating system that share a common graphical user interface (GUI), sometimes described as a graphical shell. The desktop environment was seen mostly on personal computers until the rise of mobile computing. Desktop GUIs help the user to easily access and edit files, while they usually do not provide access to all of the features found in the underlying operating system. Instead, the traditional command-line interface (CLI) is still used when full control over the operating system is required.
Xfce or XFCE is a free and open-source desktop environment for Linux and other Unix-like operating systems.
freedesktop.org (fd.o), formerly X Desktop Group (XDG), is a project to work on interoperability and shared base technology for free-software desktop environments for the X Window System (X11) and Wayland on Linux and other Unix-like operating systems. Although freedesktop.org produces specifications for interoperability, it is not a formal standards body.
A light-weight Linux distribution is one that uses lower memory and/or has less processor-speed requirements than a more "feature-rich" Linux distribution. The lower demands on hardware ideally result in a more responsive machine, and/or allow devices with fewer system resources to be used productively. The lower memory and/or processor-speed requirements are achieved by avoiding software bloat, i.e. by leaving out features that are perceived to have little or no practical use or advantage, or for which there is no or low demand.
Zenwalk GNU/Linux is a desktop-focused Linux distribution founded by Jean-Philippe Guillemin. It is based on Slackware with very few modifications at system level making it 100% compatible with Slackware. It aims to be a modern, multi-purpose Linux distribution by focusing on internet applications, multimedia and programming tools. It comes with many specialized tools and is designed for beginners and advanced users alike, as it offers system configuration via both graphical tools and the command line.
A desktop environment is a collection of software designed to give functionality and a certain look and feel to an operating system.
PCMan File Manager (PCManFM) is a file manager application, developed by Hong Jen Yee from Taiwan, which is meant to be a replacement for GNOME Files, Dolphin and Thunar. PCManFM is the standard file manager in LXDE, also developed by the same author in conjunction with other developers. Since 2010, PCManFM has undergone a complete rewrite from scratch; build instructions, setup and configuration have changed in the process.
Lubuntu is a lightweight Linux distribution based on Ubuntu that uses the LXQt desktop environment in place of GNOME. Lubuntu was originally touted as being "lighter, less resource hungry and more energy-efficient", but now aims to be "a functional yet modular distribution focused on getting out of the way and letting users use their computer".
GTK is a free software cross-platform widget toolkit for creating graphical user interfaces (GUIs). It is licensed under the terms of the GNU Lesser General Public License, allowing both free and proprietary software to use it. It is one of the most popular toolkits for the Wayland and X11 windowing systems.
GNOME originally an acronym for GNU Network Object Model Environment, is a free and open-source desktop environment for Linux and other Unix-like operating systems.
LightDM is a free and open-source X display manager that aims to be lightweight, fast, extensible and multi-desktop. It can use various front-ends to draw the user interface, also called Greeters. It also supports Wayland.
Leafpad is a free and open-source graphical text editor for Linux, Berkeley Software Distribution (BSD), and Maemo that is similar to the Microsoft Windows program Notepad. Created with the focus of being a lightweight text editor with minimal dependencies, it is designed to be simple-to-use and easy-to-compile.
MATE is a desktop environment composed of free and open-source software that runs on Linux, and other Unix-like operating systems such as BSD, and illumos.
Razor-qt is a discontinued free and open-source desktop environment. It was intended as a lightweight desktop environment based upon the Qt application framework, and was "tailored for users who value simplicity, speed, and an intuitive interface."
LXQt is a free and open source lightweight desktop environment. It was formed from the merger of the LXDE and Razor-qt projects.
Devuan is a fork of the Debian Linux distribution that uses sysvinit, runit or OpenRC instead of systemd. Devuan aims to avoid "lock-in" by projects like systemd and aims to maintain compatibility with other init systems to avoid detaching Linux from other Unix systems.
SparkyLinux is a desktop-oriented operating system based on the Debian operating system. The project offers a ready to use operating system with various desktops to choose from. SparkyLinux is released 3-4 times per year to provide the latest versions of all applications.
Artix Linux is a rolling-release Linux distribution based on Arch Linux. Artix does not use systemd, instead opting to provide init and service management freedom. Artix offers OpenRC, runit, s6, and dinit, in place of systemd.
FeatherPad is a free software text editor available under the GPL-3.0-or-later license. It is developed by Pedram Pourang of Iran, written in Qt, and runs on FreeBSD, Linux, Haiku OS and macOS. It has few dependencies and is independent of any desktop environment.
{{cite web}}
: CS1 maint: unfit URL (link)