From 1779973d9b07a7dda4c88e9a5c35e6c1fcdc7c0f Mon Sep 17 00:00:00 2001 From: Chris Yate Date: Wed, 14 May 2025 17:01:22 +0100 Subject: [PATCH 1/2] Add usr/share/pixmaps to the basic structure, since it is required by the deployment step. --- src/core/appdir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/appdir.cpp b/src/core/appdir.cpp index fb2bfa3..4a77b3c 100644 --- a/src/core/appdir.cpp +++ b/src/core/appdir.cpp @@ -665,6 +665,7 @@ namespace linuxdeploy { "usr/lib/", "usr/share/applications/", "usr/share/icons/hicolor/", + "usr/share/pixmaps/", }; for (const std::string& resolution : {"16x16", "32x32", "64x64", "128x128", "256x256", "scalable"}) { From 5f4bcb29b8bbe08dfa6c07bc408e65f47a808145 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 14 May 2025 22:59:52 +0100 Subject: [PATCH 2/2] Test the plugins folder creation --- tests/core/test_appdir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/test_appdir.cpp b/tests/core/test_appdir.cpp index 5f29e66..1b75e55 100644 --- a/tests/core/test_appdir.cpp +++ b/tests/core/test_appdir.cpp @@ -77,6 +77,7 @@ namespace AppDirTest { "usr/share/icons/hicolor/64x64", "usr/share/icons/hicolor/64x64/apps", "usr/share/applications", + "usr/share/pixmaps", "usr/lib", };