Accéder au contenu principal

GNOME at Capitole du Libre 2018

Last Saturday and Sunday I went to the Capitole du Libre 2018 to animate the GNOME booth and help on the Purism one.

It was my first time at the Capitole du Libre, and I really enjoyed the event even though I couldn't attend any talk but the closing keynote, which was really interesting as it was a round table with Tristan Nitot and Stéphane Bortzmeyer. The event is about free software and free culture in general, beside GNOME and Purism you could find associations as varied as Nos oignons, Framasoft, OSGeo, Dogmazic, Monnaie Libre Occitanie, Khaganat, ./play.it, 0 A.D., various distros you already all know and more. I was happy to note that the attending crowed was extremely diverse, ranging from persons barely knowing what free software is to Arnaud Bonatti or persons in their early 10s and already more involved into free culture than I am. I was also happy to recognize persons I already met at the JDLL, either animating booths or visiting the GNOME booth.

The event welcomed (IIRC) around 1700 attendees the first day and 600 the second day, which may not seem like much but I noted that the attendees were really curious, interested, and often came back with more questions, and this regardless of their knowledge of free culture, free software and GNOME. The synergy with the Purism booth which was just aside the GNOME one was great, as often the Purism booth was redirecting attendees with software questions to the GNOME booth, and I redirected attendees with hardware questions to the Purism one.

I even had the pleasure to help an Inkscape contributor whose name I forgot (I am terrible 😥) implement tiny bits of the upcoming GTK+ 3 version of Inkscape! I also had the pleasure to meet for the first time Arnaud and to chat with him about his projects for dconf-editor: I think using his tree navigation widget as a narrow mode for Nautilus would be great! 😃 Even better, I had the pleasure to meet a young computer science student who came asking how to contribute to GNOME! 🤗 I also had to answer "Is it pronounced \ɲom\ or \gnom\?", which suprizes me as even though in French the gn digraph is often pronounced ɲ, the gnome word exists in French and is pronounced with a gutural g, just like GNOME. But I digress.

The comic book lover in me was also glad to meet David Revoy, even though it was way too brief to have a proper conversation.

Regarding the GNOME booth itself, here are the few notes I took:

  • The GNOME socks are as popular as ever.
  • Recipes is by far the most popular app when demoing GNOME, at least here in France.
  • We should replenish the socks and shirts stocks more often as there was basically nothing sellable in the box.
  • People had no idea what the symbolic icons on our hexagonal stickers were, they were just seeing a camera, a piece of cheese and a knife, a checkbox, a globe with a pointer, and a weird square-ception. They were only taking them because the pictures were pretty but they have no meaning neither for them nor will they have for the persons who will see them on their laptops.
  • The new laptop from the event box I see since years is great, it has a hi-DPI touch screen and a gesture-enabled touchpad allowing us to demo all the great features of GNOME.
  • Having a laptop (compared to the antiquated TV+barebone we had) makes setting up the booth and packing it back way easier and faster, it makes the box lighter, and it leaves tons of room for t-shirts and socks.

It definitely was a fun and enriching event in many ways and I will attend it again!

Trivia time. During the two days of the event there was a big demonstration, with persons blocking many roads all accross the country (I know, I'm throwing oil on that fire named cliché 😄). I attended the event with François Téchené who was handling the Purism booth, but unfortunately because of the strike he didn't manage to attend the event the second day and I ended up being alone to handle both booths. Well let me tell you, it was sport to handle two popular booths at the same time! 😶

Commentaires

Posts les plus consultés de ce blog

GTK+ Apps on Phones

As some of you may already know, I recently joined Purism to help developing GTK+ apps for the upcoming Librem 5 phone . Purism and GNOME share a lot of ideas and values, so the GNOME HIG and GNOME apps are what we will focus on primarily: we will do all we can to not fork nor to reinvent the wheel but to help allowing existing GTK+ applications to work on phones. How Fit are Existing GTK+ Apps? Phones are very different from laptops and even tablets: their screen is very small and their main input method is a single thumb on a touchscreen. Luckily, many GNOME applications are touch-friendly and are fit for small screens. Many applications present you a tree of information you can browse and I see two main layouts used by for GNOME applications to let you navigate it. A first kind of layout is found in applications like Documents, I'll call it stack UI : it uses all the available space to display the collection of information sources (in that case, documents), clicking a...

Games 3.18.0 released

Do you like video games but don't like how inconsistent and annoying it can be to enjoy them on a personal computer? Then read on, I have something for you! And if you're not such a gamer, you'll probably learn fun things in the article nonetheless. In this article I'll present you the new GNOME application called Games , whose first preview version (labelled 3.18.0) just came out. https://wiki.gnome.org/Apps/Games Your games library Video games on personal computers exist in lots of shapes and formats, each of these being accessible in very different ways: games installed from Software are found alongside the applications, Steam games are listed in the Steam client, video game consoles and retro computers games are handled as ROM files, disk images or archives, each one playable with a different application depending on the original platform, some game engines have their games distributed as packages that have to be run with the cor...

The Path to GNOME Games 3.26

Games received a non-negligible amount of changes that you will find in 3.26. These changes can be big as much small, and more are to come! Building the Games Collection Games presents your games collection and if everything goes as expected, it does so without the need of any input from you. From an implementation point of view it sounds simple to do, just ask Tracker “Hey, gimme all the games” and it’s done. If only it was that simple! 😃 The system has no idea which files represent games and which doesn’t, but it can associate a MIME type to each file thanks to shared-mime-info . shared-mime-info already had a few video game related MIME types and we added a lot more such as application/x-genesis-rom . That done, we can query Tracker for files having specific MIME types that we know to often represent video game files. Unfortunately, each of these files doesn’t necessarily represent a game and a game isn’t necessarily represented by a single file: some files may be invalid and...