-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
$ head -1 /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"
$ nix profile add github:rti/nixwrap#wrap
$ wrap -unbad -f echo
bwrap: Can't find source path /etc/static/ssl: No such file or directory
$ sudo mkdir -p /etc/static/ssl
$ wrap -unbad -f echo
bwrap: Can't find source path /home/me//home/me/.Xauthority: No such file or directory
$ touch /home/me//home/me/.Xauthority
touch: cannot touch '/home/me//home/me/.Xauthority': No such file or directory
$ touch /home/me/.Xauthority
$ wrap -unbad -f echo
bwrap: Can't find source path /home/me//home/me/.Xauthority: No such file or directoryat this point I gave up :-)
Metadata
Metadata
Assignees
Labels
No labels