Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | meson - ethumb - fix build and install of service files for ethumb | Carsten Haitzler (Rasterman) | |
2015-06-24 | efl - efreetd service move from dbus session bus to ecore ipc | Carsten Haitzler (Rasterman) | |
this fixes warnings about no efreet dbus session bus in non session environments as brought up on the mailing lists with: Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: unset efreet cache update flag to prevent dbus connections this moves all of efreetd client and server to ecore ipc, with client auto-launching efreetd if not found as a service and trying for up to 500ms to connect. efreetd times out on last connection or no connections after 10sec so it wont hang around forever if not in use. it seems to work in my testing, so let me know if there is an issue. @fix | |||
2014-03-10 | link dbus and systemd services, allows systemd activation. | Gustavo Sverzut Barbieri | |
If the dbus service contains SystemdService entry and the dbus-daemon is started with --systemd-activation, then requests for services on the user session bus will be handled by systemd, creating cgroups and being handled as native systemd services of Type=dbus. |