GSoC – Final report

The Google Summer of Code is almost over and I want to give you a quick update on what has been done in the last months.

You can have a look on how the integration of the Nextcloud client looks like in Nautilus in the following video. As GNOME will drop the support for status icons on the near future this will be the way for sync clients to give the user a way to access their functionally in the context of the synced folder.

On the Nextcloud side I have implemented a proof of concept API for account registration right from within the client. That way even new users who don’t have a clue about how Nextcloud is working can easily pick a provider to host their data and setup an account there. They don’t need to care about entering a server url.

I’m currently still at the Nextcloud Conference in Berlin, where some discussion on how the client patches will be used is still going on.

Although I had planned some more features to be implemented on the Nextcloud client, the library for cloud providers and especially getting a good understanding of DBus and gdbus required more time than I initially thought. But we now have a solid basis to offer a desktop independent API that can easily integrated by both, desktop environments and cloud providers clients.

I really enjoyed working together with two great open source projects that are both backed by an awesome community with a lot of really great people. I also want to thank Carlos Soriano, my GNOME mentor as well as Roeland Douma, my Nextcloud mentor for guiding me through the project.

If you are interested in the code that has been produced, you can find it here:

My trip to GUADEC 2017

One week ago attended this years GUADEC (Gnome User And Developer European Conference) taking place at the MMU Birley Fields Campus in Manchester, UK.

Unfortunately I could not attend the first half of Day 1 so I missed some nice talks, but I just arrived in time to present my work on the cloud provider API for the Google Summer of Code at the Interns lightning talks. You can find my slides here. It was really amazing to hear about all the other interesting project going on and also meeting people to talk about the stuff they were doing. I also got a lot of positive feedback on my own GSoC project which was really motivating to me.

Of all the other different talks here some which I enjoyed the most, so in case you missed one of those, be sure to check them out when the videos from this years GUADEC will be released.

Building your GNOME app anywhere with Meson
Jussi Pakkanen was giving an introduction to the meson build system. Although I have already used meson in my GSoC project this talk was giving a nice overview and helped my getting a better understanding of the build process/dependency resolving that is done by meson.

Decentralized open communication with Matrix.org
IRC has been around for ages and it is still used in kind of the same way since the beginning. Matrix came as an open source solution to modern messaging applications and seems to be probably the best around, also because of the bridging functionality to IRC servers. This talk gave a good summary of the structure and technology behind Matrix and convinced me to give it a try as well.

The History of GNOME / GNOME to 2020 and beyond
The first talk was done by Jonathan Blandford who gave an entertaining overview of the history of the GNOME project and how it evolved from having 5 different clocks to a user experience focused desktop environment just by removing more and more features. In the second one by Neil McGovern, the current GNOME Foundation Executive Director, was more a overall look at the near future and how free software and a free desktop system could have an influence on that.

Building a secure desktop with GNOME technologies
This talk by Matthew Garrett was giving a great overview of security issues we currently have on Linux desktop systems and that we really need to take some action there in order to have users protected from.

Resurrecting dinosaurs, what can possibly go wrong
Richard Brown from openSUSE was giving some insights on app container technologies from Linux distributions perspective. He made some valid points on what app distribution technologies like Flatpak should consider in order to become secure and easy solutions for both users and distributions.

On Saturday evening there was the 20th anniversary party taking place in Museum of Science and Industry. The location was really nice and I had a nice evening with lots of interesting chats. I also enjoyed the Q&A session with some of the old hand GNOME people.

On Monday the conference was over but unconference was starting, but i sadly could only attend it for one day. I attended the Flatpak BoF by Alexander Larsson, that helped me getting started on building a Flatpak for the Nextcloud desktop client which should be ready in the near future.

Finally I really want to thank the GNOME foundation for their travel support program, that made it possible for me to attend GUADEC and meet all the awesome people behind the GNOME project. Another big thank you is going to all the people who made this GUADEC possible. It was an awesome conference.

An update on cloud providers integration

A quick update on my work for GNOME during GSoC. The initial work from Carlos has been split into a library handling the cloud provider management called libcloudproviders and a patch for GTK+ to add cloud providers to the GtkPlacesSidebar.

