patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH v2 1/6] img/app: install fuse3 globally
@ 2025-12-01 17:03 Alyssa Ross
  2025-12-01 17:04 ` [PATCH 2/6] host/rootfs: set propagation of / to shared Alyssa Ross
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Alyssa Ross @ 2025-12-01 17:03 UTC (permalink / raw)
  To: devel; +Cc: Demi Marie Obenour

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>
---
v2: no change
v1: https://spectrum-os.org/lists/archives/spectrum-devel/20251201044534.977524-1-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: a6d872aea26311a590e90dc08d59105a2165d80b
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-12-01 20:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 17:03 [PATCH v2 1/6] img/app: install fuse3 globally Alyssa Ross
2025-12-01 17:04 ` [PATCH 2/6] host/rootfs: set propagation of / to shared Alyssa Ross
2025-12-01 20:10   ` Alyssa Ross
2025-12-01 17:04 ` [PATCH v2 3/6] host/rootfs: create a per-VM mount namespace Alyssa Ross
2025-12-01 20:10   ` Alyssa Ross
2025-12-01 17:04 ` [PATCH v5 4/6] tools/mount-flatpak: init Alyssa Ross
2025-12-01 19:00   ` Demi Marie Obenour
2025-12-01 19:03     ` Demi Marie Obenour
2025-12-01 20:10   ` Alyssa Ross
2025-12-01 17:04 ` [PATCH v5 5/6] img/app: run Flatpak applications Alyssa Ross
2025-12-01 20:10   ` Alyssa Ross
2025-12-01 17:04 ` [PATCH v5 6/6] host/rootfs: add run-flatpak script Alyssa Ross
2025-12-01 20:10   ` Alyssa Ross
2025-12-01 20:10 ` [PATCH v2 1/6] img/app: install fuse3 globally Alyssa Ross

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).