Plasma (KDE)
   HOME

TheInfoList



OR:

KDE Plasma is a
graphical shell An operating system shell is a computer program that provides relatively broad and direct access to the system on which it runs. The term ''shell'' refers to how it is a relatively thin layer around an operating system. A shell is generally a ...
developed by the
KDE KDE is an international free software community that develops free and open-source software. As a central development hub, it provides tools and resources that enable collaborative work on its projects. Its products include the KDE Plasma gra ...
community for
Unix-like A Unix-like (sometimes referred to as UN*X, *nix or *NIX) operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Uni ...
operating systems. It serves as the interface layer between the user and the operating system, providing a
graphical user interface A graphical user interface, or GUI, is a form of user interface that allows user (computing), users to human–computer interaction, interact with electronic devices through Graphics, graphical icon (computing), icons and visual indicators such ...
(GUI) and workspace environment for launching applications, managing windows, and interacting with files and system settings. Plasma is designed to be modular and adaptable, with different variants tailored for specific device types, such as Plasma Desktop for personal computers, and
Plasma Mobile Plasma Mobile is a KDE Plasma, Plasma variant for smartphones. It is currently available for the PinePhone, and supported devices for postmarketOS such as the OnePlus 6. It is shipped by several Linux distributions, such as postmarketOS and Manj ...
for smartphones. Plasma was first introduced in 2008 as part of
KDE Software Compilation 4 KDE Software Compilation 4 (KDE SC 4) was the only series of the so-called KDE Software Compilation (KDE SC), first released in January 2008. The final release was version 4.14.3 in November 2014. It was the follow-up to K Desktop Environment 3 ...
, as a major technical overhaul, combining traditional desktop functionality with a widget-based system designed for flexibility and visual consistency. With the KDE brand repositioning in 2009, the KDE software compilation was split into three distinct projects: KDE Plasma,
KDE Frameworks KDE Frameworks is a collection of Library (computing), libraries and software frameworks readily available to any Qt (software), Qt-based software stacks or applications on multiple operating systems. Featuring frequently needed functionality sol ...
and
KDE Gear The KDE Gear is a set of applications and supporting libraries that are developed by the KDE community, primarily used on Linux-based operating systems but mostly multiplatform, and released on a common release schedule. The bundle is compos ...
, allowing each to develop and release on independent schedules. As of the Plasma 6 series, feature updates are released every four months, with interim bugfix releases.


Releases


Plasma 4

Plasma 4 was released as part of
KDE Software Compilation 4 KDE Software Compilation 4 (KDE SC 4) was the only series of the so-called KDE Software Compilation (KDE SC), first released in January 2008. The final release was version 4.14.3 in November 2014. It was the follow-up to K Desktop Environment 3 ...
and replacing the
KDesktop KDesktop is the component of the K Desktop Environment 3 and earlier, which provides a virtual background window to draw icons or other graphics on. In conjunction with Kicker and SuperKaramba, it constitutes the graphical shell. In KDE Softwar ...
shell,
Kicker Kicker or The Kicker may refer to: Sports * Placekicker, a position in American and Canadian football * ''Kicker'' (magazine), sports magazine in Germany * Kicker, the German colloquial term for an association football player * Kicker, the wor ...
taskbar, and
SuperKaramba SuperKaramba is a tool, a so-called widget engine, that allows the creation of functionality enhancement modules (desktop widgets) on the KDE desktop. The desktop widgets are usually embedded directly into the background and do not disturb the n ...
widget engine, which formed the Desktop in earlier KDE releases. They are bundled as the default environment with a number of
free software Free software, libre software, libreware sometimes known as freedom-respecting software is computer software distributed open-source license, under terms that allow users to run the software for any purpose as well as to study, change, distribut ...
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
s, such as
Chakra A chakra (; ; ) is one of the various focal points used in a variety of ancient meditation practices, collectively denominated as Tantra, part of the inner traditions of Hinduism and Buddhism. The concept of the chakra arose in Hinduism. B ...
,
Kubuntu Kubuntu ( ) is an official flavor of the Ubuntu operating system that uses the KDE Plasma Desktop Environment instead of the GNOME desktop environment. As part of the Ubuntu project, Kubuntu uses the same underlying systems. Kubuntu shares th ...
,
Mageia Mageia is a Linux-based operating system, distributed as free and open-source software. It was forked from the Mandriva Linux distribution. The Greek term () means enchantment, fascination, glamour, wizardry. The first release of the software ...
(DVD version),
openSUSE openSUSE () is a free and open-source software, free and open-source Linux distribution developed by the openSUSE project. It is offered in two main variations: ''Tumbleweed'', an upstream rolling release distribution, and ''Leap'', a stable r ...
, or
TrueOS TrueOS (formerly PC-BSD or PCBSD) is a discontinued Unix-like, server-oriented operating system built upon the most recent releases of FreeBSD-CURRENT. Up to 2018 it aimed to be easy to install by using a graphical installation program, and ea ...
. From KDE SC 4.0 to KDE SC 4.2, the default theme, "
Oxygen Oxygen is a chemical element; it has chemical symbol, symbol O and atomic number 8. It is a member of the chalcogen group (periodic table), group in the periodic table, a highly reactivity (chemistry), reactive nonmetal (chemistry), non ...
", was characterized by dark tones. In KDE SC 4.3, it was replaced by the new "Air" theme, which predominates in transparency and white as the base color. New themes for Plasma can be chosen and installed through software like Discover or online at store.kde.org. With the release of KDE SC 4.11 on 14 August 2013, Plasma 4 was placed into a feature freeze and turned into a long-term stable package until August 2015. On 15 July 2014, Plasma 4's successor, Plasma 5, was released.


