* [ISSUE] Gedit 47.0 does not change the language to pt_BR
@ 2024-06-27 4:29 tuxslack
2024-06-27 6:15 ` classabbyamp
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: tuxslack @ 2024-06-27 4:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]
New issue by tuxslack on void-packages repository
https://github.com/void-linux/void-packages/issues/51022
Description:
### Is this a new report?
Yes
### System Info
Void Linux kernel 6.6.35_1 x86_64
### Package(s) Affected
gedit 47.0
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
gedit 47.0 does not change the language to pt_BR
Problem starts after updating in void linux
$ xbps-query -i gedit
architecture: x86_64
changelog: https://gitlab.gnome.org/GNOME/gedit/-/raw/47.0/NEWS
filename-sha256: 80e8fcc131dd18f0631de7b4384bc044ae0921f9869d69757c028963a36b463b
filename-size: 2181KB
homepage: https://wiki.gnome.org/Apps/Gedit
install-date: 2024-06-26 23:17 -03
install-script: 1302B
installed_size: 12MB
license: GPL-2.0-or-later
maintainer: Orphaned <orphan@voidlinux.org>
metafile-sha256: a7c0ccd08fdc080e9c23c5b927c9823357fa7399c3c954dabe39a1105336cb33
pkgname: gedit
pkgver: gedit-47.0_1
remove-script: 1416B
repository: https://repo-default.voidlinux.org/current
run_depends:
desktop-file-utils>=0
gsettings-desktop-schemas>=0
iso-codes>=0
glib>=2.80.0_1
gtk+3>=3.0.0_1
pango>=1.24.0_1
libgedit-tepl>=6.10.0_1
libpeas>=1.0.0_2
glibc>=2.39_1
gdk-pixbuf>=2.22.0_1
libgedit-gtksourceview>=299.2.1_1
gspell>=1.8.0_1
cairo>=1.8.6_1
libgedit-amtk>=5.8.0_1
libgedit-gfls>=0.1.0_1
libgirepository>=1.30_1
shlib-provides:
libgedit-47.so
shlib-requires:
libc.so.6
libcairo.so.2
libgdk-3.so.0
libgdk_pixbuf-2.0.so.0
libgedit-amtk-5.so.0
libgedit-gfls-1.so.0
libgedit-gtksourceview-300.so.1
libgedit-tepl-6.so.0
libgio-2.0.so.0
libgirepository-1.0.so.1
libglib-2.0.so.0
libgobject-2.0.so.0
libgspell-1.so.2
libgtk-3.so.0
libm.so.6
libpango-1.0.so.0
libpeas-1.0.so.0
libpeas-gtk-1.0.so.0
short_desc: Text editor for GNOME
source-revisions: gedit:d690dc78d25
state: installed
$ locale -a
C
C.utf8
POSIX
en_US.utf8
pt_BR.utf8
$ locale
LANG=pt_BR.UTF-8
LC_CTYPE="pt_BR.UTF-8"
LC_NUMERIC="pt_BR.UTF-8"
LC_TIME="pt_BR.UTF-8"
LC_COLLATE=C
LC_MONETARY="pt_BR.UTF-8"
LC_MESSAGES="pt_BR.UTF-8"
LC_PAPER="pt_BR.UTF-8"
LC_NAME="pt_BR.UTF-8"
LC_ADDRESS="pt_BR.UTF-8"
LC_TELEPHONE="pt_BR.UTF-8"
LC_MEASUREMENT="pt_BR.UTF-8"
LC_IDENTIFICATION="pt_BR.UTF-8"
LC_ALL=
### Expected behaviour
Gedit is in Brazilian Portuguese.
Currently, even changing it to pt_BR it returns to en in Gedit.
### Actual behaviour
When opening Gedit it does not identify the system language. It is always in English.
Even changing gedit to pt_BR.UTF-8 doesn't work.
### Steps to reproduce
$ gedit
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
@ 2024-06-27 6:15 ` classabbyamp
2024-07-01 12:39 ` tuxslack
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-27 6:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/51022#issuecomment-2193884766
Comment:
https://gitlab.gnome.org/GNOME/gedit/-/issues/593
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
2024-06-27 6:15 ` classabbyamp
@ 2024-07-01 12:39 ` tuxslack
2024-07-01 13:00 ` classabbyamp
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: tuxslack @ 2024-07-01 12:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
New comment by tuxslack on void-packages repository
https://github.com/void-linux/void-packages/issues/51022#issuecomment-2200038151
Comment:
> https://gitlab.gnome.org/GNOME/gedit/-/issues/593
Could the problem be in the gedit.mo file?
$ ls -lh /usr/share/locale/pt_BR/LC_MESSAGES/gedit.mo
-rw-r--r-- 1 root root 68K jun 25 17:39 /usr/share/locale/pt_BR/LC_MESSAGES/gedit.mo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
2024-06-27 6:15 ` classabbyamp
2024-07-01 12:39 ` tuxslack
@ 2024-07-01 13:00 ` classabbyamp
2024-09-16 21:37 ` [ISSUE] [CLOSED] " oreo639
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-07-01 13:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/51022#issuecomment-2200081866
Comment:
no, the problem is upstream intentionally disabled localisation
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ISSUE] [CLOSED] Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
` (2 preceding siblings ...)
2024-07-01 13:00 ` classabbyamp
@ 2024-09-16 21:37 ` oreo639
2024-12-02 5:48 ` tuxslack
2024-12-02 22:22 ` oreo639
5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-09-16 21:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2664 bytes --]
Closed issue by tuxslack on void-packages repository
https://github.com/void-linux/void-packages/issues/51022
Description:
### Is this a new report?
Yes
### System Info
Void Linux kernel 6.6.35_1 x86_64
### Package(s) Affected
gedit 47.0
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
gedit 47.0 does not change the language to pt_BR
Problem starts after updating in void linux
$ xbps-query -i gedit
architecture: x86_64
changelog: https://gitlab.gnome.org/GNOME/gedit/-/raw/47.0/NEWS
filename-sha256: 80e8fcc131dd18f0631de7b4384bc044ae0921f9869d69757c028963a36b463b
filename-size: 2181KB
homepage: https://wiki.gnome.org/Apps/Gedit
install-date: 2024-06-26 23:17 -03
install-script: 1302B
installed_size: 12MB
license: GPL-2.0-or-later
maintainer: Orphaned <orphan@voidlinux.org>
metafile-sha256: a7c0ccd08fdc080e9c23c5b927c9823357fa7399c3c954dabe39a1105336cb33
pkgname: gedit
pkgver: gedit-47.0_1
remove-script: 1416B
repository: https://repo-default.voidlinux.org/current
run_depends:
desktop-file-utils>=0
gsettings-desktop-schemas>=0
iso-codes>=0
glib>=2.80.0_1
gtk+3>=3.0.0_1
pango>=1.24.0_1
libgedit-tepl>=6.10.0_1
libpeas>=1.0.0_2
glibc>=2.39_1
gdk-pixbuf>=2.22.0_1
libgedit-gtksourceview>=299.2.1_1
gspell>=1.8.0_1
cairo>=1.8.6_1
libgedit-amtk>=5.8.0_1
libgedit-gfls>=0.1.0_1
libgirepository>=1.30_1
shlib-provides:
libgedit-47.so
shlib-requires:
libc.so.6
libcairo.so.2
libgdk-3.so.0
libgdk_pixbuf-2.0.so.0
libgedit-amtk-5.so.0
libgedit-gfls-1.so.0
libgedit-gtksourceview-300.so.1
libgedit-tepl-6.so.0
libgio-2.0.so.0
libgirepository-1.0.so.1
libglib-2.0.so.0
libgobject-2.0.so.0
libgspell-1.so.2
libgtk-3.so.0
libm.so.6
libpango-1.0.so.0
libpeas-1.0.so.0
libpeas-gtk-1.0.so.0
short_desc: Text editor for GNOME
source-revisions: gedit:d690dc78d25
state: installed
$ locale -a
C
C.utf8
POSIX
en_US.utf8
pt_BR.utf8
$ locale
LANG=pt_BR.UTF-8
LC_CTYPE="pt_BR.UTF-8"
LC_NUMERIC="pt_BR.UTF-8"
LC_TIME="pt_BR.UTF-8"
LC_COLLATE=C
LC_MONETARY="pt_BR.UTF-8"
LC_MESSAGES="pt_BR.UTF-8"
LC_PAPER="pt_BR.UTF-8"
LC_NAME="pt_BR.UTF-8"
LC_ADDRESS="pt_BR.UTF-8"
LC_TELEPHONE="pt_BR.UTF-8"
LC_MEASUREMENT="pt_BR.UTF-8"
LC_IDENTIFICATION="pt_BR.UTF-8"
LC_ALL=
### Expected behaviour
Gedit is in Brazilian Portuguese.
Currently, even changing it to pt_BR it returns to en in Gedit.
### Actual behaviour
When opening Gedit it does not identify the system language. It is always in English.
Even changing gedit to pt_BR.UTF-8 doesn't work.
### Steps to reproduce
$ gedit
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
` (3 preceding siblings ...)
2024-09-16 21:37 ` [ISSUE] [CLOSED] " oreo639
@ 2024-12-02 5:48 ` tuxslack
2024-12-02 22:22 ` oreo639
5 siblings, 0 replies; 7+ messages in thread
From: tuxslack @ 2024-12-02 5:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by tuxslack on void-packages repository
https://github.com/void-linux/void-packages/issues/51022#issuecomment-2510634710
Comment:
Do you know if the problem has been resolved?
**palliative solution:** Pluma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Gedit 47.0 does not change the language to pt_BR
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
` (4 preceding siblings ...)
2024-12-02 5:48 ` tuxslack
@ 2024-12-02 22:22 ` oreo639
5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-12-02 22:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/issues/51022#issuecomment-2513078661
Comment:
> Do you know if the problem has been resolved?
Yes.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-02 22:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-27 4:29 [ISSUE] Gedit 47.0 does not change the language to pt_BR tuxslack
2024-06-27 6:15 ` classabbyamp
2024-07-01 12:39 ` tuxslack
2024-07-01 13:00 ` classabbyamp
2024-09-16 21:37 ` [ISSUE] [CLOSED] " oreo639
2024-12-02 5:48 ` tuxslack
2024-12-02 22:22 ` oreo639
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).