this post was submitted on 04 Dec 2024
10 points (100.0% liked)
KDE
5495 readers
57 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can I offer a ChatGPT response? I don't really understand this stuff but here you go:
Run the following commands to ensure both the plasma-workspace and breeze packages are installed:
bash
sudo pacman -S plasma-workspace breeze
This will reinstall the breeze theme files if they are missing. If breeze was not listed as a dependency of plasma-workspace, this might restore the theme.
The sddm-breeze theme is often part of the breeze package, but if it’s still missing, you can reinstall it specifically:
bash
sudo pacman -S sddm-breeze
If you’re using a distribution like Arch Linux that separates components, this package might not be installed by default.
After installation, confirm that the theme files exist in /usr/share/sddm/themes/breeze.
Use:
bash
ls /usr/share/sddm/themes/breeze
If the directory exists and contains files, proceed to the next step. If not, something is wrong with the installation.
Once you have the breeze theme installed, set it as the SDDM theme. Edit the SDDM configuration file:
bash
sudo nano /etc/sddm.conf.d/kde_settings.conf
Ensure the following line is present under the [Theme] section:
ini
[Theme]
Current=breeze
Save the file and restart SDDM:
bash
sudo systemctl restart sddm
Sometimes, SDDM might not pick up the theme due to cache issues. Clear and rebuild it:
bash
sudo rm -rf /var/lib/sddm/.cache
Restart SDDM after clearing the cache.
If all else fails, manually download the Breeze theme files. The source code for Breeze themes is often available on KDE’s GitLab. Clone or download the repository and place it in /usr/share/sddm/themes:
bash
git clone https://invent.kde.org/plasma/breeze-sddm-theme.git
sudo mv breeze-sddm-theme /usr/share/sddm/themes/breeze
Then, restart SDDM as before.
None of this works. Also git cloning the breeze theme asks for a username and password which I do have, but never work