From fba1f80e9be31527a104c4e2fa8928c91b27c595 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 11 Mar 2024 21:10:03 +0100 Subject: [PATCH] Revert ".desktop file: Run pqiv --browse" This reverts commit 3913571383d4715425398cdbf6cdc22246d73564 and fixes #232. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c219d2f..7162cfb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -211,7 +211,7 @@ pqiv.desktop: $(HEADERS) echo "NoDisplay=true"; \ echo "Icon=emblem-photos"; \ echo "TryExec=$(PREFIX)/bin/pqiv"; \ - echo "Exec=$(PREFIX)/bin/pqiv --browse %F"; \ + echo "Exec=$(PREFIX)/bin/pqiv %F"; \ echo "MimeType=$(shell cat $(foreach BACKEND, $(sort $(BACKENDS)), $(SOURCEDIR)backends/$(BACKEND).mime) /dev/null | sort | uniq | awk 'ORS=";"')"; \ echo "Categories=Graphics;"; \ echo "Keywords=Viewer;" \