If KDE Plasma becomes slow and irresponsive when you save a file for example, then it's because QtProject.conf is corrupt and you must remove it.
Type this command on a terminal :
rm ~/.config/QtProject.conf
extends Control | |
@onready var req := $HTTPRequest | |
# This function unzips the downloaded file | |
static func unzip(path_to_zip: String) -> void: | |
var zr : ZIPReader = ZIPReader.new() | |
if zr.open(path_to_zip) == OK: | |
for filepath in zr.get_files(): |
If KDE Plasma becomes slow and irresponsive when you save a file for example, then it's because QtProject.conf is corrupt and you must remove it.
Type this command on a terminal :
rm ~/.config/QtProject.conf
If your sound card dies when unplugging your headphones and need to restart PipeWire/WirePlumber to reuse your headphones, you need to disable the sound card's power management.
To disable power_save
permanently run
sudo tee /etc/modprobe.d/snd-hda-intel.conf <<< "options snd_hda_intel power_save=0"
Reboot to apply.
rm ~/.config/plasma-org.kde.plasma.desktop-appletsrc
This will reset Plasma desktop and taskbar configuration.