[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2013-01-04 Thread DaveB
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 Ubuntu.

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-07-18 Thread Ali Afshar
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.

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-27 Thread Yukihiro Nakadaira
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-27 Thread David Barnett
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-27 Thread Yukihiro Nakadaira
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-26 Thread David Barnett
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 endpython\nimport

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-25 Thread Yukihiro Nakadaira
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-20 Thread David Barnett
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 are

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-20 Thread Ubuntu Foundation's Bug Bot
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'

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-19 Thread Yukihiro Nakadaira
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-05-15 Thread Cif
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-04-26 Thread Jason Conti
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-04-25 Thread Launchpad Bug Tracker
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-04-25 Thread Jason Conti
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

[Bug 987707] Re: gvim in Precise can't connect to ibus and takes a long time to load

2012-04-24 Thread djwong
** 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