summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Remove unnecessary deps on gtk+-3.0 and libxklavierDaiki Ueno2014-10-211-3/+0
|
* daemon: Start with D-Bus activationDavid King2014-09-011-1/+1
| | | | | | | | | | Install the daemon to libexecdir. Make the daemon own a name on the session bus, and install a D-Bus service file for it. Allow the name to be replaced by another process, so that a D-Bus activated daemon can be replaced by a GSettings-key autostarted daemon. Handle run() being called multiple times. https://bugzilla.gnome.org/show_bug.cgi?id=683712
* Port daemon from Python to ValaDaiki Ueno2013-02-171-0/+23
This eliminates the need of the shell script wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=688218