this post was submitted on 15 Apr 2025
191 points (99.0% liked)
Linux
53289 readers
862 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looking forward to this. I do have a question for the more seasoned people here: I installed Fedora 41 not too long after its release on a new PC, which has been my daily driver every since. Very happy with it, tweaked everything to my liking. However, by mistake I installed Workstation (with Gnome) and then switched to my preferred KDE Plasma as the DE. This has left some corners of my system with the Gnome look and feel, which is fine, but I prefer if it were more consistent.
My question:
Which corners are you referring to, specifically? There are some applications that use GTK components, those are styled seperately in the settings under "GNOME/GTK Application Style". They will never look exactly like a native KDE/QT based application, but you can get them closer.
Likely you had a lot of GTK apps included with Workstation, you could also look into Qt alternatives to replace them - for example Gedit does not conform in KDE, but Kate will.
If you wipe and start fresh with the KDE install, it will prefer Qt applications. So that may be a worth while endeavor. Once you are settled, there is no reason to not upgrade in place. My install has been upgraded in place since fedora 32.
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.
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 setwidget.use-xdg-desktop-portal
= true. I'm not sure how it works with flatpak though.But hopefully that helps, best of luck!
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.
Can I just say: hats off to the bug archaeology you've done there :)
If you do a reinstall, I'd recommend going with a Kinoite install. It's like regular Fedora KDE, except that it avoids this problem of traces of past experiments everywhere.
Kinoite is much more than that: it is an atomic and immutable spin of Fedora KDE. This has big implications but the gist of it is that:
You can roll back to any previous version if anything breaks
The base system cannot be modified
If you need to install RPM packages, you do that by adding "layers" on top of the base system, and these can be removed if needed to go back to a clean base system
You can switch from one spin to another by "rebasing", but it is recommended that you remove any additional layer first and that you stick to the same desktop environment
Heh yes, but for the purposes of this post I wanted to focus on why it wasn't just another distro recommendation, but one tailored specific to their use case :) (I don't even use Kinoite myself, so it's extra genuine.)
My experience on other distros was that upgrading in place a system that deviated too much from "stock" would wreck the install. I would personally play it safe and backup my home folder and do a fresh install.
Just don't forget to test your backup before formatting your drive!