Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/systemd-kcm
Kcm module for managing systemd
https://github.com/kde/systemd-kcm
Last synced: 4 days ago
JSON representation
Kcm module for managing systemd
- Host: GitHub
- URL: https://github.com/kde/systemd-kcm
- Owner: KDE
- License: gpl-2.0
- Created: 2015-09-18T16:29:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T23:20:24.000Z (about 4 years ago)
- Last Synced: 2024-05-09T11:57:44.385Z (6 months ago)
- Language: C++
- Size: 181 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Systemd-kcm
===========Systemd control module for KDE. Provides a graphical frontend for the systemd
daemon, which allows for viewing and controlling systemd units and logind
sessions as well as modifying configuration files.
Integrates in the System Settings dialogue in KDE Plasma.Installation
------------
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=\`kf5-config --prefix\` ..
make
make installDependencies
------------
* Qt >= 5.2
* KF5Auth
* KF5ConfigWidgets
* KF5CoreAddons
* KF5Crash
* KF5I18n
* KF5KIO
* KF5WidgetsAddons
* SystemdFor compilers not supporting C++11, Boost >= 1.45 is needed as well.
Execution
---------
Systemd-kcm can be accessed through System Settings, or by issuing the command:
`kcmshell5 kcm_systemd`Developed by:
* Ragnar ThomsenContributions from:
* Johan Ouwerkerk
* Alexandre DetisteWebsite:
https://commits.kde.org/systemd-kcmSource packages can be downloaded at:
http://download.kde.org/stable/systemd-kcm/Please report bugs and feature requests at:
https://bugs.kde.org/Git repository can be found at:
https://commits.kde.org/systemd-kcm