From 1965b0789d983e0b3fb4c0a97528654b8daaf3aa Mon Sep 17 00:00:00 2001 From: plan5 <30434574+plan5@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:00:43 +0100 Subject: [PATCH] Add remarvin mountpoints to application file [remarvin](https://github.com/plan5/remarvin) uses bind mounts and gocryptfs to add multiple profiles and encryption. These mount points aren't included in the current chroot for xochitl, keeping it from seeing the decrypted files. remarvin is not in toltec yet but compatibility would be nice to have and I experienced no issues with these changes on a non-encrypted setup. --- assets/opt/usr/share/applications/xochitl.oxide | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/opt/usr/share/applications/xochitl.oxide b/assets/opt/usr/share/applications/xochitl.oxide index c4673ad2f..a397f1c8e 100644 --- a/assets/opt/usr/share/applications/xochitl.oxide +++ b/assets/opt/usr/share/applications/xochitl.oxide @@ -9,6 +9,8 @@ "/dev/shm", "/etc", "/home/root", + "/home/root/.local/share", + "/home/root/.local/share/remarkable", "/opt/etc", "/run/dbus", "/run/lock",