Skip to content

Commit

Permalink
res/void-docs: add evince to fallback pdf viewers
Browse files Browse the repository at this point in the history
evince is installed on the GNOME isos, but xdg-open isn't, so
void-docs -p fails.
  • Loading branch information
paper42 committed May 22, 2022
1 parent 4a56d3d commit cebc45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/void-docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cebc45c

Please sign in to comment.