From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro Date: Fri, 14 Jun 2019 23:18:53 +0200 Message-ID: <87k1dnj26a.fsf@gnu.org> References: <982ae7d2-aa8a-7739-2cfa-81b557877d17@livet.me> <878su59am7.fsf@gnu.org> <53b3272d-0f0a-b005-9a92-05e977bb91d3@livet.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40762) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbtcB-0003dH-Sr for bug-guix@gnu.org; Fri, 14 Jun 2019 17:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbtcA-0006by-Vo for bug-guix@gnu.org; Fri, 14 Jun 2019 17:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbtcA-0006bn-PW for bug-guix@gnu.org; Fri, 14 Jun 2019 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbtcA-0003ju-Io for bug-guix@gnu.org; Fri, 14 Jun 2019 17:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?Andr=C3=A9as?= Livet"'s message of "Thu, 13 Jun 2019 14:35:00 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Andr=C3=A9as?= Livet Cc: 36180-done@debbugs.gnu.org Andr=C3=A9as Livet skribis: >> Good catch for Libreoffice, I didn't thought about that since I use >> to open LO files with Thunar (it raise an other question : how to >> set GUIX_LOCPATH for applications that I do not from command line, >> but it's not related to guix). >> > I just have to add GUIX_LOCPATH to ~/.xsessionrc and it works for > LibreOffice AND zsh !! > > Don't understand why setting it in ~/.zshrc wasn't enough ?? Ah that=E2=80=99s because it needs to be set in the environment of zsh when= you start it. Great that you found out! Thanks, Ludo=E2=80=99.