summaryrefslogtreecommitdiff
path: root/tools/ck-launch-session.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-12Add i18n supportEric Koegel1-0/+10
Sets up ConsoleKit2 for translations via GNU gettext. There might still be a couple strings that need to be marked for translation, but this sets up the project to use gettext. Fixes bug: https://bugs.freedesktop.org/show_bug.cgi?id=23482
2008-02-19don't include paths.h on systems that don't have itWilliam Jon McCann1-0/+5
2008-02-11add a ck-launch-session toolWilliam Jon McCann1-0/+87
This tool opens a session with ConsoleKit and runs a command in it.