#kde plasma widgets including taskbar incredibly slow
17 messages · Page 1 of 1 (latest)
so i moved my whole config folder to a backup and the issue was gone, not sure w h y but it was. but im trying to figure that out so i dont have to reset my entire config 😭
if anyone has any ideas or how i can even troubleshoot that would be amazing
Have you tried bisecting?
im sorry im not sure what that is
Since you said the problem is in the configuration files (~/.config), try doing a binary search there and hunt down the curlpit.
how could i do that?
or what do i search for to learn about that i guess
make a backup of ~/.config and copy half the files or directories from there to ~/.config and check for the problem, divide and conquer. worst case, check 16 times. (assuming you have 65536 files/directories in the first level of ~/.config, which is unlikely). This is a stupid method, but could be used if you have no idea what's happening.
ah okay, well once im back on my pc ill try that. thank you! i really appreciate the response hahaha its been a bit of a headache for me
Holy Roman Empire received a thank you cookie!
Also try searching for this problem on the Arch forum, it is unlikely that you are the only victim.
If this is a common problem for you, please consider using source control (such as git) for your configurations, this way you can easily roll back to old configurations if something goes wrong, it should also make bisection easier.
do you have any reccomended resources or videos that i can check out to figure out how to do this correctly? im fairly new with terms and stuff so im unsure what to google haha
https://wiki.archlinux.org/title/Dotfiles is a good place to start.
The most primitive method is to simply set up ~/.config as a git repo.
thank you so much!