[Bug 1932579] Re: snap pt_BR locale shows warning every time

2022-01-10 Thread Miguel Pires
** Changed in: snapd (Ubuntu) Assignee: (unassigned) => Miguel Pires (miguelpires1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time To m

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Fábio Blanco
@anonymouse67 and @miguelpires1, sorry for the delay, I was not at the office today. @miguelpires1, you're right a simple `sudo snap refresh snapd --edge` did it. @anonymouse67, the correction seems to work: ``` $ snap version snap2.52+git869.g363f829 snapd 2.52+git869.g363f829 series 16

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Ian Johnson
Ah Miguel, thanks for realizing my error, I should have probably just said something like sudo snap install snapd --edge; sudo snap refresh snapd --edge which will ensure that it's always installed and gets refreshed. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Miguel Pires
Hi (or Olá for the PT crowd). I think snapd just wasn't refreshed, @ioguis' output doesn't show it: ``` $ sudo snap install snapd --edge || sudo snap refresh snapd --edge [sudo] senha para my-user: 2021/09/18 12:54:59.334587 main.go:176: description of prepare-image's "" is lowercase in locale "p

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Ian Johnson
@iogui, hmm it could be that our fix isn't working, can you show the output of these commands: snap version snap list -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Fábio Blanco
@anonymouse67, tested just now and the result is the same. I don't know much about snap commands but maybe the parameter "--edge" is not working as you expect it to... shouldn't the command be with a parameter "-- channel=latest/edge" to select the channel?... Because I don't know, I've not tried s

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Ian Johnson
@iogui could you try again? snapd on the edge channel may not have finished building by the time you tried, but I see that there was an update pushed out this morning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-18 Thread Fábio Blanco
@maciek-borzecki, good work!! It seems like a good solution! @kmiksi, I was searching for it too. I don't know how the translations are in fact included in the sources but I've found how we can contribute to the translation, see those links: https://launchpad.net/~ubuntu-l10n-pt-br https://answe

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-17 Thread Ian Johnson
The message should no longer be shown anymore in snapd as the PR referenced by Maciej has been merged and should be available on the edge channel of snapd in the few hours. Please give it a try if you like with: ``` snap install snapd --edge || snap refresh snapd --edge # test the snap command to

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-17 Thread Carlos Eduardo Alves
@iogui, every system I've tried works well with that workaround (4 installations with Ubuntu 20.04). Please reinstall language-pack-pt-base an try again. Yes, it is a binary file, a gettext .po compiled into a .mo. The sed is a quick workaround that works fine for me even with the binary. If you

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Maciej Borzecki
We also have a change in snapd source code that will no longer show these messages: https://github.com/snapcore/snapd/pull/10756 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Fábio Blanco
@jrom, the condition didn't changed. This commit you pointed was released in snapd version 2.51 You can see it here: https://github.com/snapcore/snapd/compare/2.50.1...2.51 If you compare the release 2.51 with the latest release 2.52: https://github.com/snapcore/snapd/compare/2.51...2.52 ...you

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Fábio Blanco
@jrom, @kmiksi may be using Ubuntu 20.04 like me because his version of snapd in apt package is the same as mine: ``` $ apt policy snapd snapd: Instalado: 2.49.2+20.04 Candidato: 2.49.2+20.04 Tabela de versão: *** 2.49.2+20.04 500 500 http://br.archive.ubuntu.com/ubuntu focal-update

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Fábio Blanco
@kmiksi, actually, I think that your proposed workaround enhanced the problem. The error messages from my previous post started to show up after I've run the sed command you've proposed and I think this happened because the file `snappy.mo` is a binary not an ascii text file. I have reverted my

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Junior Martins
What is your output of "apt-cache policy snapd" and what version of snapd is shown by "snap list"? I checked their GitHub page, and at the description is different from comment #4 since it also includes "in locale "pt_BR"", whic

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-16 Thread Fábio Blanco
I've made a fresh install with Ubuntu 20.04.3 and I'm facing this problem too. But I think the workaround proposed by Carlos would be a little bit harsh to put in practice since I don't now how many instances of translation are triggering this same error. Every time I run a snap command, and not

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Flavio Schurt
$ sudo apt install libgtk3-nocsd0 May be a workround. Works for me! on Ubuntu 20.04.3 Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning eve

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
** Changed in: language-pack-pt-base (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time To manage notif

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
** Also affects: language-pack-pt-base (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time T

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
This bug also prevents the use of snap command autocomplete, echoing these error messages when TAB is pressed ``` $ snap [TAB]2021/08/26 11:39:40.041113 main.go:176: description of prepare-image's "" is lowercase in locale "pt_BR": "o directório de destino" ``` I found that there is a typ

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-17 Thread Erick Augusto Meira Silva
It also affects Ubuntu 20.04 LTS after a recent update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time To manage notifications about this bu

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-17 Thread JMGK
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: snapd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap