sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.4k stars 140 forks source link

I can't use special characters in a Commit. #716

Open goenaga opened 1 day ago

goenaga commented 1 day ago

Hello, when I try to write a Commit with accents, it doesn't let me type them. For example, when I write in Spanish: "Información de disponibilidad stock," this text is supposed to have an accent on the "o," but when I press the accent key and then the "o," nothing happens—it just doesn’t type anything. You’re doing an amazing job, but please fix this whenever possible.

EDIT: if i write ó in text editor and do copy paste it works. So the problem is on typing.

Thank you very much in advance!

albertodlc commented 1 day ago

I just tested and I can use accents, maybe is OS related. I am using Windows 11. Which OS are you using @goenaga ?

image

goenaga commented 1 day ago

I'm on Debian, maybe this can help:

desarrollo@portatil-hp:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

desarrollo@portatil-hp:~$ uname -r 6.1.0-26-amd64

desarrollo@portatil-hp:~$ uname -a Linux portatil-hp 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux

desarrollo@portatil-hp:~$ locale LANG=es_ES.UTF-8 LANGUAGE= LC_CTYPE="es_ES.UTF-8" LC_NUMERIC="es_ES.UTF-8" LC_TIME="es_ES.UTF-8" LC_COLLATE="es_ES.UTF-8" LC_MONETARY="es_ES.UTF-8" LC_MESSAGES="es_ES.UTF-8" LC_PAPER="es_ES.UTF-8" LC_NAME="es_ES.UTF-8" LC_ADDRESS="es_ES.UTF-8" LC_TELEPHONE="es_ES.UTF-8" LC_MEASUREMENT="es_ES.UTF-8" LC_IDENTIFICATION="es_ES.UTF-8" LC_ALL=

desarrollo@portatil-hp:~$ echo $LANG es_ES.UTF-8

And one more thing I discovered, I can write any special character but type accent on any vocalic, no. In case it helps.

aikawayataro commented 1 day ago

I can type ó just fine with Spanish layout on KDE Xorg. What input method/DE you use, IBus/Fcitx?

albertodlc commented 1 day ago

I just tested in a VM with Debian and it works fine

image