Page 1 of 2
management of accents on the French keyboard
Posted: 18.07.2021 09:21
by bul
first of all : bravo for your work
small problem in the qt5 version, with the management of accents on the French keyboard,
example
cudatext gtk2 : <^> + <e> = <ê>
cudatext qt5 : <^> + <e> = <e>
Sincerely
Posted: 18.07.2021 09:28
by uvviewsoft
It looks like a 'problem of lazarus Qt5 support', so please
a) check that it's the same on Lazarus IDE code-editor
b) write about it to
https://bugs.freepascal.org/ (lazarus section)
I cannot do it myself, no FR keyboard.
Posted: 18.07.2021 09:45
by bul
ok, thank you for your answer
Posted: 18.07.2021 09:52
by uvviewsoft
Posted: 21.07.2021 17:09
by uvviewsoft
@bul,
1. what is your OS DE (desktop environment)?
2. can you install the program "neofetch" in Linux and give its output here?
3. what is output of this command in Terminal:
echo $QT_IM_MODULE
?
Posted: 22.07.2021 09:36
by bul
1. what is your OS DE (desktop environment)?
manjaro + xfce ( dernières versions )
2. can you install the program "neofetch" in Linux and give its output here?
Code: Select all
OS: Manjaro Linux x86_64
Host: 80TJ Lenovo ideapad 110-15ACL
Kernel: 5.14.0-1-MANJARO
Uptime: 4 days, 2 hours, 14 mins
Packages: 1264 (pacman)
Shell: bash 5.1.8
Resolution: 1366x768
DE: Xfce 4.16
WM: Xfwm4
WM Theme: KissKool-Dark
Theme: KissKool-Dark [GTK2], inuse [GTK3]
Icons: Newaita-dark [GTK2/3]
Terminal: xfce4-terminal
Terminal Font: Inconsolata 14
CPU: AMD A4-7210 APU with AMD Radeon R3 Graphics (4) @ 1.800GHz
GPU: AMD ATI Radeon R3 Graphics
Memory: 2498MiB / 3322MiB
3. what is output of this command in Terminal:
echo $QT_IM_MODULE => nothing
@+
Posted: 23.07.2021 07:20
by bul
a bit randomly, i read :
https://forum.endeavouros.com/t/ibus-an ... ions/15125
I just tried
QT_IM_MODULE=ibus
and the accents seem to work with cudatext.qt5
Posted: 23.07.2021 08:41
by uvviewsoft
Great, I will add that link to the wiki.
"Linux keyboard input problems".
Posted: 23.07.2021 09:29
by bul
some problems with sourceforge
to be complete
Code: Select all
instal ibus with pacman
in /etc/environment :
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
in ~/.xprofile :
ibus-daemon -dr
thank you for everything
Posted: 23.07.2021 09:31
by bul
some problems with sourceforge
to be complete
Code: Select all
instal ibus with pacman
in /etc/environment :
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
in ~/.xprofile :
ibus-daemon -dr
thank you for everything