** Description changed:

- Binary package hint: vim-gnome
- 
  After the first invocation of the GTK2-filechooser dialog, GTK's list of
  recently used files (~/.recently-used.xbel) gets written on events such
  as every single keypress, mouseclick etc. This causes considerable I/O
  activity and, when .recently-used.xbel is reasonably large, also a
  considerable slowdown of vim.
  
- This affects the GTK2 flavor of vim as this bug is obviously specific to
- GTK2. This occurs at least under Ubuntu 7.10 (vim-
+ This affects the GTK2 flavors of vim as this bug is obviously specific
+ to GTK2. This occurs at least under Ubuntu 7.10 (vim-
  gnome_7.1-056+2ubuntu2), 8.04 (vim-gnome_7.1-138+1ubuntu3), Debian
  unstable (see linked Debian Bug), and Fedora 9
  (vim-X11-7.1.291-1.fc9.i386), but not under Ubuntu 7.04 (vim-
  gnome_7.0-164+1ubuntu7.2) and RHEL/CentOS 5.2
  (vim-x11-7.0.109-3.el5.3.i386).
+ 
+ Further testing revealed that the bug seems to occur with GTK > 2.10,
+ this is supported by the fact that vim does not use GTK's recently used
+ files list directly and that the recently used files functionality was
+ added to the GtkFileChooser in GTK 2.11.
+ 
+ Steps to reproduce:
+ strace -erename,open vim -g -f -i NONE -n -u NONE -U NONE
+ then use the Open/Save file dialog in vim
+ after that every keypress, mouseclick, mouse entering the vim window should 
result in ~/.recently-used.xbel getting rewritten

-- 
vim-gtk/-gnome use of gtk-filechooser causes recently used files list to be 
constantly written
https://bugs.launchpad.net/bugs/251122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to