As part of my GSoC this summer, I was making a DBus api for coala. Recently, we completed the basic api which is fairly usable 🙂 The coala DBus API essentially creates a server which can have multiple clients connected to it. The clients communicate to the coala server using DBus. To start the server,…
Tag: dbus
python-dbus and Continuous Integration
Recently in my Gnome GSoC 2015 project, I had to setup continuous integration for dbus in Travis, Scrutinizer and Cricle-CI. All three are pretty well known, and yet I had quite some difficulties in setting it up correctly. The main issue with this arises due to the fact that they use virtualenv to handle python versions inside…
gedit-code-assistance in jhbuild
Since I began working on my GSoC project a while back with gnome, I was introduced to Vala, Autogen and jhbuild. Here, I describe how to get gedit-code-assistance working in jhbuild as it’s not as simple a process as I hoped it would be.