this post was submitted on 24 Mar 2024
1 points (100.0% liked)

KDE

5053 readers
5 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 1 year ago
MODERATORS
 

I have recently upgraded to Plasma 6. It's has been riddled with issues. One major issue is that when I let the PC sit for a while, the screen turns off (as it should), then the pc just either freezes indefinitely, or wakes up, but nothing is responsive. I can't even enter my password to log in. For now, I have disabled auto suspend and turn off screen and all that. I suspend it manually when I am done working. I really don't want to reinstall, as I have had this set up for over a year and I will need to do a ton of work to get it back working. I do have root and home partitions separated, and I can reinstall, but if I absolutely had to. Is there anything I can do to remove all of plasma 5 leftover things without breaking things? Is there such thing as resetting plasma to its defaults without reinstalling? PS. I have submitted several bug reports and I will get back at it when I have time

Operating System: EndeavourOS KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.8.1-arch1-1 (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 580 Series Manufacturer: Gigabyte Technology Co., Ltd. Product Name: A520I AC System Version: -CF

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 5 months ago (1 children)

many apps use ~/.config, if you rename that you will also remove settings for those apps

[–] [email protected] 0 points 5 months ago (2 children)

Is ~/config only for KDE or does any other application use it to save configuration files?

[–] [email protected] 0 points 5 months ago

It's the standard location for all apps (actually it can be overridden by environment variables and ~/.config is the default value). However like many things in the Linux world it's not enforced. Some apps (especially console utilities) don't respect it but most use it.

[–] [email protected] 0 points 5 months ago

@voracread I think ~/.config is the standard config file location on Linux (for apps that follow XDG standards) so it should also have config files for non-kde apps