From: Alyssa Ross <hi@alyssa.is>
To: devel@spectrum-os.org
Cc: Demi Marie Obenour <demiobenour@gmail.com>
Subject: [PATCH 1/5] img/app: install fuse3 globally
Date: Mon, 1 Dec 2025 05:45:16 +0100 [thread overview]
Message-ID: <20251201044534.977524-1-hi@alyssa.is> (raw)
AppImage (and in-development Flatpak) VMs complain about this being
absent and portals don't work without it, even though Nix VMs work
fine. I suppose it's a packaging difference.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
---
img/app/default.nix | 1 +
1 file changed, 1 insertion(+)
diff --git a/img/app/default.nix b/img/app/default.nix
index 6490ac2..1eb3c9b 100644
--- a/img/app/default.nix
+++ b/img/app/default.nix
@@ -65,6 +65,7 @@ let
pkgs.cacert
pkgs.dejavu_fonts
pkgs.execline
+ pkgs.fuse3
pkgs.kmod
pkgs.mdevd
pkgs.pipewire
base-commit: cf131bd816a34095af34345f0e5f148c47268a04
--
2.51.0
next reply other threads:[~2025-12-01 4:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-01 4:45 Alyssa Ross [this message]
2025-12-01 4:45 ` [PATCH 2/5] host/rootfs: create a per-VM mount namespace Alyssa Ross
2025-12-01 4:52 ` Demi Marie Obenour
2025-12-01 14:33 ` Alyssa Ross
2025-12-01 4:45 ` [PATCH v4 3/5] tools/mount-flatpak: init Alyssa Ross
2025-12-01 5:14 ` Demi Marie Obenour
2025-12-01 11:49 ` Alyssa Ross
2025-12-01 4:45 ` [PATCH v4 4/5] img/app: run Flatpak applications Alyssa Ross
2025-12-01 4:45 ` [PATCH v4 5/5] host/rootfs: add run-flatpak script Alyssa Ross
2025-12-01 5:20 ` Demi Marie Obenour
2025-12-01 11:17 ` Alyssa Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251201044534.977524-1-hi@alyssa.is \
--to=hi@alyssa.is \
--cc=demiobenour@gmail.com \
--cc=devel@spectrum-os.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).