Comment 24 for bug 856779

Revision history for this message
Rex Tsai (chihchun) wrote :

I have the new patch from upstream vcs. It's not a small change, please review and test it.

  * debian/patches/debian/gtk-fork.patch:
    - patch from upstream v7-3-315. (LP: #856779)
      Problem: Opening a window before forking causes problems for GTK.
      Solution: Fork first, create the window in the child and report back to the
                  parent process whether it worked. If successful the parent exits,
                  if unsuccessful the child exits and the parent continues in the
                  terminal. (Tim Starling)

I could not branch oneiric version[1] for propose a merging review. But you can my debdiff which fix the problem. Test build will be available in my ppa[2].

[1] https://code.launchpad.net/~ubuntu-branches/ubuntu/oneiric/vim/oneiric
[2] https://launchpad.net/~chihchun/+archive/experimental 2:7.3.154+hg~74503f6ee649-2ubuntu3.1rex1