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
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Definite bug somewhere. It was always risky running dbus inside Python
inside Vim, and I guess this has blown up now. Can anyone reproduce this
with a vanilla Vim?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
Yes.
But I am not Vim developer.
It is better to ask to Bram or vim_dev.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibus and takes a long time to lo
You mean like the above isn't a bug?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibus and takes a long time to load
To manage notifications about th
In my opinion, it is user's responsibility.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibus and takes a long time to load
To manage notifications a
I tried running 7.3.530 and 7.3.520, and both fix the delay for me when
I'm just opening gvim normally.
However, I'm still seeing the same symptom and error message when I run gvim
from inside abominade IDE, which I've narrowed down to these steps to reproduce:
echo -e "python < foo.vim
gvim --
Patch 7.3.520 introduced another bug and it was fixed by 7.3.530.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibus and takes a long time to load
To
The attachment "ibus-init-fork.patch" of this bug report has been
identified as being a patch. The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch. In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch
Here's the patch from upstream vim 7.3.520.
Any chance we could get it backported to precise?
** Patch added: "ibus-init-fork.patch"
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/987707/+attachment/3155389/+files/ibus-init-fork.patch
--
You received this bug notification because you ar
This problem was fixed by 7.3.520.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibus and takes a long time to load
To manage notifications about this
I have two systems with Ubuntu 12.04, all give that error but gvim is
not stuck, it works as expected
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in Precise can't connect to ibu
After thinking about it a bit more, I figured out why we can't connect
with gdbus after the fork. GDBus uses a separate thread to send and
receive the message, which is only initialized once in
gdbusprivate.c:_g_dbus_shared_thread_ref, guarded by the call to
g_once_init_enter. After the fork, that
This may be the ibus problem mentioned many times in bug 856779 (so this
is probably a separate issue from that bug). With ibus running I
experience the ~20 second pause before gvim finally starts. However,
after exiting ibus, gvim will start immediately.
The real problem seems to be that without
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: vim (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987707
Title:
gvim in
** Attachment added: "strace output from failing case. Notice the 25-second
timeout around line 16291."
https://bugs.launchpad.net/bugs/987707/+attachment/3101488/+files/a
** Description changed:
Hi. I have a system with Ubuntu 12.04 (updated 24 April 2012), with the
Chinese language pa
15 matches
Mail list logo