summaryrefslogtreecommitdiff
path: root/dbus-services
Commit message (Collapse)AuthorAgeFilesLines
* meson - ethumb - fix build and install of service files for ethumbCarsten Haitzler (Rasterman)2018-10-311-0/+18
|
* efl - efreetd service move from dbus session bus to ecore ipcCarsten Haitzler (Rasterman)2015-06-241-4/+0
| | | | | | | | | | | | | | | | 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
* link dbus and systemd services, allows systemd activation.Gustavo Sverzut Barbieri2014-03-102-0/+2
| | | | | | | 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.
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+2
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* merge ethumb.Gustavo Sverzut Barbieri2013-01-121-0/+3
| | | | | | | | | | | | | | | | | | | | This one was a painful bitch. The edbus2 port was quite broken, mainly leaking eina_stringshare and also not adding the '\0' to the strings that are represented as bytearray (paths cannot be utf8 to avoid translations). Emotion plugin was also quite bogus and the video thumbnail as edje (animated) is not working yet due bug in Edje_Edit api -- someone needs to investigate this, seems strange. Emotion plugin also had a bug that it was deleting the object from inside object callback. Now it seems to work. Please report if it does not. SVN revision: 82675
* efl: merge efreet.Gustavo Sverzut Barbieri2012-12-291-0/+3
seems to be fine, pass distcheck and friends. please report. changes: - documentation hierarchy fixes - replaced __UNUSED__ with EINA_UNUSED - replaced PKG_DATA_DIR with PACKAGE_DATA_DIR"/efreet" SVN revision: 81889