Skip to content
Snippets Groups Projects

use xdg-open as the pdf viewer

Merged John Törnblom requested to merge johto84/liuthesis:xdg-open-as-default-pdf-viewer into master

makefile: use xdg-open as the pdf viewer

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • What problem does this solve? I can see that you might have different preferences, but what's wrong with Evince as default in the Makefile?

  • Author Contributor

    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.

  • Ola Leifler approved this merge request

    approved this merge request

  • merged

  • Ola Leifler mentioned in commit f820a22d

    mentioned in commit f820a22d

  • Ok, good explanation, approved!

Please register or sign in to reply
Loading