Bug 468590 - Deadkeys not working in Qt/KDE applications in GNOME
Summary: Deadkeys not working in Qt/KDE applications in GNOME
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: qt
Version: 10
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 468977 477552 481017 490841 501542 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-26 14:34 UTC by Flóki Pálsson
Modified: 2009-08-12 14:03 UTC (History)
19 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-01-13 15:54:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
KDE Software Compilation 180506 0 None None None Never

Description Flóki Pálsson 2008-10-26 14:34:10 UTC
Description of problem:
IS keyboard in kde applications is not working.
Icelandic characters áéóú are not possible to input with keyboard in gnome.
 

Version-Release number of selected component (if applicable):
kdesdk-4.1.2-4.fc10.x86_64

How reproducible:
always

Steps to Reproduce:
1.
log in use gnome and icelandc keyboard
2.
start kate  type á 
3.

  
Actual results:
´a

Expected results:
á

Additional info:
This works in FC9,  and when selecting KDE session when login inn after setting keyboard in kde

Comment 1 Kevin Kofler 2008-10-26 23:02:20 UTC
This sounds like a regression from the new X11 keyboard input mechanism (it now uses the "evdev" driver instead of the "kbd" driver). But I have no idea if it's X11's, Qt's or kdelibs's fault.

What appears to be happening is that something is enabling the nodeadkeys option somewhere.

Comment 2 Kevin Kofler 2008-10-29 11:15:47 UTC
*** Bug 468977 has been marked as a duplicate of this bug. ***

Comment 3 Bug Zapper 2008-11-26 04:15:30 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Louis-Philippe Savoie 2008-12-09 17:30:08 UTC
Same problem here, although it's in reverse : doesn't work in GNOME native applications in a GNOME environment but works in KDE applications in GNOME environment.

How reproducible:
always

Steps to Reproduce:
1.
log in use gnome and canadian multilingual keyboard
2.
start gedit  type á
3.
Actual results:
´a

Expected results:
á

4. start kwrite type á
Actual results:
á

Expected results:
á

Comment 5 Kevin Kofler 2009-01-04 19:03:30 UTC
*** Bug 477552 has been marked as a duplicate of this bug. ***

Comment 6 Kevin Kofler 2009-01-04 19:05:07 UTC
Looks like this also affects Qt-only apps (see duplicate).

Comment 7 Simos Xenitellis 2009-01-04 21:01:17 UTC
GTK+ applications have their own copy of the compose sequence table, so in a default GNOME environment (without SCIM, without setting the GTK_IM_MODULE variable), dead keys should work irrespective of other settings.

Last time I checked for QT applications, they look up the XOrg compose table files, which are located at /usr/share/X11/locale, and the file chosen depends on your current locale.

See the discussion at bug 477552 for some more hints.

In my case (I have GNOME/Ubuntu 8.10/partial installation of QT apps), accents work.
When I use 'strace' on a QT app, I get

access("/usr/share/X11/locale/el_GR.UTF-8/Compose", R_OK) = 0

which shows that the compose file is read successfully for me.

Comment 8 Flóki Pálsson 2009-01-05 01:33:47 UTC
I have not noticed this bug in Ubuntu 8.10.
I tried strace for kwrite and gedit in GNOME and kwrite in KDE.


Results from strace
In gnome kwrite  
strace -Ff -tt kwrite 2>&1 | tee strace_kwrite.log
[floki@flokip ~]$ cat strace_kwrite.log | grep /usr/share/X11/locale/
00:15:12.406207 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
00:15:12.410857 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
00:15:12.414368 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
00:15:12.415913 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
00:15:12.416026 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 8

In gnome  gedit
strace -Ff -tt gedit 2>&1 | tee strace_gedit.log
[floki@flokip ~]$ cat strace_gedit.log | grep /usr/share/X11/locale/
00:59:30.270400 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 3
00:59:30.272545 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 3
00:59:30.274101 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 3
00:59:30.275059 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
00:59:30.275127 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 3
[floki@flokip ~]$ 

