eaglexmw / seascope

Automatically exported from code.google.com/p/seascope
Other
0 stars 0 forks source link

Can not get ibus-daemon's address #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ON ubuntu Maverick start seascope

What is the expected output? What do you see instead?
I can't open a new seascope project, i have the following trace:
Bus::open: Can not get ibus-daemon's address. 
IBusInputContext::createInputContext: no connection to ibus-daemon 

What version of the product are you using? On what operating system?
0.2

Please provide any additional information below.

Original issue reported on code.google.com by francois...@gmail.com on 10 Jan 2011 at 4:20

GoogleCodeExporter commented 9 years ago
There is no code in seascope that directly deals with ibus.

Latest ubuntu probably ships with default input mehtod as ibus.
Seems to be an issue with ibus-daemon, may be its not installed/started at all 
? Try
    apt-get install ibus 
    ibus-daemon -d

If the issue persists, try switching to different input method?

Original comment by anil.om...@gmail.com on 11 Jan 2011 at 8:48

GoogleCodeExporter commented 9 years ago
thanks,
ibus-deamon is there but i can/t open any directory with the Folder button...

Original comment by francois...@gmail.com on 12 Jan 2011 at 11:08

GoogleCodeExporter commented 9 years ago
What is the error message when you press folder button ?
I use debain and i don't have any such issues.

As a workaround, populate cscope.files manually, open project by entering path 
directly and do cscope->rebuild database.
You should be able to do cscope queries until root cause is found.

Original comment by anil.om...@gmail.com on 12 Jan 2011 at 6:48

GoogleCodeExporter commented 9 years ago
seems to be an ibus issue.

Original comment by anil.om...@gmail.com on 14 Feb 2011 at 8:53