An open API service indexing awesome lists of open source software.

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

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)