From b5a3529d498aa34d22cd00844258c72ae1442933 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 20 Nov 2025 20:45:48 -0300 Subject: [PATCH] Revert "build/linux: Use gamepads and pen-drive permissions on Flatpak" This reverts commit 96a65045e9a20cd40e073439dc329f0ae91728c3. GNOME uses ancient flatpak version on the OCI image which makes impossible to test the feature. --- build/linux/flatpak/org.gimp.GIMP-nightly.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/linux/flatpak/org.gimp.GIMP-nightly.json b/build/linux/flatpak/org.gimp.GIMP-nightly.json index e1dc17c0de..9f550bd9b4 100644 --- a/build/linux/flatpak/org.gimp.GIMP-nightly.json +++ b/build/linux/flatpak/org.gimp.GIMP-nightly.json @@ -23,8 +23,6 @@ "--socket=fallback-x11", "--socket=wayland", "--device=dri", - "--device=input", - "--device=usb", "--filesystem=host", "--filesystem=xdg-config/GIMP:create", "--filesystem=xdg-config/gtk-3.0",