Description of problem: I can't click the button of the pop up window of stardict. Version-Release number of selected component (if applicable): stardict-3.0.0-1.fc8 How reproducible: See the attachment for more. Steps to Reproduce: 1. Install f8t1 2. yum install stardict 3. Run
Created attachment 161789 [details] the video of reproducible
Can you download the source package, compile it after these modification and test it? floatwin.cpp gboolean FloatWin::vMotionNotifyCallback (GtkWidget * widget, GdkEventMotion * event , FloatWin *oFloatWin) { - if (event->window == oFloatWin->FloatWindow->window || (event->state & GDK_BUTTON1_MASK)) - { + if (event->state & GDK_BUTTON1_MASK) { If this fixed this problem, I will update it as add this patch. Thank you!
After change the source code, it works! I need to install some packages for the "make" command, they are "libSM-devel" "libICE-devel" "libgnomeui-devel" "gnome-vfs2-devel" I think they're missing from ./configure Thanks again for fixed this problem.
*** Bug 253859 has been marked as a duplicate of this bug. ***
Should fixed now, you can try the 3.0.0-3 version. * Thu Aug 23 2007 Hu Zheng <zhu> - 3.0.0-3 - Add floatwin and espeak patch.