Comment 15 for bug 987707

Revision history for this message
DaveB (david-j-barker) wrote :

Since for me the problem is just running gvim from a terminal, I have a workaround for that:
Add this to your ~/.bashrc file

function gvim() {
  nohup /usr/bin/gvim -f "$@" >& /dev/null
}