mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

#libadwaita

1 post1 participant0 posts today

Is anyone making a DLNA server app using #GTK, #Libadwaita and #Flatpak? Are there any already? It would be nice if there was a place where people could register the fact that they are developing a Flatpak so you can see if someone is already working on something you want to work on.

Discovered that #libadwaita apps can enable the convenience "What's New" button in their About dialog to show release notes: gnome.pages.gitlab.gnome.org/l

Some #GNOME apps already use it: stable releases of Calendar, Shortwave, Showtime, Papers, System Monitor, Decibels, Warp, etc.

I've now filed RFEs for this in Tuba, Epiphany, Contacts, Fractal, Secrets, Warehouse, Maps, Apostrophe, Snapshot, File Roller, etc.

Ideally I'd want to suggest it in Ptyxis, Text Editor, Builder, Loupe & Pika…

gnome.pages.gitlab.gnome.orgAdw.AboutDialog:release-notesReference for property Adw.AboutDialog:release-notes

So… after probably running into every problem that currently exists in #KDE I can say that I start liking it, conceptionally.

In terms of app design it looks awfully cramped and "not good" compared to #libadwaita to put it mildly, but the desktop itself is kinda nice.~
Definitely gonna stick with Gnome apps, down to the calculator.

Now if we'd have KDE's features & stability but with #Gnome's GUI design (yet better theme-able) and written mainly in Rust… yeah… that would be nice. 😬
#Linux

There's something really specific in GTK that bothers the crap out of me :wolf_peek: Modal windows in GTK adhere to the window controls settings, but only for the close button. If you have minimize/maximize it doesn't care about it. Which, like, yeah, it's a modal window. But if you disable your close button, modal windows suddenly have no way to be closed.

I personally would argue that either modal windows should have their own close button at the bottom of the window a la mobile design, or they should ignore the dconf setting and only top-level windows in GTK should adhere to disabling the close button (although it should continue to adhere to the left/right setting). It makes it extremely annoying on Gnome Mobile where the close button is disabled, so suddenly you have no way to close modal dialogs on a smartphone. Modal dialogs should absolutely not be using dconf to decide whether or not to have a close button because they're *attached* sub-windows. :corgi_wtf1:

It's the smallest thing ever, but it annoys me to no end. I'd actually disable the close button and only close windows from the overview if only modals didn't adhere to the same setting.

Continued thread

Introducing Refine 0.5.0, the GNOME Tweaks alternative leveraging the data-driven and composition paradigms. This version re-adds the Document font option, and renames "Middle Click Paste" to "Middle Click to Paste Text" with an accompanying subtitle.

Thanks to @CodedOre, 0.5.0 also adds the capability to rearrange the titlebar's window buttons. This new feature also lets you add the minimize and maximize buttons.

While we thoroughly tested right-to-left (RTL) direction and keyboard navigation with a screen reader, it's worth noting that we're no experts. We welcome feedback from those who use Refine in RTL and/or with a keyboard and screen reader.

You can get Refine 0.5.0 right now on Flathub.

If you would like to help fund projects like Refine, please consider looking at the donation channels at dir.floss.fund/view/funding/@t.

Hey #GNOME developers; I could use a hand on something. I don't understand how I can create a Menu like the List COntacts By on the picture. It's been two hours trying to find example and docs; can't find anything useful, I probably just don't get it but yeah

If anyone could help me; or point me to the right direction; It would be aweful

Also, yes there is this page: docs.gtk.org/gio/class.MenuMod But it doesn't give my anything useful to actually create it...

Hey! Does anyone from #GNOME or that works with GNOME technologies know how I can make my #python #GTK4 / #Libadwaita app run in the background when closing ? And how to make it appear correctly in GNOME background app menu, or even in the AppIndicator extension ?

Any link to relevant documentation will be useful ! :)

Thank you in advance!