Bug#1029226: [Pkg-xmpp-devel] Bug#1029226: gajim: Crashes at startup: "No translations found for en_US"

2023-01-19 Thread Brian Vaughan
$ pdb3 /usr/bin/gajim > /usr/bin/gajim(3)() -> import re (Pdb) cont No translations found for en_US Dirs searched: [PosixPath('/home/brian/.local/share'), PosixPath('/usr/share/xfce4'), PosixPath('/usr/local/share'), PosixPath('/usr/share'), PosixPath('/usr/share')] No plugin translation path a

Bug#1029226: [Pkg-xmpp-devel] Bug#1029226: gajim: Crashes at startup: "No translations found for en_US"

2023-01-19 Thread Martin
Thanks! This looks like the same crash, i.e. in libproxy.

Bug#1029226: [Pkg-xmpp-devel] Bug#1029226: gajim: Crashes at startup: "No translations found for en_US"

2023-01-19 Thread Brian Vaughan
$ gajim -v No translations found for en_US Dirs searched: [PosixPath('/home/brian/.local/share'), PosixPath('/usr/share/xfce4'), PosixPath('/usr/local/share'), PosixPath('/usr/share'), PosixPath('/usr/share')] No plugin translation path available Logger gajim level set to 10 Logger nbxmpp level

Bug#1029226: [Pkg-xmpp-devel] Bug#1029226: gajim: Crashes at startup: "No translations found for en_US"

2023-01-19 Thread Martin
Hi, I assume, that the crash is not related to the message, but to this bug: https://bugs.debian.org/1028638 Could you run `gajim -v` or even run it in a debugger? Maybe you can check, if it is the same bug. Cheers