• Favorite Hashtags on the sidebar
    - Post Redrafting
    - Endorsing accounts and featuring hashtags
    - More keyboard shortcuts
    - Settings overhaul
    - Audio visualizer optimizations
    - Report forwarding to more involved instances when supported
    - Enabled more features for Pleroma
    - Windows ARM builds
    - More fluid horizontal lists like emoji reactions and post hashtags
    - Many critical bug fixes and design improvements
    - Updated the website

    #GNOME #GTK#Vala #MastoDev

Anybody knows what happened with the guadec talk about gnome branding (https://events.gnome.org/event/259/contributions/1214/)?

Pretty sure it was scheduled for today, I've even added it to my calendar with the ics link, but today the site says it's not scheduled, and I can't find any updates regarding it...

#gnome #guadec #guadec2025 #branding #talk

With #GUADEC2025 going on, I finally felt motivated about doing a little write-up that I had been planning for a while. In the best case scenario, it can help prospective new developers to get that little push to start sharing their stuff with the world. It's not as scary as it looks :)

Also contains some sneak peaks into the next stable version of Graphs if anyone is interested in that ;-)

https://blogs.gnome.org/sstendahl/2025/07/24/a-brief-history-of-graphs-my-journey-into-application-development/

#GNOME #GNOMECircle

With #GUADEC2025 going on, I finally felt motivated about doing a little write-up that I had been planning for a while. In the best case scenario, it can help prospective new developers to get that little push to start sharing their stuff with the world. It's not as scary as it looks :)

Also contains some sneak peaks into the next stable version of Graphs if anyone is interested in that ;-)

https://blogs.gnome.org/sstendahl/2025/07/24/a-brief-history-of-graphs-my-journey-into-application-development/

#GNOME #GNOMECircle

Would be nice to have a way to automatically save the text one takes a screenshot of into the metadata of the screenshot.

First I thought of running it trough Frog or some other OCR – but then I remembered that the text is right there… It should just be copied in some way, right?

Is there an alt text metadata field in png, btw, that can be accessed by websites asking for alt text?

#Gnome #accessibility #a11y#AltText

@forteller Currently I don’t think applications expose text to the compositor so that the text can be saved as part of the screenshot but I believe the new access kit backend in @GTK might be a stepping stone to that.

I believe storing text that is contained in screenshots is already done on platforms such as iOS, where when I search for some text, it will show up all the photos that had that text in them. Maybe that work could be integrated in GNOME

#GNOME

Hey #linux users. Please boost.

I maintain (remotely) ~10 linux laptops for a client. I've used #ubuntu LTS for years because they don't need anything fancy, stability is more important that bang-up-to-dateness. But I've gone off Ubuntu because of #snaps and it increasingly pushing adverts/pro-services.

Anyone got any experience with remote admin-ing and maintaining linux laptops? Would prefer #gnome based.

#fedora#ubuntu #mint #deepin #ImmutableOS#Silverblue #budgie #elementaryOS #mate

#GNOME necesita tu ayuda!

Si eres usuario de GNOME o simplemente nos quieres apoyar porque te gusta nuestro escritorio, tenemos una nueva web donde puedes donar mensualmente!

https://donate.gnome.org

Ninguna donación es pequeña. Con esta nueva web queremos conseguir tener donaciones recurrentes a lo largo del año para poder mantener nuestra infraestructura.

#GNOME necesita tu ayuda!

Si eres usuario de GNOME o simplemente nos quieres apoyar porque te gusta nuestro escritorio, tenemos una nueva web donde puedes donar mensualmente!

https://donate.gnome.org

Ninguna donación es pequeña. Con esta nueva web queremos conseguir tener donaciones recurrentes a lo largo del año para poder mantener nuestra infraestructura.

I've been having some thoughts about my game's windowing library. I use #glfw and am mostly happy with its API. But I'm not sure I wanna keep using it. I have weird stacking order and focus bugs on macOS, and window resizing is SUPER laggy on #GNOME #Wayland. Those are really the only two platforms I use.

I used to use #SDL to create windows. I moved to GLFW because SDL is overkill, but maybe I should go back.. if I can't find a way to make GLFW less broken that is #linux#gamedev #programming