I was using ibus-avro with ibus input method to write Bengali in Ubuntu 12.04. Recently I have upgraded Ubuntu from 12.04 to 12.10, now ibus-avro was removed. I have tried to install it again but was getting error message as follows
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ibus-avro : Depends: gir1.2-gjsdbus-1.0 but it is not installable
Finally I am able to install it. I have compiled it from the source without installing
gir1.2-gjsdbus-1.0
and till now it is working perfectly.First install the bellow mention packages using the code.
Now install the following code to download, compile and install the
ibus-avro
I have found this instruction from in this link
https://github.com/sarim/ibus-avro/blob/master/README.md
You may notice that I have omitted the package "gir1.2-gjsdbus-1.0" which is told by Sarim in the comment of an issue, you can check it in the following link
https://github.com/sarim/ibus-avro/issues/37
Thanks
I found the solution from here.... just do what it tells you to do and compile the sources as described.... http://forum.linuxdesh.org/thread-1088.html