GNU bug report logs -
#14605
Problem with export an .org file to .pdf does not open pdf file
Previous Next
Reported by: Petr Hracek <phracek <at> redhat.com>
Date: Thu, 13 Jun 2013 13:30:03 UTC
Severity: normal
Done: Bastien <bzg <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Suvayu Ali <fatkasuvayu+linux <at> gmail.com> writes:
> It is expected to be present in most desktop systems (almost anything
> with a GUI installed).
I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by
hand. (i.e., It is not installed during default installation).
xdg-open is just a shell script and tries lots of different things based
on Desktop Environment. Why should Org re-implement the wheel?
When the variable is configurable, why hesitate pluggin in *better*
default, even if it be not-installed.
Can Org really do all this?
----------------
- kde-open "$1"
- kfmclient openURL "$1"
- kfmclient exec "$1"
----------------
- gvfs-open "$1"
- gnome-open "$1"
----------------
- exo-open "$1"
----------------
- Whatever is registered with xdg-mime registry
----------------
- run-mailcap --action=view "$file"
- mimeopen -n "$file"
- sensible-browser
----------------
This bug report was last modified 11 years and 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.