On 3/9/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> I'm trying to create a recipe for gnome-vfs, but I'm stuck on the install
> script trying to install Gconf modules/settings in gconf settings
> directory. As it's gconftool that's used, I'm not sure what the operation
> is, if it's just about copying files or appending information to files.
> Anyhow, my suggestion is that the sandbox could be extended to some
> external directories, ie /Programs/Gconf/Settings, that you can specify in
> the recipe. This would also take care of the "problem" with kernel modules
> and the likes.

Actually, you can do this now, but it's not pretty (in both senses):

sandbox_options=(
   --add-allowed /dir/foo:/dir/bar
)

The problem with this of course is that when you uninstall packages,
garbage is left behind, but I'm afraid that in Gconf's case there
might be no way around this. :(

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to