Skip to content

Commit

Permalink
Revert ".desktop file: Run pqiv --browse"
Browse files Browse the repository at this point in the history
This reverts commit 3913571 and
fixes #232.
  • Loading branch information
phillipberndt committed Mar 11, 2024
1 parent 49cda39 commit fba1f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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;" \
Expand Down

0 comments on commit fba1f80

Please sign in to comment.