**** BEGIN LOGGING AT Sat Jul 12 02:59:59 2014 Jul 12 11:42:30 Garfonso: hm, it's not the service name which must end in service Jul 12 11:42:36 it's the suffix for the file Jul 12 12:02:58 yes, I know that.. but the component that creates the config file, seems to omit this. On 2.x it adds ".service" on 3.x and LuneOS it does not => so the filenames are identical to the service name. So the work around is to let the service end in .service ;) Jul 12 12:03:58 maybe that error was never detected, because nearly all 3rd party services (and especially all examples) end in .service anyway, because they need to start with the app id and an app can only have one service. Jul 12 12:26:53 Garfonso: https://github.com/openwebos/librolegen is resonsible for this Jul 12 12:27:17 ah no sorry, it is: https://github.com/openwebos/serviceinstaller Jul 12 12:28:04 seems to be a problem with maybe recent changes to ls2 Jul 12 12:29:04 morphis: https://github.com/webOS-ports/meta-webos-ports/pull/33 <= we need the other .js files from node-sqlite3, too. Jul 12 12:31:42 shouldn't we just add + ".service" here https://github.com/openwebos/serviceinstaller/blob/master/serviceinstall.cpp#L82 and https://github.com/openwebos/serviceinstaller/blob/master/serviceinstall.cpp#L111 ? Jul 12 12:36:29 Garfonso: imho yes Jul 12 12:36:39 as valid dbus service files need a .service suffix Jul 12 12:42:02 morphis: somehow keymanager is not launched automatically... what determines that? Jul 12 12:42:15 this currently prevents account service from working corretly Jul 12 12:42:38 activities seem to work fine, now. :) At least the "immidieate" ones Jul 12 12:43:10 Garfonso: we might need a systemd service file for it Jul 12 12:43:22 but should it be launched as soon as its called? Jul 12 12:43:59 do you want to have it running all the time? IMHO that is not necessary. Jul 12 12:45:33 currently it seems not to be launched, when it is called. Jul 12 12:55:47 hm **** ENDING LOGGING AT Sun Jul 13 02:59:59 2014