From 2c16fb989b89f4bb55cdea14d01ceffc8ff21922 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 14 Aug 2025 16:19:15 -0300 Subject: [PATCH] build/linux: Fix some typos on Snap README (cherry picked from commit bb26b9f81d2eabcce0fe961e1944271b628c43ff) --- build/linux/snap/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/snap/README.md b/build/linux/snap/README.md index e03fa59659..b342aff1eb 100644 --- a/build/linux/snap/README.md +++ b/build/linux/snap/README.md @@ -14,7 +14,7 @@ Base rule to update the "GNU Image Manipulation Program" entry: * Similarly to our Flatpak, GIMP Snap uses a [GNOME runtime](https://github.com/ubuntu/gnome-sdk), which contains a base of libraries, some of which are dependencies of GIMP. - The runtime version is determined by the `base:` snap version in snapcraft.yaml, + The runtime version is determined by the `base:` snap version in snapcraft.yaml. It is recommended to update that key value following Ubuntu release cycle. * Other GIMP dependencies which are not available in the GNOME runtime snap @@ -29,7 +29,7 @@ Base rule to update the "GNU Image Manipulation Program" entry: You can find the installed dependencies by running: ```sh -ls /snap/gnome*-sdk/current/usr/lib/$(gcc -print-multiarch)/pkgconfig +ls "/snap/gnome*-sdk/current/usr/lib/$(gcc -print-multiarch)/pkgconfig" ``` ## Versioning the snap