| Summary: | KDE desktop freezes when opening ibus setup tool | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike FABIAN <mfabian> |
| Component: | kde-workspace | Assignee: | Than Ngo <than> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | dvratil, jgrulich, jreznik, kevin, ltinkl, mbriza, mfabian, petersen, rdieter, rnovacek, ry, smparrish, tagoh, tfujiwar, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-21 07:25:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Mike FABIAN
2013-10-29 12:52:24 UTC
Freezing the desktop is also possible like this: - Click with the left mouse button on the ibus icon and select ibus-kkc (日本語 - Kana Kanji) - (optionally type some Japanese somewhere, this actually works ...) - Click the ibus icon again with the left mouse and select 設定 (= Setup), the setup tool of ibus-kkc. - Setup tool opens, desktop always freezed immediately for me, I could not get any further in the setup tool. I could reproduce the same problem with Fedora-Live-KDE-x86_64-20-Beta-TC6.iso
in qemu:
ionice -c 3 qemu-kvm -enable-kvm -global qxl.ram_size=1x1024 -m 2048M -smp 4 -drive file=./Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2,index=0,media=disk,cache=unsafe -localtime -serial file:/tmp/qemu-Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2-output.log -name Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2 -cdrom /local/mfabian/iso/Fedora-20-Beta-TC6/Fedora-Live-KDE-x86_64-20-Beta-TC6.iso -boot c -spice port=6001,disable-ticketing -vga qxl -display vnc=:5 -net nic -net user,hostname=Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2,hostfwd=tcp::5557-:22 -monitor stdio -usb
After the desktop started, I installed ibus-kkc with
“sudo yum install ibus-kkc”
Then restarted ibus with
“ibus restart”
Then tried to open the setup tool of ibus to add ibus-kkc
to the list of input methods
-> desktop freezes.
Could I give more information to help here? Log files? Which ones? I tried the same on a Lenovo T500 which I upgraded using fedup from f19 to f20, I could *not* reproduce the problem there. Also happens when I use “-smp 1”: ionice -c 3 qemu-kvm -enable-kvm -global qxl.ram_size=1x1024 -m 2048M -smp 1 -drive file=./Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2,index=0,media=disk,cache=unsafe -localtime -serial file:/tmp/qemu-Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2-output.log -name Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2 -cdrom /local/mfabian/iso/Fedora-20-Beta-TC6/Fedora-Live-KDE-x86_64-20-Beta-TC6.iso -boot c -spice port=6001,disable-ticketing -vga qxl -display vnc=:5 -net nic -net user,hostname=Fedora-Live-KDE-x86_64-20-Beta-TC6.iso.qcow2,hostfwd=tcp::5557-:22 -monitor stdio -usb This does not happen with Fedora-Live-Workstation-x86_64-22_Beta-3.iso anymore. |