From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: bug#14605: bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file Date: Mon, 2 Sep 2013 12:08:16 +0200 Message-ID: <1B84ED41-BCE5-46AE-BBFB-92D656CD373E__38750.8492371582$1378116581$gmane$org@gmail.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> <20130902094701.GI2828@kuru.dyndns-at-home.com> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGR4G-0002pq-Ex for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 06:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGR4A-00052m-FD for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 06:09:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20130902094701.GI2828@kuru.dyndns-at-home.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: Suvayu Ali Cc: 14605@debbugs.gnu.org Hi everyone, OK, we now use xdg-open when available on a Linux system. Thanks to everyone for the input. - Carsten On Sep 2, 2013, at 11:47 AM, Suvayu Ali wrote: > 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. > > >