From cebc45c053d1d2135d03fca9e2ba7ab9553ff4bb Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 May 2022 22:06:19 +0200 Subject: [PATCH] res/void-docs: add evince to fallback pdf viewers evince is installed on the GNOME isos, but xdg-open isn't, so void-docs -p fails. --- res/void-docs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/void-docs.in b/res/void-docs.in index ddea2c94e..15154af8e 100644 --- a/res/void-docs.in +++ b/res/void-docs.in @@ -63,7 +63,7 @@ if [ "$_pdf" ]; then elif command -v run-mailcap >/dev/null; then exec run-mailcap --action=view $PDF else - for cmd in zathura okular + for cmd in zathura okular evince do if command -v $cmd >/dev/null; then exec $cmd $PDF