Features

Plasma features ''containments'', which are essentially applets that contain other applets. Two examples of containments are the desktop background and the taskbar. A containment can be anything the developer wants: an image (either
raster graphics upright=1, The Smiley, smiley face in the top left corner is a raster image. When enlarged, individual pixels appear as squares. Enlarging further, each pixel can be analyzed, with their colors constructed through combination of the values for ...
or an
SVG Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium sin ...
image), animation, or even
OpenGL OpenGL (Open Graphics Library) is a Language-independent specification, cross-language, cross-platform application programming interface (API) for rendering 2D computer graphics, 2D and 3D computer graphics, 3D vector graphics. The API is typic ...
. Images are most commonly used, but with Plasma the user could set any applet as the desktop background without losing functionality of the applet. This also allows for applets to be dragged between the desktop and the taskbar (two separate containments), and have a separate visualization for the more confined taskbar. Plasma separates components into "data engine" and their visualization counterparts. This is intended to reduce the total programming effort when there are multiple possible visualizations of given data, and to make it easier for the data engine and the workspaces to be written independently. The scalable nature of the Plasma widgets allows for them to be resized and rotated to any size, with only a brief pause to redraw themselves. The Kross scripting framework allows developers to write widgets in a variety of programming languages in addition to
C++ C++ (, pronounced "C plus plus" and sometimes abbreviated as CPP or CXX) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of the C programmin ...
. ''KRunner'' is a versatile tool for several functions. It replaces the dialog box "Run Command" from
K Desktop Environment 3 K Desktop Environment 3 (KDE 3) is the third series of releases of the K Desktop Environment (after that called ''KDE Software Compilation''). It was one of the two major desktop environments for GNU/Linux systems between 2002 and 2008. There ar ...
, and also inherits from the application launcher feature, expanding the possibilities through a modular plug. KRunner stores previously entered commands and searches, accessible via an auto-complete feature. ''KRunner'' can be shown on the desktop via the keyboard combination or by selecting "Run Command ..." in the desktop menu. These functions are handled by the plugin: * Application launcher: Type at least three letters of the desired name or description. KRunner shows applications associated with the terms of the search and allows the selection of the desired one. * Calculator: Simply enter the desired operation to show the result. It also supports sophisticated expressions. * Contacts can search for entries in KDE's address book, allowing users to directly open, for example,
KMail Kontact is a personal information manager and groupware software suite developed by KDE. It supports calendars, contacts, notes, to-do lists, news, and email. It offers a number of inter-changeable graphical UIs (KMail, KAddressBook, Akregator, ...
to write an e-mail. The address of the recipient of your choice is automatically added to the message. * Unit Converter converts values between different units of measure. * Web history: Search history of recently visited sites in
Konqueror Konqueror is a Free and open-source software, free and open-source web browser and file manager that provides World Wide Web, web access and file viewer, file-viewer functionality for file systems (such as local files, files on a remote FTP ser ...
. * Recent documents: Search for recently opened files.


Widgets

This is a list of widgets that the current release version of Plasma supports. Not all widgets are supported by default in all
Linux distributions A Linux distribution, often abbreviated as distro, is an operating system that includes the Linux kernel for its kernel (operating system), kernel functionality. Although the name does not imply distribution (marketing), product distribution pe ...
; some may require different packages or even a recompilation of Plasma. * First-generation native widgets (in
C++ C++ (, pronounced "C plus plus" and sometimes abbreviated as CPP or CXX) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of the C programmin ...
,
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
,
Ruby Ruby is a pinkish-red-to-blood-red-colored gemstone, a variety of the mineral corundum ( aluminium oxide). Ruby is one of the most popular traditional jewelry gems and is very durable. Other varieties of gem-quality corundum are called sapph ...
, or
Python Python may refer to: Snakes * Pythonidae, a family of nonvenomous snakes found in Africa, Asia, and Australia ** ''Python'' (genus), a genus of Pythonidae found in Africa and Asia * Python (mythology), a mythical serpent Computing * Python (prog ...
. In many distributions, the Ruby and Python bindings must be downloaded separately as packages.) * Second-generation native widgets written in QML * Apple Dashboard widgets *
SuperKaramba SuperKaramba is a tool, a so-called widget engine, that allows the creation of functionality enhancement modules (desktop widgets) on the KDE desktop. The desktop widgets are usually embedded directly into the background and do not disturb the n ...
widgets – used in KDE 3 *
Web widgets A web widget is a web page or web application that is embedded as an element of a host web page but which is substantially independent of the host page, having limited or no interaction with the host. A web widget commonly provides users of t ...
(supports
HTML Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
and
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
) Previous Plasma Workspaces releases also supported Edje gadgets and E17 modules. Support for those was developed in 2008 but removed later, in 2010.
Google Gadgets Google Gadgets are dynamic web content that can be embedded on a web page. They can be added to and interact strongly with Google's iGoogle personalized home page (discontinued in November 2013, although iGoogle Gadgets still work on other website ...
were also supported. After Google announced the discontinuation of its two services that utilize Gadgets – 
Google Desktop Google Desktop was a computer program with desktop search capabilities, created by Google for Linux, Apple Mac OS X, and Microsoft Windows systems. It allowed text searches of a user's email messages, computer files, music, photos, chats, web pa ...
and
iGoogle iGoogle (formerly Google Personalized Homepage) was a customizable Ajax-based start page or personal web portal launched by Google in May 2005. It was discontinued on November 1, 2013,Google SupportiGoogle's Decommission/ref> because the compa ...
 – KDE removed support for this widget engine in March 2013.


Version history


Plasma 5

Plasma 5 is the fifth generation of the graphical workspaces environment created by
KDE KDE is an international free software community that develops free and open-source software. As a central development hub, it provides tools and resources that enable collaborative work on its projects. Its products include the KDE Plasma gra ...
primarily for Linux systems. Plasma 5 is the successor of Plasma 4 and was first released on 15 July 2014. It includes a new default theme, known as "Breeze", as well as increased convergence across different devices. The graphical interface was fully migrated to
QML QML (Qt Meta-object Language) is a user interface markup language. It is a declarative language (similar to CSS and JSON) for designing user interface–centric applications. Inline JavaScript code handles imperative aspects. It is associate ...
, which uses
OpenGL OpenGL (Open Graphics Library) is a Language-independent specification, cross-language, cross-platform application programming interface (API) for rendering 2D computer graphics, 2D and 3D computer graphics, 3D vector graphics. The API is typic ...
for hardware acceleration, resulting in better performance and reduced power consumption.
Plasma Mobile Plasma Mobile is a KDE Plasma, Plasma variant for smartphones. It is currently available for the PinePhone, and supported devices for postmarketOS such as the OnePlus 6. It is shipped by several Linux distributions, such as postmarketOS and Manj ...
is a Plasma 5 variant for Linux-based smartphones.


Architecture

KDE Plasma 5 is built using Qt 5 and
KDE Frameworks 5 KDE Frameworks is a collection of Library (computing), libraries and software frameworks readily available to any Qt (software), Qt-based software stacks or applications on multiple operating systems. Featuring frequently needed functionality sol ...
, predominantly
plasma-framework KDE Frameworks is a collection of libraries and software frameworks readily available to any Qt-based software stacks or applications on multiple operating systems. Featuring frequently needed functionality solutions like hardware integration, f ...
. It improves support for
HiDPI Pixels per inch (ppi) and pixels per centimetre (ppcm or pixels/cm) are measurements of the pixel density of an electronic image device, such as a computer monitor or television display, or image digitizing device such as a camera or image scanne ...
displays and ships a convergable
graphical shell An operating system shell is a computer program that provides relatively broad and direct access to the system on which it runs. The term ''shell'' refers to how it is a relatively thin layer around an operating system. A shell is generally a ...
, which can adjust itself according to the device in use. 5.0 also includes a new default theme, dubbed Breeze. Qt 5's QtQuick 2 uses a hardware-accelerated
OpenGL OpenGL (Open Graphics Library) is a Language-independent specification, cross-language, cross-platform application programming interface (API) for rendering 2D computer graphics, 2D and 3D computer graphics, 3D vector graphics. The API is typic ...
( ES) scene graph (canvas) to compose and render graphics on the screen, which allows for the offloading of computationally expensive graphics rendering tasks onto the
GPU A graphics processing unit (GPU) is a specialized electronic circuit designed for digital image processing and to accelerate computer graphics, being present either as a discrete video card or embedded on motherboards, mobile phones, personal ...
, freeing up resources on the system's main
CPU A central processing unit (CPU), also called a central processor, main processor, or just processor, is the primary processor in a given computer. Its electronic circuitry executes instructions of a computer program, such as arithmetic, log ...
.


Windowing systems

KDE Plasma 5 uses the
X Window System The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X originated as part of Project Athena at Massachusetts Institute of Technology (MIT) in 1984. The X protocol has been at ...
and Wayland. Support for Wayland was prepared in the compositor and planned for a later release. It was made initially available in the 5.4 release. Stable support for a basic Wayland session was provided in the 5.5 release (December 2015). Support for NVIDIA proprietary driver for Plasma on Wayland was added in the 5.16 release (June 2019).


Features

* KRunner, a search feature with many available plugins. In addition to launching apps, it can find files and folders, open websites, convert from one currency or unit to another, calculate simple mathematical expressions, and perform numerous other useful tasks. * Flexible desktop and panel layouts composed of individual widgets (also known as "Plasmoids") can be individually configured, moved around, replaced with alternatives, or deleted. Each screen's layout can be individually configured. New widgets created by others can be downloaded within Plasma. * Powerful clipboard with a memory of previously copied pieces of text that can be called up at will. * Systemwide notification system supporting quick reply and drag-and-drop straight from notifications, history view, and a Do Not Disturb mode. * Central location to control playback of media in open apps, the phone (with KDE Connect installed), or the web browser (with Plasma Browser Integration installed) * Activities, which allow users to separate methods of using the system into distinct workspaces. Each activity can have its own set of favorite and recently used applications, wallpapers, "
virtual desktop In computing, a virtual desktop is a term used with respect to user interfaces, usually within the WIMP (computing), WIMP paradigm, to describe ways in which the virtual space of a computer's desktop environment is expanded beyond the physical ...
s", panels, window styles, and layout configurations. It also couples with (
X Session Manager In the X Window System, an X session manager is a session management program, a program that can save and restore the current state of a set of running applications, including window manager. Overview From the point of view of an X session manag ...
implementation) which keeps track of apps that can be run or shutdown along with given activity via subSessions functionality that keep track of state of applications (not all applications support this feature as they do not implement XSMP protocol). * Encrypted vaults for storing sensitive data. * Night Color, which can automatically warm the screen colors at night, or user-specified times, or manually. * Styling for icons, cursors, application colors, user interface elements, splash screens and more can be changed, with new styles created by others being downloadable from within the System Settings application. Global Themes allow the entire look and feel of the system to be changed in one click. * Session Management allows apps that were running when the system shut down to be automatically restarted in the same state they were in before.


Plasma 6

KDE Plasma 6 is the sixth and current generation of the graphical workspaces environment made by KDE. It is the successor to Plasma 5 and was initially released on 28 February 2024. Plasma 6 changes the default display server from X11 to Wayland, though the former is still available.


Variants


Plasma Desktop

Plasma Desktop is the main variant of KDE Plasma, targeted at desktop PCs and laptops.


Plasma Netbook

Plasma Netbook aims at
netbook A netbook is a small-sized laptop computer; they were primarily sold from 2007 until around 2013, designed mostly as a means of accessing the Internet and being significantly less expensive than regular-sized laptops. At their inception in l ...
s and may also be used on tablet PCs. The first stable release shipped with KDE SC 4.4. With the release of Plasma 5, Plasma Netbook's functionality was merged into Plasma itself.


Plasma Active

Plasma Active was a workspace for devices with touchscreens. It shipped with several applications such as
Kontact Kontact is a personal information manager and groupware software suite developed by KDE. It supports calendars, contacts, notes, to-do lists, news, and email. It offers a number of inter-changeable graphical UIs (KMail, KAddressBook, Akregator, ...
Touch and a document viewer based on
Calligra Suite Calligra Suite is a Graphic art software, graphic art and office suite by KDE. It is available for Desktop computer, desktop PCs, tablet computers, and smartphones. It contains applications for word processor, word processing, spreadsheets, prese ...
. "Contour" was the name of an interface for tablet devices. Its development was started in April 2011 by basysKom. Replacing an earlier tablet prototype, Contour has then become the main workspace UI of Plasma Active and was shipped as 1.0 in October 2011. Plasma Active has been succeeded by
Plasma Mobile Plasma Mobile is a KDE Plasma, Plasma variant for smartphones. It is currently available for the PinePhone, and supported devices for postmarketOS such as the OnePlus 6. It is shipped by several Linux distributions, such as postmarketOS and Manj ...
starting with Plasma 5.


Plasma Mobile

Plasma Mobile was targeted at
smartphone A smartphone is a mobile phone with advanced computing capabilities. It typically has a touchscreen interface, allowing users to access a wide range of applications and services, such as web browsing, email, and social media, as well as multi ...
s and small tablet devices that are mainly used via
touch input A touchscreen (or touch screen) is a type of electronic visual display, display that can detect touch input from a user. It consists of both an input device (a touch panel) and an output device (a visual display). The touch panel is typically l ...
. It was originally expected to be released in 2011 along with Plasma Active 1.0, but development focus shifted towards ''Contour''. A new version with the same name but based on
KDE Frameworks 5 KDE Frameworks is a collection of Library (computing), libraries and software frameworks readily available to any Qt (software), Qt-based software stacks or applications on multiple operating systems. Featuring frequently needed functionality sol ...
was announced on 25 July 2015.


Plasma Bigscreen

Plasma Bigscreen for TVs and set-top boxes incl. voice interaction.


Plasma Nano

Plasma Nano is a minimal shell for embedded and touch-enabled devices, like IoT or automotive.


See also

*
GNOME Shell GNOME Shell is the graphical shell of the GNOME desktop environment starting with version 3, which was released on April 6, 2011. It provides basic functions like launching applications and switching between windows. GNOME Shell replaced GN ...
*
Desktop environment 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 graphi ...


Notes


References


External links

*
Plasma user wiki

Plasma developer wiki
{{Widget engine Free desktop environments KDE Plasma Software that uses QML Unix windowing system-related software Widget engines