From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file Date: Mon, 2 Sep 2013 11:47:01 +0200 Message-ID: <20130902094701.GI2828@kuru.dyndns-at-home.com> References: <51B9C912.4050100@redhat.com> <51C979DF.9080106@redhat.com> <520A312B.5080003@redhat.com> <6CD2860F-6518-4BC6-B431-507BB088B588@gmail.com> <8738pnlj09.fsf@gmail.com> <81237114-C902-40D8-95F9-70AA2055C4D3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGQj3-0007DN-NY for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 05:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGQix-0006IS-7Y for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 05:47:13 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:39534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGQiw-0006II-WE for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 05:47:07 -0400 Received: by mail-ea0-f179.google.com with SMTP id b10so2217554eae.38 for ; Mon, 02 Sep 2013 02:47:06 -0700 (PDT) Content-Disposition: inline In-Reply-To: <81237114-C902-40D8-95F9-70AA2055C4D3@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org, 14605@debbugs.gnu.org Hi Carsten, On Mon, Sep 02, 2013 at 10:44:39AM +0200, Carsten Dominik wrote: > > On Sep 2, 2013, at 10:34 AM, Jambunathan K wrote: > > > '(org-file-apps-defaults-gnu > > (quote > > ((remote . emacs) > > (system . "xdg-open %s") > > (t . mailcap))) t)) > > > > > I have not followed the discussion earlier. The problem I see is that > I do not know how widely available these commands are on Linux. Maybe > we can built the default value using executable-find or something like > this? I think I can shed some light on the availability of xdg-open. It is provided by xdg-utils, part of the freedesktop specification. It is expected to be present in most desktop systems (almost anything with a GUI installed). It is a direct dependency for kde-libs, gnome-libs, and many desktop applications. The introduction in this Archlinux wiki page gives a very succint summary: Hope this helps, -- Suvayu Open source is the future. It sets us free.