X2Go Bug report logs - #1071
x2goclient(osx) ignores changes of command if changing only letter case

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

Reported by: Xiao Zhang <zhangxiao@xzhang.net>

Date: Wed, 10 Aug 2016 18:10:02 UTC

Severity: normal

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1071; Package x2goclient. (Wed, 10 Aug 2016 18:10:02 GMT) (full text, mbox, link).


Acknowledgement sent to Xiao Zhang <zhangxiao@xzhang.net>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>.

Your message had a Version: pseudo-header with an invalid package version:

v. 4.0.5.1 (Qt - 4.8.7)

please either use found or fixed to the control server with a correct version, or reply to this report indicating the correct version so the maintainer (or someone else) can correct it for you.

(Wed, 10 Aug 2016 18:10:02 GMT) (full text, mbox, link).


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

From: Xiao Zhang <zhangxiao@xzhang.net>
To: submit@bugs.x2go.org
Subject: x2goclient(osx) ignores changes of command if changing only letter case
Date: Wed, 10 Aug 2016 18:06:15 +0000
[Message part 1 (text/plain, inline)]
Package: x2goclient
Version: v. 4.0.5.1 (Qt - 4.8.7)

To reproduce:

   1. Create a new session with type *Single application* and set *Command*
   to "Firefox" (with first F in uppercase). Click OK to save it.
   2. Choose "Session preferences" to edit the session.
   3. Set *Command* to "firefox" (all letters in lowercase).
   4. Either click OK to save it or just click to focus on some other field.
   5. The *Command* changes back to "Firefox" (with first F in uppercase).

There seems no way to correct such misspell. I had to delete and create a
new session.

Thanks.


Best,
x.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1071; Package x2goclient. (Wed, 10 Aug 2016 22:45:01 GMT) (full text, mbox, link).


Acknowledgement sent to Stefan Baur <X2Go-ML-1@baur-itcs.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 10 Aug 2016 22:45:01 GMT) (full text, mbox, link).


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

From: Stefan Baur <X2Go-ML-1@baur-itcs.de>
To: Xiao Zhang <zhangxiao@xzhang.net>, 1071@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#1071: x2goclient(osx) ignores changes of command if changing only letter case
Date: Thu, 11 Aug 2016 00:40:53 +0200
[Message part 1 (text/plain, inline)]
Am 10.08.2016 um 20:06 schrieb Xiao Zhang:

> There seems no way to correct such misspell. I had to delete and create
> a new session.

Have you tried entering a different command, say, "true", saving the
session, then changing it to the lowercase "firefox" entry and saving again?

Also, do check out the "Published Applications" feature, as it allows
you to offer not one, but several applications to your users, with a
single sign in and all running within the same connection.

By default, all applications in /usr/share/applications will be published.
If you want to restrict it to a subset, run this, as root:

rm /etc/x2go/applications
mkdir /etc/x2go/applications
chmod 755 /etc/x2go/applications

cp -a /usr/share/applications/whateveryouwant.desktop \
      /etc/x2go/applications/

If you replace the "Categories=" entry in the *.desktop files in
/etc/x2go/applications with "Categories=X2Go-Top", you will end up with
a "flat" start menu, which may be more to your liking if you only wish
to publish a few apps. Make sure you're not operating on a symlinked
/usr/share/applications folder, though, or you will mess up your regular
desktop entries.

Kind Regards,
Stefan Baur

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1071; Package x2goclient. (Wed, 10 Aug 2016 22:50:02 GMT) (full text, mbox, link).


Acknowledgement sent to Xiao Zhang <zhangxiao@xzhang.net>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 10 Aug 2016 22:50:02 GMT) (full text, mbox, link).


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

From: Xiao Zhang <zhangxiao@xzhang.net>
To: Stefan Baur <X2Go-ML-1@baur-itcs.de>, 1071@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#1071: x2goclient(osx) ignores changes of command if changing only letter case
Date: Wed, 10 Aug 2016 22:48:56 +0000
[Message part 1 (text/plain, inline)]
Thanks for the reply.

I did try what you suggested - same problem. I think it stores all commands
that has been set. So when I set "firefox" again it just auto-set to the
one that has been stored and disregard the difference on letter case.
On Thu, 11 Aug 2016 at 00:40, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:

> Am 10.08.2016 um 20:06 schrieb Xiao Zhang:
>
> > There seems no way to correct such misspell. I had to delete and create
> > a new session.
>
> Have you tried entering a different command, say, "true", saving the
> session, then changing it to the lowercase "firefox" entry and saving
> again?
>
> Also, do check out the "Published Applications" feature, as it allows
> you to offer not one, but several applications to your users, with a
> single sign in and all running within the same connection.
>
> By default, all applications in /usr/share/applications will be published.
> If you want to restrict it to a subset, run this, as root:
>
> rm /etc/x2go/applications
> mkdir /etc/x2go/applications
> chmod 755 /etc/x2go/applications
>
> cp -a /usr/share/applications/whateveryouwant.desktop \
>       /etc/x2go/applications/
>
> If you replace the "Categories=" entry in the *.desktop files in
> /etc/x2go/applications with "Categories=X2Go-Top", you will end up with
> a "flat" start menu, which may be more to your liking if you only wish
> to publish a few apps. Make sure you're not operating on a symlinked
> /usr/share/applications folder, though, or you will mess up your regular
> desktop entries.
>
> Kind Regards,
> Stefan Baur
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
>
>
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 28 08:12:35 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.