Accéder au contenu principal

GNOME at the 'Journées du logiciel libre'

This April 2–3 2016 the 17th Journées du logiciel libre (Days of Free Software) were held in Lyon (France).

GNOME 3.20 was demoed on the stand, running on Fedora 24 alpha, and goodies such as t-shirts were proposed to our visitors. Lots of persons came to visit us, from complete beginners to seasoned users and I noticed some patterns in the questions of the beginners: lots of visitors asked whether GNOME is an operating system (or "like Ubuntu"), while others asked if they were able to install it on Ubuntu.

On a side-note, we accidentally changed the code of the event box's padlock when locking it at the end of the first day, hopefully Matthieu "starmad" Gautier was there to save the day by brute-forcing the padlock, trying hundreds of combinations, and allowing us to install the stand again and greet our visitors decently.

starmad gauging his opponent, photo by Didier Roche

To participate to this event and to help on the GNOME stand I had to trip from my hometown of Montpellier (France), it was a two hours trip by TGV and I was glad to meet lots of GNOMies again (Mathieu Bridon, Matthieu Gautier, Haïkel Guémar, Bastien Nocera, Frederic Peters and Michael Scherer) and to meet Didier Roche for the first time. We had a great deal of fun together! =)

This event was really nice and I hope I'll be able to help next year too, and more importantly: I hope to see you there!

Commentaires

Posts les plus consultés de ce blog

Moving the Blog

I am moving this blog to greener lands: https://fediverse.blog/~/AdrienPlazas . The existing articles will remain here on Blogger, and new articles will land on the fediverse.blog Plume instance.

libhandy 0.0.10

libhandy 0.0.10 just got released, and it comes with a few new adaptive widgets for your GTK app. You can get this new version here . The View Switcher GNOME applications typically use a GtkStackSwitcher to switch between their views. This design works fine on a desktop, but not so well on really narrow devices like mobile phones, so Tobias Bernard designed a more modern and adaptive replacement — now available in libhandy as the HdyViewSwitcher . In many ways, the HdyViewSwitcher functions very similarly to a GtkStackSwitcher : you assign it a GtkStack containing your application's pages, and it will display a row of side-by-side, homogeneously-sized buttons, each representing a page. It differs in that it can display both the title and the icon of your pages, and that the layout of the buttons automatically adapts to a narrower version, depending on the available width. We have also added a view switcher bar, designed to be used at he bottom of the window: HdyView

My Name is Handy, Lib Handy

Libhandy 0.0.7 just got released! I didn't blog about this mobile and adaptive oriented GTK widget library since the release of its 0.0.4 version three months ago , so let's catch up on what has been added since. List Rows A common pattern in GNOME applications is lists , which are typically implemented via GtkListBox . More specific patterns arose, where rows have a title at the start, an optional subtitle below it, actions at the end and an icon or some other widget like a radio button as a prefix. These rows can also be expanded to reveal nested rows or anything else that fits the need. So far every application using these patterns implemented the rows by hand for each and every row. It made using these a bit cumbersome and it led to inconsistencies in sizing, even inside a single application. To make these patterns easier to use, we implemented HdyActionRow , HdyComboRow and HdyExpanderRow . HdyActionRow The action row is a simple and flexible row, it lets