IN KDE kwrite
strace -Ff -tt kwrite 2>&1 | tee strace_kwrite_kde.log

cat strace_kwrite_kde.log | grep /usr/share/X11/locale/

[floki@flokip Documents]$ cat strace_kwrite_kde.log | grep /usr/share/X11/locale/
01:14:32.454079 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
01:14:32.458167 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
01:14:32.460606 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
01:14:32.462096 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
01:14:32.462207 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 8
01:14:33.382485 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
01:14:33.383453 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
01:14:33.383608 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
01:14:33.383861 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
01:14:33.384025 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
01:14:33.487054 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
01:14:33.488016 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
01:14:33.488171 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
01:14:33.488423 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
01:14:33.488588 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
[floki@flokip Documents]$

Comment 9 Flóki Pálsson 2009-01-05 02:05:41 UTC
From strace log in F9 for kwrite

[floki@flokif9 ~]$ cat strace_kwrite.log | grep /usr/share/X11/locale/

02:02:32.627756 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
02:02:32.629755 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
02:02:32.630908 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
02:02:32.630989 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 8
02:02:33.449190 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.450295 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.450373 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.450816 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.451880 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.452084 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.452374 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.452566 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.580216 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.581299 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.581379 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.581732 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.582770 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.582947 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.583235 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.583426 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
[floki@flokif9 ~]$ cat strace_kwrite.log | grep /usr/share/X11/locale/
02:02:32.627756 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
02:02:32.629755 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
02:02:32.630908 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
02:02:32.630989 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 8
02:02:33.449190 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.450295 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.450373 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.450816 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.451880 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.452084 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.452374 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.452566 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.580216 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.581299 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.581379 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
02:02:33.581732 open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 13
02:02:33.582770 access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
02:02:33.582947 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.583235 stat("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=621145, ...}) = 0
02:02:33.583426 open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 13
[floki@flokif9 ~]$

Comment 10 Simos Xenitellis 2009-01-06 23:58:19 UTC
Thanks Floki. It looks that the Compose file is being read properly and the problem should be something else.

Another direction to investigate if the problem has to do with character encodings. A bug reported a few times with KDE apps in Ubuntu is that when you try the Open dialog box and attempt to open a filename with Unicode characters (non-ISO-8859-1), the program fails. I think it shows the characters as ???????

So, you can create a file with name ΑυτήΕίναιΜιαΔοκιμή.txt, then try to view/open it with the File/Open option. If you see ?????? characters instead of Unicode, and you have the deadkey issue, then it might be a more general problem.

Apart from that, I cannot think of a possible problem. You would need to take it to the KDE and QT teams.

Comment 11 Flóki Pálsson 2009-01-07 08:50:48 UTC
OK. I created file with name  ΑυτήΕίναιΜιαΔοκιμή.txt.
 I can view/open  and see the right file name.
With   KWrite ( started from GNOME ).

Comment 12 Simos Xenitellis 2009-01-07 11:51:38 UTC
Thanks Floki for being prompt in testing these cases.

Since it appears the issue is not about encodings, you can 

1. check the Bugzilla databases for the QT and KDE project for similar reports
2. Go to the Freenode IRC network, and try to get hold of a KDE or QT developer, and ask for his/her insight on this report.

Comment 13 Steven M. Parrish 2009-01-09 21:04:07 UTC
Thank you for the bug report.  This issue needs to be addressed by the upstream developers.  Please submit a report at http://bugs.kde.org. You are requested to add the bugzilla link here for tracking purposes. Please make sure the bug isn't already in the upstream bug tracker before filing it.

Comment 14 Flóki Pálsson 2009-01-12 21:52:45 UTC
See
https://bugs.kde.org/show_bug.cgi?id=180506

Comment 15 Steven M. Parrish 2009-01-13 15:54:40 UTC
Thanks for reporting this upstream.  Will monitor for resolution.

Comment 16 Rex Dieter 2009-01-13 15:59:22 UTC
I'd feel better if it were cross upstreamed to both kde and gnome, as it may well be a in bug either, or a simple incompatibility.

Comment 17 Simos Xenitellis 2009-01-13 16:14:57 UTC
(In reply to comment #16)
> I'd feel better if it were cross upstreamed to both kde and gnome, as it may
> well be a in bug either, or a simple incompatibility.

I do not think it is a bug (even partial) in GNOME.
The common case is that we try to use KDE/QT applications from a GNOME desktop, and most probably some services/libraries/settings that should be enabled, are not.

To take it a bit further. If a typical Fedora KDE desktop works just fine with dead keys, then the KDE/QT people may well say that the problem is a packaging problem. That is, when you hand-pick and install a KDE/QT application, the package manager should (hypothetically) enable some system settings so that dead keys are not affected in QT applications. For this scenario, we would need first someone from KDE/QT to tell us what's the source of the bug.

Thus, I think it was OK to change the bug to 'CLOSED UPSTREAM'.

Comment 18 Kevin Kofler 2009-01-21 18:58:42 UTC
*** Bug 481017 has been marked as a duplicate of this bug. ***

Comment 19 Skippy 2009-01-23 15:48:20 UTC
I had the same issue, and I just wanted to share that Simos' suggestion on Bug #477552 (#c7) solved the problem, ie starting for instance kile with :

QT_IM_MODULE=xim kile

NB : QT_IM_MODULE was set to 'scim' by myself before, I don't know what is its defauld value.

Comment 20 Simos Xenitellis 2009-02-04 23:53:35 UTC
Upstream report from SCIM,
https://sourceforge.net/tracker2/?func=detail&atid=650539&aid=1668290&group_id=108454

Comment 21 George Dimitropoulos 2009-03-12 15:31:15 UTC
All relevant bugs are closed one way or another, but the bug is still here.

In my humble opinion it is a configuration bug, because in LyX in fedora 10 it does it when I use a regular user account, but not as ROOT!

If I login as root from a gnome terminal window of another user and run LyX and type ;a with a greek layout, I get ά, if I do it as a regural user, I get 'α.

Please fix it, because it "kills" me, I advise ppl to use fedora 9 that doesn't have it.

Comment 22 Skippy 2009-03-12 16:01:38 UTC
Did you try the trick of comment #19 ?

Comment 23 George Dimitropoulos 2009-03-12 21:11:54 UTC
yes, it doesn't work either for kile or lyx

I also did:
strace -Ff -tt lyx 2>&1|tee > lyx_strace.log as root
strace -Ff -tt lyx 2>&1|tee > lyx_strace.log as wordprocess (my user)

At this point I clicked to make the window active, pressed ctrl-n to open a new file, switched to greek and pressed ;a which for root gave ά and for wordprocess gave ´α and after that quit the program.

diff lyx_strace.log /home/wordprocess/lyx_strace.log|grep /usr/share/X11/locale/

and it returned:

diff lyx_strace.log /home/wordprocess/lyx_strace.log|grep /usr/share/X11/locale/
< 22:52:01.986230 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 10
< 22:52:01.988477 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 10
< 22:52:01.989695 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 10
< 22:52:01.990643 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
< 22:52:01.990709 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 10
> 22:52:48.507434 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 10
> 22:52:48.509398 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 10
> 22:52:48.510633 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 10
> 22:52:48.511463 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
> 22:52:48.511527 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 10

which I guess means that both users do the same things as far as X11 are concerned.

Comment 24 George Dimitropoulos 2009-03-12 21:32:32 UTC
also:
diff lyx_strace.log /home/wordprocess/lyx_strace.log|grep /usr/lib64/qt
< stat("/usr/lib64/qt-3.3/bin/lyx", 0x2e17368) = -1 ENOENT (No such file or directory)
< lstat("/usr/lib64/qt-3.3/bin/lyx", 0x7fffec5f33f0) = -1 ENOENT (No such file or directory)
< stat("/usr/lib64/qt-3.3/bin/lyx", 0x2e17368) = -1 ENOENT (No such file or directory)
< lstat("/usr/lib64/qt-3.3/bin/lyx", 0x7fffec5f3430) = -1 ENOENT (No such file or directory)
> stat("/usr/lib64/qt-3.3/bin/lyx", 0x182b458) = -1 ENOENT (No such file or directory)
> lstat("/usr/lib64/qt-3.3/bin/lyx", 0x7fffd8d88850) = -1 ENOENT (No such file or directory)
> stat("/usr/lib64/qt-3.3/bin/lyx", 0x182b458) = -1 ENOENT (No such file or directory)
> lstat("/usr/lib64/qt-3.3/bin/lyx", 0x7fffd8d88890) = -1 ENOENT (No such file or directory)
< statfs("/usr/lib64/qt4/plugins/inputmethods", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189442, f_bavail=10534091, f_files=3276800, f_ffree=3033685, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
> statfs("/usr/lib64/qt4/plugins/inputmethods", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189345, f_bavail=10533994, f_files=3276800, f_ffree=3033686, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
< statfs("/usr/lib64/qt4/plugins/styles", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189441, f_bavail=10534090, f_files=3276800, f_ffree=3033685, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
> statfs("/usr/lib64/qt4/plugins/styles", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189345, f_bavail=10533994, f_files=3276800, f_ffree=3033686, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
< open("/usr/lib64/qt4/plugins/imageformats", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
< statfs("/usr/lib64/qt4/plugins/imageformats", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189439, f_bavail=10534088, f_files=3276800, f_ffree=3033685, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
> open("/usr/lib64/qt4/plugins/imageformats", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 11
> statfs("/usr/lib64/qt4/plugins/imageformats", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=12901366, f_bfree=11189345, f_bavail=10533994, f_files=3276800, f_ffree=3033686, f_fsid={682310117, -1813623468}, f_namelen=255, f_frsize=4096}) = 0
< open("/usr/lib64/qt4/plugins/imageformats/libqgif.so", O_RDONLY) = 10
< open("/usr/lib64/qt4/plugins/imageformats/libqico.so", O_RDONLY) = 10
< open("/usr/lib64/qt4/plugins/imageformats/libqjpeg.so", O_RDONLY) = 10
> open("/usr/lib64/qt4/plugins/imageformats/libqgif.so", O_RDONLY) = 11
> open("/usr/lib64/qt4/plugins/imageformats/libqico.so", O_RDONLY) = 11
> open("/usr/lib64/qt4/plugins/imageformats/libqjpeg.so", O_RDONLY) = 11
< open("/usr/lib64/qt4/plugins/imageformats/libqmng.so", O_RDONLY) = 10
> open("/usr/lib64/qt4/plugins/imageformats/libqmng.so", O_RDONLY) = 11
< open("/usr/lib64/qt4/plugins/imageformats/libqsvg.so", O_RDONLY) = 10
< open("/usr/lib64/qt4/plugins/imageformats/libqtiff.so", O_RDONLY) = 10
> open("/usr/lib64/qt4/plugins/imageformats/libqsvg.so", O_RDONLY) = 11
> open("/usr/lib64/qt4/plugins/imageformats/libqtiff.so", O_RDONLY) = 11

Comment 25 Kevin Kofler 2009-03-18 09:56:11 UTC
*** Bug 490841 has been marked as a duplicate of this bug. ***

Comment 26 Sigurður Björnsson 2009-04-06 14:53:54 UTC
Fedora 10 - i386
Icelandic keyboard.

I'm having the same problem.
If I start kwrite while running gnome I can't type á é í for example (all I get is 'a 'e 'i) but when I start kwrite like this:
sudo su - myusername -c kwrite
Lo and behold... I have accented keys!

Why it works is a mystery to me but it does..

Could it be some sort of a configuration error that needs to be addressed in Fedora rather than a KDE/QT bug?

Comment 27 DemetrisK 2009-05-11 00:13:14 UTC
This bug is still here, even in Fedora 11.
Deadkeys will work with Qt apps only if they are running with root access.

Comment 28 Kevin Kofler 2009-05-19 17:04:32 UTC
*** Bug 501542 has been marked as a duplicate of this bug. ***

Comment 29 DemetrisK 2009-06-10 15:15:01 UTC
Any update?
At KDE bugzilla they said it's fixed in F11, but that's not true. SCIM Works with some tweaking but dead keys don't。

Comment 30 Kevin Kofler 2009-06-10 18:45:12 UTC
F11 uses I-Bus by default, not SCIM.

Comment 31 DemetrisK 2009-06-10 19:03:56 UTC
IBUS is immature, so I installed SCIM.

Comment 32 Kevin Kofler 2009-06-10 20:54:48 UTC
The one who tested upstream most likely tested with the defaults, i.e. with SCIM on F10 and with I-Bus on F11, that'd explain the difference.

Comment 33 MarcH 2009-06-26 09:31:32 UTC
(In reply to comment #27)
> This bug is still here, even in Fedora 11.
> Deadkeys will work with Qt apps only if they are running with root access.  

This is definitely a permission problem: when run as a regular user, dead keys fail in every single Qt application I have installed, whether they depend on qt 4.5.1 or 3.3.8b. Then I try to run them as root, and dead keys suddenly work in every one of them!

Warning: after running some of these Qt applications as root I could not log into X anymore. At least not until I deleted some now root-owned .ICEauthority* files from my home directory.

Tests performed from the XFCE desktop of F10. I had no problem with F9. I am available for more testing (provided I can easily revert any side-effect this would have).

Comment 34 MarcH 2009-06-26 09:34:55 UTC
(In reply to comment #33)
> This is definitely a permission problem
> [...]
> Tests performed from the XFCE desktop of F10. I had no problem with F9.

Sorry for the noise: forgot to say that I stripped my system of every scim-* package available. To no effect. I also tried the QT_IM_MODULE=xim workaround, to no effect.

Comment 35 MarcH 2009-06-26 09:43:07 UTC
(In reply to comment #26)
> If I start kwrite while running gnome I can't type á é í for example (all I get
> is 'a 'e 'i)

Not exactly.

- uk keyboard (i.e., no dead keys)    'a 'e 'i
- international keyboard as user:     ´a ´e ´i
- international keyboard as root:      á  é  í

Comment 36 DemetrisK 2009-08-12 12:27:59 UTC
Any updates on this?
All say it's fixed and the bugs Cloased but still, with SCIM installed, nothing works.
Anyone reported that to SCIM's bugzilla?

Comment 37 Skippy 2009-08-12 12:51:40 UTC
(In reply to comment #36)
> Any updates on this?
> All say it's fixed and the bugs Cloased but still, with SCIM installed, nothing
> works.

For what I can say, it still does not work for me either with QT_IM_MODULE set to scim-bridge.


> Anyone reported that to SCIM's bugzilla?  

Strangely, I can't find any relevant topic on it : http://sourceforge.net/tracker/?group_id=108454&atid=650539

Please feel free to file a report, preferably linking to some of the many old bug reports like this one. (I could file it but it takes time to make a good report, and I don't have time now.)

Comment 38 DemetrisK 2009-08-12 14:03:36 UTC
>Please feel free to file a report
For some reason I can't login on SF. I tried to signup for a new account but I can't activate it. I'll try again...


Note You need to log in before you can comment on or make changes to this bug.