Steven Legg
Linux

Fedora KDE Guide

This is an abbreviated practical guide for getting the most out of Fedora KDE. It covers the things I actually use — package management, enabling extra repos, Flatpak, useful KDE tweaks, and a few quality-of-life settings worth knowing about.

DNF — Fedora's Package Manager

DNF is the command-line package manager. Most things you'll need are available through it.

Make DNF faster by adding this to /etc/dnf/dnf.conf :

— Placeholder — screenshot of dnf update.

Enable RPM Fusion

RPM Fusion provides packages that Fedora can't ship for licensing or patent reasons — most importantly, multimedia codecs and some proprietary drivers.

After enabling RPM Fusion, install multimedia codecs:

Flatpak and Flathub

Flatpak is enabled by default on Fedora KDE. Add the Flathub repository to get access to the full app library:

Then install apps from Flathub via terminal or the Discover software centre:

Update all Flatpak apps:

KDE Plasma Tweaks Worth Making

Single-Click vs Double-Click to Open Files

By default KDE opens files with a single click, which surprises people used to other desktops. To change it: System Settings → Workspace Behaviour → General Behaviour → Clicking files or folders → "Selects them" .

Global Theme

System Settings → Appearance → Global Theme — download and apply new themes from here. Breeze Dark is the default dark theme and is fine; there are many community alternatives.

Virtual Desktops

KDE's virtual desktops are excellent. Set them up at System Settings → Workspace → Virtual Desktops . Switch between them with Ctrl + F1 , Ctrl + F2 , etc., or with keyboard shortcuts you define.

KRunner

Press Alt + Space to open KRunner — a quick launcher that searches apps, files, web, calculations, and more. It's like Spotlight but more configurable. Configure its plugins at System Settings → Search → KRunner .

Disable Baloo File Indexer (Optional)

Baloo indexes your files for search. If you don't need desktop search and want to reduce background disk activity:

— Placeholder — KDE System Settings.

Useful Packages to Install

Firmware Updates via fwupd

Fedora includes fwupd for firmware updates on supported hardware (many ThinkPads included):

System Info and Monitoring

Terminal Tips

Fedora KDE ships with Konsole as the default terminal. A few useful things:

To make aliases permanent, add them to ~/.bashrc (bash) or ~/.zshrc (zsh) and run source ~/.bashrc .