retitle -1 add option to change x2goclient language priority: wishlist
Let's see if I got this right ;-)
-------- Weitergeleitete Nachricht -------- Betreff: [X2Go-Dev] Bug#667: Bug#667: Wrong language in Windows 7 x64 SP1 client Datum: Fri, 7 Nov 2014 18:46:04 +0100 Von: Diego Costantini <diego.costantini@gmail.com> An: x2go-dev@lists.x2go.org
Thanks Stefan, I understand now the meaning of what is implemented. However, since the localization is already within the application and selected based on the regional settings, would it be possible to add a settings field to explicitly choose it?
I have an english US windows, with english UK keyboard, and German region (because of number notation mostly). AFAIK this combination happens quite often as soon as you move outside your country (to work), and it doesn't mean that your are familiar enough with the foreign language, so I think this is a valid use case.
Also, I suppose the implementation effort without be reasonable having localization already in place.
I hope this will get through :p
On Fri, Nov 7, 2014 at 6:25 PM, <x2go-dev-request@lists.x2go.org <mailto:x2go-dev-request@lists.x2go.org>> wrote:
Send x2go-dev mailing list submissions to
    x2go-dev@lists.x2go.org <mailto:x2go-dev@lists.x2go.org>
To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.x2go.org/listinfo/x2go-dev
or, via email, send a message with subject or body 'help' to
    x2go-dev-request@lists.x2go.org
<mailto:x2go-dev-request@lists.x2go.org>
You can reach the person managing the list at
    x2go-dev-owner@lists.x2go.org
<mailto:x2go-dev-owner@lists.x2go.org>
When replying, please edit your Subject line so it is more specific
than "Re: Contents of x2go-dev digest..."
Today's Topics:
  1. Processed: your mail (X2Go Bug Tracking System)
  2. Processed: let's consider fixing #205 as proposed in  Â
that bug
   report (X2Go Bug Tracking System)
  3. Bug#668: [Patch] Replace "echo -n" with printf (Lars Wendler)
  4. Bug#669: Keyboard layout is wrong (Albrecht, Daniel S.)
  5. Bug#667: Wrong language in Windows 7 x64 SP1 client
   (Diego Costantini)
  6. Bug#667: Bug#667: Wrong language in Windows 7 x64 SP1 Â
 client
   (Stefan Baur)
  7. Bug#667: Bug#667: Wrong language in Windows 7 x64 SP1 Â
 client
   (Stefan Baur)
----------------------------------------------------------------------
Message: 1
Date: Fri, 07 Nov 2014 12:55:02 +0000
From: owner@bugs.x2go.org <mailto:owner@bugs.x2go.org> (X2Go Bug
Tracking System)
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de
<mailto:mike.gabriel@das-netzwerkteam.de>>
Cc: owner@bugs.x2go.org <mailto:owner@bugs.x2go.org>,
x2go-dev@lists.x2go.org <mailto:x2go-dev@lists.x2go.org>
Subject: [X2Go-Dev] Processed: your mail
Message-ID: <handler.s.C.141536467529124.transcript@bugs.x2go.org
<mailto:handler.s.C.141536467529124.transcript@bugs.x2go.org>>
Content-Type: text/plain; charset=utf-8
Processing commands for control@bugs.x2go.org
<mailto:control@bugs.x2go.org>:
> reassign #667 x2goclient
Bug #667 [x2go client] Wrong language in Windows 7 x64 SP1 client
Warning: Unknown package 'x2go'
Warning: Unknown package 'client'
Bug reassigned from package 'x2go client' to 'x2goclient'.
No longer marked as found in versions 4.0.3.0.
Ignoring request to alter fixed versions of bug #667 to the same
values previously set
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
667: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=667
X2Go Bug Tracking System
Contact owner@bugs.x2go.org <mailto:owner@bugs.x2go.org> with problems
------------------------------
Message: 2
Date: Fri, 07 Nov 2014 13:25:02 +0000
From: owner@bugs.x2go.org <mailto:owner@bugs.x2go.org> (X2Go Bug
Tracking System)
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de
<mailto:mike.gabriel@das-netzwerkteam.de>>
Cc: x2go-dev@lists.x2go.org <mailto:x2go-dev@lists.x2go.org>
Subject: [X2Go-Dev] Processed: let's consider fixing #205 as proposed
    in   that bug report
Message-ID: <handler.s.C.14153665537711.transcript@bugs.x2go.org
<mailto:handler.s.C.14153665537711.transcript@bugs.x2go.org>>
Content-Type: text/plain; charset=utf-8
Processing commands for control@bugs.x2go.org
<mailto:control@bugs.x2go.org>:
> unarchive #205
Bug #205 {Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de
<mailto:mike.gabriel@das-netzwerkteam.de>>} [nx-libs] Patch for fix
cairo issue
Unarchived Bug 205
> reopen #205
Bug #205 {Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de
<mailto:mike.gabriel@das-netzwerkteam.de>>} [nx-libs] Patch for fix
cairo issue
Bug reopened
Ignoring request to alter fixed versions of bug #205 to the same
values previously set
> tag #205 - wontfix
Bug #205 [nx-libs] Patch for fix cairo issue
Removed tag(s) wontfix.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
205: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=205
X2Go Bug Tracking System
Contact owner@bugs.x2go.org <mailto:owner@bugs.x2go.org> with problems
------------------------------
Message: 3
Date: Fri, 7 Nov 2014 16:51:42 +0100
From: Lars Wendler <polynomial-c@gentoo.org
<mailto:polynomial-c@gentoo.org>>
To: submit@bugs.x2go.org <mailto:submit@bugs.x2go.org>
Subject: [X2Go-Dev] Bug#668: [Patch] Replace "echo -n" with printf
Message-ID: <20141107165142.7acf1f19@shanghai.paradoxon.rec>
Content-Type: text/plain; charset="us-ascii"
Package: x2goclient
Version: git master
Hi,
at Gentoo latest version of the dash shell doesn't support "echo -n"
anymore[1]. The result is that x2gpath returns every path with a
prefixed "-n " when dash is used as /bin/sh.
Accoring to "man p1 echo" section "APPLICATION USAGE" applications
should not rely on "echo -n" but use printf instead.
The attached patch does exactly that.
Kind regards
Lars
[1] https://bugs.gentoo.org/528452
--
Lars Wendler
Gentoo package maintainer
GPG: 4DD8 C47C CDFA 5295 E1A6 3FC8 F696 74AB 981C A6FC