https://bugs.kde.org/show_bug.cgi?id=517419
--- Comment #3 from Andy <[email protected]> --- I have confirmed a reliable workaround for this crash. The issue is strictly related to the zh_CN.UTF-8 locale environment when using certain icon themes like Tela. By overriding the environment variable for the plasmashell process to en_US.UTF-8, the "Add Widgets" panel opens perfectly without any crashes, while the rest of the system remains in Chinese. Steps I took to fix this : Created an override directory: mkdir -p ~/.config/systemd/user/plasma-plasmashell.service.d/ Created an “override.conf” file with the following content: [Service] Environment="LANG=en_US.UTF-8" Restarted plasmashell. -- You are receiving this mail because: You are watching all bug changes.
