From 34f53151414bcdf44ec81e582b007f74da595694 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 12 Jan 2013 01:15:45 +0000 Subject: merge ethumb. 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 --- dbus-services/org.enlightenment.Ethumb.service.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dbus-services/org.enlightenment.Ethumb.service.in (limited to 'dbus-services') diff --git a/dbus-services/org.enlightenment.Ethumb.service.in b/dbus-services/org.enlightenment.Ethumb.service.in new file mode 100644 index 0000000000..ece2e031c4 --- /dev/null +++ b/dbus-services/org.enlightenment.Ethumb.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.enlightenment.Ethumb +Exec=@prefix@/bin/ethumbd -- cgit v1.2.1