this post was submitted on 15 Apr 2025
190 points (98.5% liked)

Linux

53398 readers
600 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What’s new?

We’ve promoted our KDE Plasma Desktop offering to “Edition” status. The Fedora KDE team has been hard at work making sure bugs get fixed and everything is polished just so. We’re confident that this can stand along our other amazing flagship offerings.

I know the naming is a bit confusing, with GNOME-powered “Workstation” using a generic label while KDE Plasma Desktop has the tech right in the name. We’ll get that figured out eventually. If you don’t know where to start, don’t panic. Pick one and see how it goes. They’re both excellent desktop environments with great upstream communities, and the same Fedora system underneath it all.

We also have a new alternative desktop choice: COSMIC. This is a modern, written-all-in-Rust desktop environment from our friends over at System 76.

Perhaps most excitingly, we have a new installation interface! The previous UI was designed to manage a lot of before-you-even-start configuration choices. Over the past decade, though, we’ve gone to “get the full system installed with no fuss, then set up what you need from a complete environment”. That made the “hub and spoke” model more confusing than helpful. The new UI is streamlined and sleek, just like the Heart of Gold.

Of course, there are other big changes, as well as the usual updates to thousands of packages. See the Fedora Linux 42 Release Notes for all of the details, and don’t miss the “What’s New?” posts here on Fedora Magazine.

you are viewing a single comment's thread
view the rest of the comments
[–] folekaule@lemmy.world 2 points 1 week ago (3 children)

Thank you for replying, very informative. I think I have most of the actions/types I wanted associated with my preferred ones now. The most noticeable one is Firefox when I open downloads from the menu. I'm not sure if Firefox uses xdg or not? I don't mind GTK or Gnome at all, in fact I probably have spent more time on Gnome, but I do like when things are consistent.

[–] CaptDust@sh.itjust.works 2 points 6 days ago (2 children)

Ah yeah, Firefox is GTK too, and annoyingly hides xdg behind a setting. I apologize in advance as my knowledge here is bit limited, but if firefox is installed with RPM, I think you'll need xdg-desktop-portal-kde installed, then in firefox's about:config set widget.use-xdg-desktop-portal = true. I'm not sure how it works with flatpak though.

But hopefully that helps, best of luck!

[–] folekaule@lemmy.world 4 points 6 days ago* (last edited 6 days ago) (1 children)

That's a great tip! It turns out I must have already tried some of that. I found multiple settings in about:config. Anything with a file picker works (open, save as), but the "open folder" from the Downloads dialog must just not use xdg-open, since none of the settings had an effect on that. It's not the end of the world, but it would be nice to have my Dolphin bookmarks and places.

Edit: Adding this here in case someone in the future finds this searching for the problem. It looks like I'm bitten by the bug described in comment 55 (near the bottom) of this Firefox bug report. TL;DR: it works if I have Dolphin open already, but if not, it starts Nautilus. While this isn't great, at least I have a workaround.

[–] Vincent 3 points 6 days ago

Can I just say: hats off to the bug archaeology you've done there :)