Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/plasma-workspace
Various components needed to run a Plasma-based environment
https://github.com/kde/plasma-workspace
Last synced: 3 days ago
JSON representation
Various components needed to run a Plasma-based environment
- Host: GitHub
- URL: https://github.com/kde/plasma-workspace
- Owner: KDE
- Created: 2015-09-18T17:13:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:28:21.000Z (16 days ago)
- Last Synced: 2024-10-29T11:46:31.559Z (16 days ago)
- Language: C++
- Homepage: https://invent.kde.org/plasma/plasma-workspace
- Size: 275 MB
- Stars: 214
- Watchers: 12
- Forks: 88
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
## Plasma Workspace
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and Bigscreen.
It contains shared KCMs, applets as well as multiple libraries.### TaskManager Library
The Task Manager provides various QAbstractListModel-based model for listing
Windows (TaskManager::AbstractWindowTasksModel), Startup tasks (TaskManager::StartupTasksModel) and Launcher
Job (TaskManager::LauncherTasksModel).### Workspace Library
libkworkspace provides functions to allow you to interact with the
%KDE session manager (SessionManagement).### Notification Manager Library
libnotificationmanager is responsible for listing notifications, closing them
and interacting with them in Plasma. This class provides a %Qt model for jobs:
NotificationManager::JobsModel. As well as a %Qt model for notifications and
jobs: NotificationManager::Notifications.