RESOLVED FIXED 143670
[EFL] fix efreet error
https://bugs.webkit.org/show_bug.cgi?id=143670
Summary [EFL] fix efreet error
KwangHyuk
Reported 2015-04-13 09:48:21 PDT
ERR<25282>:efreet_cache lib/efreet/efreet_cache.c:1134 on_send_register() org.freedesktop.DBus.Error.ServiceUnknown The name org.enlightenment.Efreet was not provided by any .service files
Attachments
Patch (1.29 KB, patch)
2015-04-13 09:56 PDT, KwangHyuk
no flags
Patch (1.47 KB, patch)
2015-05-18 10:54 PDT, KwangHyuk
no flags
KwangHyuk
Comment 1 2015-04-13 09:56:09 PDT
Csaba Osztrogonác
Comment 2 2015-04-13 13:15:34 PDT
Is this bug same as bug134023? It would be good to fix it once. This undocumented "feature" is so annoying that the user have to add symlinks as root user manually to have a working EFL WebKit. :-/ I tried to get answer for this bug, bug noone answered ever. :(
Csaba Osztrogonác
Comment 3 2015-04-13 13:18:30 PDT
So could you describe me what is this efreet_cache_update magic variable? And why do we need magic symlinks if it isn't set and why don't we need if it is set. This changelog doesn't say anything about why is this fix good.
KwangHyuk
Comment 4 2015-04-13 21:57:57 PDT
(In reply to comment #3) > So could you describe me what is this efreet_cache_update magic variable? > And why do we need magic symlinks if it isn't set and why don't we need > if it is set. This changelog doesn't say anything about why is this fix good. It will not monitor icon and desktop cache basically. however, in the webkit there is no listener for those caches AFAIK.
KwangHyuk
Comment 5 2015-05-18 10:54:16 PDT
Ryuan Choi
Comment 6 2015-05-18 17:40:31 PDT
Comment on attachment 253331 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253331&action=review > Tools/ChangeLog:10 > + Fix efreet error by using external variable efreet_cache_update. > + As 0 value of efreet_cache_update prevents monitoring of icon and desktop cache, > + efreet error for efreet_cache does not occur. Although I am not familiar with efreet_cache_update, I think that it looks workaround not to monitor efreet because elm_file_chooser uses efreet for the icon. (MiniBrowser uses elm_file_chooser to download and open dialog for input[type=file]) Could you check whether these usages are fine with your patch?
KwangHyuk
Comment 7 2015-05-20 07:38:19 PDT
(In reply to comment #6) > Comment on attachment 253331 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=253331&action=review > > > Tools/ChangeLog:10 > > + Fix efreet error by using external variable efreet_cache_update. > > + As 0 value of efreet_cache_update prevents monitoring of icon and desktop cache, > > + efreet error for efreet_cache does not occur. > > Although I am not familiar with efreet_cache_update, > I think that it looks workaround not to monitor efreet because > elm_file_chooser uses efreet for the icon. > (MiniBrowser uses elm_file_chooser to download and open dialog for > input[type=file]) > > Could you check whether these usages are fine with your patch? I checked that file chooser is working without any issue or error messages. :)
Gyuyoung Kim
Comment 8 2015-05-20 18:36:01 PDT
Comment on attachment 253331 [details] Patch I don't know why EFL application should set "efree_cache_update" though, I feel I need to do rubber stamp. rs=me.
WebKit Commit Bot
Comment 9 2015-05-20 19:33:24 PDT
Comment on attachment 253331 [details] Patch Clearing flags on attachment: 253331 Committed r184691: <http://trac.webkit.org/changeset/184691>
WebKit Commit Bot
Comment 10 2015-05-20 19:33:29 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.