On 2019/12/19 08:47, goleo . wrote: > https://www.youtube.com/watch?v=bw_ek3zYYFY > > According to readme it has access to /tmp and ~/Downloads, > so I tried pressing Ctrl + L and pointed to my ~/Downloads which > had some files, but the list was empty too (I can't record that one > with one hand). >
<looks in crystal ball> I guess that ~/Downloads is a symlink. To get access through "unveil" then the directory *containing* the symlink (in this case ~) and the target of the symlink would both need to be accessible. If you didn't already find it, the pkg-readme has information that might be useful.
