this post was submitted on 25 Mar 2024
118 points (96.1% liked)
Linux
48008 readers
1681 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
Sadly I am not using BTRFS for my root directory on this specific system. If I end up deciding to reinstall, I will definitely go back to BTRFS to avoid such problems.
Debian actually has a KDE group named kde-full. I reinstalled it but the issue persists, which was honestly surprising to me.
The new user idea was really clever, thanks for the suggestion! I will try that now and see.
Edit: the new user also presents the same problem. Actually, it makes sense, since SDDM is affected as well (I should have mentioned that before).
Debian doesn't have package groups in that sense.
kde-full
is just a package which depends on the other KDE packages.So, if you tell it to install
kde-full
, it'll just check that, yes, it does have thekde-full
package installed, whether all the dependencies are fulfilled or not.You can try doing
apt --fix-broken install
(without specifying a package), maybe that will pull in the missing dependency.Or you can reinstall:
apt reinstall kde-full
Thanks for the tip! However, I tried
apt reinstall kde-full
andapt --fix-broken install
, but no packages were installed and (unsurprisingly) the problem still persists.Hmm, then I'm guessing, it's not a missing package. It kind of doesn't quite make sense anyways, as KDE Wayland can't be run without a compositor.
Maybe the installed Breeze theme is broken. If you install a different Plasma theme in the System Settings, does that give you transparency?
I agree with that. I suspect you might be right. SDDM (Breeze) is also weird with transparency. However, I just installed
materia-kde
but unfortunately the problem persisted (screenshot attached). Before that, I ranapt purge kde* plasma* libkf*
andapt install kde-full
. That too didn't solve my problem.I can't believe, I seem to be the first to ask this, but are maybe graphics drivers broken? Are you on Nvidia?
Those black squares for the status bar icons, I think, I've seen before somewhere, so I'm at least guessing that your problem isn't a completely new problem...
You are right, I should have made this clear. I am not on Nvidia, I am using an old Thinkpad on Intel Haswell.
I'm glad to know my problem isn't completely new. I'll look into it further online. If you ever find a link to a report of a similar issue, I would be happy to see!
Edit: I found this link, the issue reported appears to be very similar to what I'm seeing here https://libreddit.tux.pizza/r/kde/comments/jhqbnz/kde_plasma_rendering_problem_black_squares/
Edit 2: I finally solved my problem! It was indeed an old problem already reported somewhere.
Awesome!
You will also need to use snapper before every apt-get upgrade to avoid these issues
Thanks for the recommendation! I will definitely do it when I eventually install some other distro in the future.
you installed it without uninstalling first? have you tried an apt purge to get rid of related conf files, then reinstall kde?
You are absolutely right. I just tried
apt purge kde* plasma* libkf*
andapt install kde-full
followed by a reboot. But sadly, the problem persists.