[Webkit-unassigned] [Bug 39865] [EFL] Set web database path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 07:47:14 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39865





--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-05-28 07:47:13 PST ---
(In reply to comment #2)
> (From update of attachment 57301 [details])
> WebKit/efl/ewk/ewk_main.cpp:119
>  +      ewk_settings_web_database_path_set(getenv("HOME"));
> Do you really want to store that directly in home?

Kenneth is right, saving it under ~/.cache/ewebkit is better as some systems may provide cleanup there.

Real apps should store that in ${XDG_CONFIG_HOME:-$HOME/.config}/$APP so it is not cleaned. But then we need the $APP to be correct and I'm not sure going with $APP = $ARGV[0] is a good choice, so have a sane default and have the apps to override it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list