https://github.com/rodlie/nologind
logind wrapper for ConsoleKit
https://github.com/rodlie/nologind
consolekit logind slackware
Last synced: 4 months ago
JSON representation
logind wrapper for ConsoleKit
- Host: GitHub
- URL: https://github.com/rodlie/nologind
- Owner: rodlie
- License: bsd-3-clause
- Created: 2018-10-27T04:47:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T23:19:04.000Z (over 7 years ago)
- Last Synced: 2025-06-16T02:48:27.498Z (12 months ago)
- Topics: consolekit, logind, slackware
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nologind
A logind wrapper for ConsoleKit(2) on Slackware. Used as a compatibility layer for applications that require (parts of) the org.freedesktop.login1.Manager D-Bus system service.
**WARNING!!!** nologind may break login managers and desktop environments not part of Slackware 14.2. If something breaks let me know (and ``killall nologind && removepkg nologind`` to revert to default).
## Implemented
org.freedesktop.login1.Manager:
* PreparingForShutdown
* PreparingForSleep
* Docked
* PrepareForShutdown
* PrepareForSleep
* PowerOff
* Reboot
* Suspend
* Hibernate
* HybridSleep
* CanPowerOff
* CanReboot
* CanSuspend
* CanHibernate
* CanHybridSleep
* Inhibit (does nothing, see issue #2)