| Summary: | kde hang when resizing model dialog windows | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Gou Zhuang <gouzhuang> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | fcitx 1.8.5 source package | ||
Created attachment 2239 [details]
fcitx 1.8.5 source package
the source package of fcitx 1.8.5 is attached in case it is needed to reproduce
the bug.
This bug does not present in KDE 3.0 Could this be a duplicate of bug #44881 ? Yes, I'm pretty sure this is the same as bug #44881. Was it fixed in 3.1.3? |
Version: (using KDE KDE 3.1) Installed from: Slackware Packages OS: Linux This problem only shows up when all of the following conditions are met: 1. The fcitx XIM input method is started before starting kde My specific configuration is: - LANG=zh_CN - fcitx version 1.7 or 1.8.5 - start fcitx from $HOME/.xprofile, my .xprofile looks like this: ----------------------------------------------------------------------- if [ "$LANG" = "zh" -o "$LANG" = "zh_CN" -o "$LANG" = "zh_CN.GB2312" ] then export XMODIFIERS=@im=Chinput /usr/bin/fcitx& fi ----------------------------------------------------------------------- 2. uncheck "Diaplay content in resizing windows" in the Window Behavior configuration dialog. 3. resize a model dialog window(like the File Bookmark dialog in Netscape/Mozilla) KDE hangs when all 3 conditions are met. I could switch to virtual console by press Ctrl-Alt-F1, then kill the X server from there.