use xdg-open as the pdf viewer
makefile: use xdg-open as the pdf viewer
Merge request reports
Activity
xdg-open opens a file or URL in the user's preferred application. For example, if you use a default Gnome3 install, xdg-open would launch evince. If you use the default KDE install (which does not include evince), xdg-open will launch okular. Personally, I sometimes use a customized XFCE install with foxit reader (proprietary PDF viewer). So, this patch saves me the trouble to editing the Makefile depending on the PC/desktop I happen to be using.
mentioned in commit f820a22d
Please register or sign in to reply