[Bug 392061] New: gvim "swap already exists" dialog invokes compiz Expo display
https://bugzilla.novell.com/show_bug.cgi?id=392061 Summary: gvim "swap already exists" dialog invokes compiz Expo display Product: openSUSE 11.0 Version: Beta 3 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jmatejek@novell.com QAContact: qa@suse.de Found By: --- steps to reproduce: 1. have desktop effects (namely Expo) enabled 2. run "gvim somefile" 3. run "gvim somefile" again a dialog pops up asking what to do (open read only, delete swapfile, quit). when you click any of the buttons, the dialog is closed, but display goes into Expo mode. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c1 --- Comment #1 from Jan Matejek <jmatejek@novell.com> 2008-05-19 08:01:55 MST --- Created an attachment (id=216427) --> (https://bugzilla.novell.com/attachment.cgi?id=216427) gvim dialog in question -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c2 --- Comment #2 from Jan Matejek <jmatejek@novell.com> 2008-05-19 08:02:12 MST --- Created an attachment (id=216428) --> (https://bugzilla.novell.com/attachment.cgi?id=216428) my Expo binding configuration -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c3 Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyberorg@opensuse.org Status|NEW |NEEDINFO Info Provider| |jmatejek@novell.com --- Comment #3 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-19 09:49:58 MST --- Behaves fine here, cannot duplicate it. Can you duplicate it on any other machine? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c4 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jmatejek@novell.com | --- Comment #4 from Jan Matejek <jmatejek@novell.com> 2008-05-19 10:34:34 MST --- no, but i can duplicate it with a clean user account. i will try on a fresh Beta3 installation on the same machine. (intel core2, nvidia geforce 7300le) is it possible to e.g. make compiz/Expo log the event that triggers it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c5 --- Comment #5 from Jan Matejek <jmatejek@novell.com> 2008-05-23 10:50:04 MDT --- i can reproduce it on the machine in question, with a clean install Beta3+ and a clean user account. actually, gvim seems to trigger whatever event is mapped to the upper right screen corner if you want, i can try it on several other machines in here, which all have roughly the same HW configuration :e) but i'd rather dig up some logs and find out what is really happening -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c6 --- Comment #6 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-24 10:36:28 MDT --- I could duplicate it once in more than 10 tries. Not sure if it is compiz or gvim or any gtk popup dialog box bug that triggers this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c7 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llunak@novell.com, mmeeks@novell.com --- Comment #7 from Michael Meeks <mmeeks@novell.com> 2008-05-28 05:14:55 MDT --- great bug report :-) /* Terrible hack: When the text area still has focus when we remove the * dialog, somehow gvim loses window focus. This is with "point to type" * in the KDE 3.1 window manager. Warp the mouse pointer to outside the * window and back to avoid that. */ if (!gui.in_focus) { int x, y; gdk_window_get_pointer(gui.drawarea->window, &x, &y, NULL); gui_mch_setmouse(-100, -100); gui_mch_setmouse(x, y); } we should bin that - Lubos - see the impact you had on gvim ;-> So - I guess if Lubos is happy that KDE 3.1 is long dead we can patch this fugly thing out & preferably get that up-stream too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392061 User rodrigo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c8 Rodrigo Moya <rodrigo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigo@novell.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Rodrigo Moya <rodrigo@novell.com> 2008-05-28 05:35:29 MDT --- Package with that "terrible" hack removed now submitted to autobuild -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com