management of accents on the French keyboard

bul
Posts: 10
Joined: 14.01.2018 15:44

management of accents on the French keyboard

Post 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
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post 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.
bul
Posts: 10
Joined: 14.01.2018 15:44

Post by bul »

ok, thank you for your answer
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post 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
?
bul
Posts: 10
Joined: 14.01.2018 15:44

Post 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
@+
bul
Posts: 10
Joined: 14.01.2018 15:44

Post 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
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

Great, I will add that link to the wiki.
"Linux keyboard input problems".
bul
Posts: 10
Joined: 14.01.2018 15:44

Post 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
bul
Posts: 10
Joined: 14.01.2018 15:44

Post 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
Post Reply