[X2Go-Commits] [python-x2go] 02/03: Default to xdg-open as default PDF viewer command.

git-admin at x2go.org git-admin at x2go.org
Tue Mar 4 13:58:42 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch brokerclient
in repository python-x2go.

commit 86d185a570ec517515da47852f401633c9004f51
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 4 13:57:43 2014 +0100

    Default to xdg-open as default PDF viewer command.
---
 debian/changelog |    1 +
 x2go/defaults.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5a9604d..0c28057 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low
       with earlier versions of Python X2Go concerning backends (probably
       not really used by third-party products, if at all).
     - Fix setting default values in X2GoClientXConfig class.
+    - Default to xdg-open as default PDF viewer command.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 05 Jan 2014 16:35:57 +0100
 
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 4cea579..59373f4 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -217,7 +217,7 @@ X2GO_CLIENTPRINTING_DEFAULTS = {
         #   if open is false, the incoming print job is saved in ~/PDF folder 
         'open': True,
         # command to execute as PDF viewer
-        'command': 'xpdf',
+        'command': 'xdg-open',
     },
     'CUPS': {
         # default print queue for CUPS, if print queue does not exist, the default 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list