From fe32814a8e9c92b32387671a35696db3b17ace2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Mor=C3=A1vek?= <95936792+Vitix1@users.noreply.github.com> Date: Thu, 26 May 2022 20:27:04 +0200 Subject: [PATCH 1/2] Added permission to acces xdg-run/gvfs This permission is needed by GNOME users to be able to browse photos on network shares (SMB, FTP, ...) --- org.nomacs.ImageLounge.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.nomacs.ImageLounge.json b/org.nomacs.ImageLounge.json index fefd0d6..396920b 100644 --- a/org.nomacs.ImageLounge.json +++ b/org.nomacs.ImageLounge.json @@ -10,7 +10,8 @@ "--socket=wayland", "--socket=pulseaudio", "--filesystem=home", - "--filesystem=/media" + "--filesystem=/media", + "--filesystem=xdg-run/gvfs" ], "command": "nomacs", "cleanup": [ From 402e44419dea6e6488ac3f0f5b119927dad3be3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Mor=C3=A1vek?= <95936792+Vitix1@users.noreply.github.com> Date: Thu, 26 May 2022 20:28:04 +0200 Subject: [PATCH 2/2] Fixed broken link for Exiv2 sources --- org.nomacs.ImageLounge.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.nomacs.ImageLounge.json b/org.nomacs.ImageLounge.json index 396920b..aab1140 100644 --- a/org.nomacs.ImageLounge.json +++ b/org.nomacs.ImageLounge.json @@ -31,7 +31,7 @@ "sources": [ { "type": "archive", - "url": "https://www.exiv2.org/builds/exiv2-0.27.5-Source.tar.gz", + "url": "https://github.com/Exiv2/exiv2/releases/download/v0.27.5/exiv2-0.27.5-Source.tar.gz", "sha256": "35a58618ab236a901ca4928b0ad8b31007ebdc0386d904409d825024e45ea6e2" } ]