X2Go Bug report logs - #740
Ship a default, small-footprint, F/LOSS PDF viewer with x2goclient

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Stefan Baur <X2Go-ML-1@baur-itcs.de>

Date: Mon, 12 Jan 2015 10:45:02 UTC

Severity: wishlist

Done: Stefan Baur <X2Go-ML-1@baur-itcs.de>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 740@bugs.x2go.org (full text, mbox, reply):

Received: (at 740) by bugs.x2go.org; 12 Jan 2015 12:08:27 +0000
From mike.gabriel@das-netzwerkteam.de  Mon Jan 12 13:08:25 2015
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED
	autolearn=ham version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id A92755DEAA
	for <740@bugs.x2go.org>; Mon, 12 Jan 2015 13:08:25 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 463BE19F8;
	Mon, 12 Jan 2015 13:08:25 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 3BA533C051;
	Mon, 12 Jan 2015 13:08:25 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Ns6sg20p0r5s; Mon, 12 Jan 2015 13:08:25 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id ED0583B9F8;
	Mon, 12 Jan 2015 13:08:24 +0100 (CET)
Received: from bifrost.das-netzwerkteam.de (bifrost.das-netzwerkteam.de
 [178.62.101.154]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP;
 Mon, 12 Jan 2015 12:08:24 +0000
Date: Mon, 12 Jan 2015 12:08:24 +0000
Message-ID: <20150112120824.Horde.GR5SbUkGngxyZ_44usjtnA2@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Stefan Baur <X2Go-ML-1@baur-itcs.de>, 740@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#740: Ship a default, small-footprint, F/LOSS PDF
 viewer with x2goclient
In-Reply-To: <54B3A4DE.8030307@baur-itcs.de>
User-Agent: Internet Messaging Program (IMP) H5 (6.2.2)
Accept-Language: en,de
Organization: DAS-NETZWERKTEAM
X-Originating-IP: 178.62.101.154
X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101
 Firefox/32.0 Iceweasel/32.0
Content-Type: multipart/signed; boundary="=_g2oNK9Mr4yppPb20esRKmw1";
 protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
[Message part 1 (text/plain, inline)]
Hi Stefan,

On  Mo 12 Jan 2015 11:41:34 CET, Stefan Baur wrote:

> package: x2goclient
> severity: wishlist
>
> Hi, this is actually a sub-bug of
> http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=738.
>
> I am fling it as a separate bug because I believe this particular part
> of Bug 738 can be resolved rather quickly.
>
> Currently, X2GoClient offers the free choice of X-Servers to be used
> with it, but ships with VcXsrv as default and has some "sane" default
> settings configured for it, too, so X2GoClient works out of the box.
> Whoever wishes to deviate from that path, is, however, free to do so -
> X2GoClient has an option to specify a custom X-Server of the user's
> choice.
>
> I would like to take a similar approach for printing.
> At present, no default PDF viewer is shipped with X2GoClient, and the
> user has to fiddle with whichever PDF viewer they choose to get the
> parameters right.
>
> SumatraPDF is a free (F/LOSS) PDF viewer that offers a portable
> version, i.e. it is a single, self-contained executable that doesn't
> require any installation.
>
> It also supports a wide range of command line parameters so it is
> ideal for scripted background use (like "open PDF, print to default
> printer, close application").
>
> Quoting from http://www.sumatrapdfreader.org/manual.html:
>
>> Printing related cmd-line arguments: -print-to-default $file.pdf
>> prints a PDF file on a default printer -print-to $printer_name
>> $file.pdf prints a PDF on a given printer -print-dialog $file.pdf
>> opens a PDF file and shows a print dialog to select printer and
>> printing options -exit-on-print when -print-to-default or -print-to
>> is used, will
> exit after printing
>
> So, basically, "-exit-on-print -print-to-default" is all we'd need for
> basic functionality.
> If we want to do "enumPrinters" within X2GoClient,
> "-exit-on-print -print-to $printer" will also already work.
> If we want to leave printer selection to SumatraPDF, "-print-dialog"
> has to be used, and we'd probably have to submit a patch to the
> SumatraPDF project that "-exit-on-print" be made to work with
> "-print-dialog" as well, as the current description seems to indicate
> that this is not the case.
>
> Thus, I would ask that some helpful soul steps up and please
> a) includes SumatraPDF's standalone executable in the Windows
> X2GoClient package
> b) adds the proper code to X2GoClient so client-side printing defaults
> to using SumatraPDF in the X2Go program directory unless the user has
> created a custom configuration.
>
> The rationale for this bug is that adding this feature would increase
> usability of X2GoClient just as shipping a default X-Server does.
>
> Portable version of SumatraPDF can be found here:
> https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-3.0.zip
> Sources are here:
> https://github.com/sumatrapdfreader/sumatrapdf

This sounds like a good approach. As you noticed I am not so convinced  
about the new print concept proposal of yours, but having a PDF viewer  
that looks the same for every deployed Windows X2Go Client is indeed a  
means for increasing usability.

+1 from my side

Mike

-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 28 15:00:49 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.