Code review comment for lp:~michihenning/unity-scopes-api/scope-cache-dir

Revision history for this message
Michal Hruby (mhr3) wrote :

43 + $HOME/.local/share/unity-scopes/leaf-fs/<scope_id>
851 + data_dir_ + "/leaf-fs/" + scope_id_

The local content template doesn't exist, so there's no need to try to support it.

42 + $HOME/.local/share/unity-scopes/leaf-net/<scope_id>

Who's responsible for creating this directory? I suppose the leaf could be created by the scope itself (does it have permissions to do that?), but the parents have to be created by something unconfined, so who's doing it? The click hook?

review: Needs Information

« Back to merge proposal