I did quite some refactoring of the code. One big change is that is now uses native DBus signals to react to changes of the cloud providers. That way each provider can notify individually about changes. It is now also possible for cloud providers to expose multiple synced directories (e.g. if a user has set up more that one accounts) to the API.

A cloud provider sync client needs to register a DBus name and implement org.freedesktop.DBus.ObjectManager. The ObjectManager will take care of announcing all individual accounts added to the bus. For every account an individual DBus object that implements our new org.freedesktop.CloudProvider1 interface is required. In case sync clients want to provide a menu with custom actions regarding to their sync client, they also need to implement org.gtk.Menus as well as org.gtk.Actions. For a example implementation on the the cloud provider side you can check out the test program.

Example of a cloud provider implementing the required DBus interfaces

At the moment the CloudProvider DBus interface supports 4 methods to provide information about the cloud provider accounts. That could of course still be extended to provide information about quota or sync progress. That will be done when the surrounding code is finished.

The next step is to wrap the cloud provider and object manager setup to a simple C API so that clients can make use of it without deep knowledge of gdbus as well as writing a small daemon that will take care about registering and managing cloud providers.

The first weeks of GSoC

So some time has passed since the coding period started and I want to give you a quick update on how things are going so far.

I started working on the improved setup experience of the Nextcloud client, by adding a list of providers that offer hosted Nextcloud installations for their customers. As a second step support for a registration API will be integrated so that users can create an account right from within the setup wizard. A proof of concept implementation for that API is almost ready for the Nextcloud registration app.

I also started migrating Carlos proposal of a cloud providers API to a gtk-independent library that provides basic DBus interfaces for cloud providers and software that wants to access the functions provided by those, like Nautilus.

Although it required quite some time to wrap my head around gdbus and especially the generated code of gdbus-codegen, its getting clearer and I took some notes in order to write a HowDoI entry for the GNOME wiki to help others getting started with it in the future.

Over the next 2 weeks I’ll be continuing migrating the cloud providers library to use gdbus-codegen as well as adding support for the cloud providers API to the GtkPlacesSidebar.

So far for now, I’ll keep you updated on the progress, of course. Thanks for reading.

GSoC 2017: GNOME and Nextcloud

During this summer I’ll take part in the Google Summer of Code, working together with GNOME and Nextcloud to improve the out of the box cloud experience on the Linux desktop.

The integration of Nextcloud services within the GNOME desktop environment is already quite good, as gnome-online-services provides file browsing as well as calendar/contact/task sync with existing GNOME apps. Nevertheless the integration of the Nextcloud desktop client for file synchronization still has lot of room for improvement. Especially the initial setup of file synchronization is a high barrier for non-technical users.

Tasks during GSoC

By now the client demands that the user already has an account on a Nextcloud instance. Providing the setup wizard with a simple list of hosting providers will allow users to find a provider they trust and register an account from within the client.

Furthermore the integration with the GNOME desktop environment will be improved by extending the existing file context menu and file icon overlays. Also basic integration the the cloud providers API proposed by Carlos Soriano will be added, which will be a first step to remove desktop environment specific code. I’ll also work with Carlos in order to extend the existing API draft, to provide more functions that might be useful to certain cloud providers.

GNOME as well as KDE both provide a simple sign-on service that allows users to enter their credentials for web services like Nextcloud (gnome-online-accounts and accounts-sso). The Nextcloud client should make use of the accounts created there as well as add accounts when setting them up in the client.

Depending on the remaining time I’ll also dig into the notifications integration of the Nextcloud client. With the upcoming Nextcloud 12 release, notifications become an even more essential part of the user interaction. Since the current client implementation is quite minimal there is a lot of room for improvement.

Working in the open

All work on the Nextcloud client will be done in public over at the Nextcloud GSoC repo, where you can also find some more details on the different steps that will be implemented during GSoC. Everyone who would like to discuss or has some ideas on how we could further integrate Nextcloud with the Linux desktop and especially with GNOME, feel free to head over to GitHub and join the discussion.

I’d also like to thank Roeland Douma from Nextcloud as well as Carlos Soriano from GNOME who will be mentoring me during the coding period. I’m really looking forward to the upcoming months.